Re: [U-Boot] DHCP Command Does Not Populate all DHCP Options supplied by DHCP Server

2017-02-04 Thread Stefan Bruens
On Samstag, 4. Februar 2017 20:16:20 CET d...@synoia.com wrote: > Stefan > Thanks for the reply > I suspect it is the offer response to the DHCP u-boot command. > > Options 66/67 are important in the netboot scenario. > > Regards Duncan Hare Dear Duncan, it would be good if you were more specif

Re: [U-Boot] DHCP Command Does Not Populate all DHCP Options supplied by DHCP Server

2017-02-04 Thread Stefan Bruens
On Samstag, 4. Februar 2017 18:38:38 CET d...@synoia.com wrote: > The u-boot DHCP Command appears to populate some DHCP options, for example: > rootpath and gateway, netamsk and ipaddress. It does not appear to populate > Bootfile Name (Option 67) and Boot Server Host Name (Option 66) > > Can popu

[U-Boot] DHCP Command Does Not Populate all DHCP Options supplied by DHCP Server

2017-02-04 Thread dh
The u-boot DHCP Command appears to populate some DHCP options, for example: rootpath and gateway, netamsk and ipaddress. It does not appear to populate Bootfile Name (Option 67) and Boot Server Host Name (Option 66) Can populating all option returned from DHCP. BOOTP etc be added? I can (possib