Hi Duncan,

On Tue, Jun 6, 2017 at 1:01 PM, Duncan Hare <d...@synoia.com> wrote:
> U-boot support DHCP, however beyond the initial set of results returned, many 
> are optional, and even misused.
>
> Microsoft's DHCP server appears to have a limited mechanism to set DHCP 
> responses.
>
> Because u-boot runs on "smart" devices and has a scripting language (a 
> brilliant one if I may so so)
>
> Can we get a DNS lookup command to resolved names after the initial DHCP IP 
> address setup.
>
> This is to get a flexible mechanism to set a bootserver address, consistent 
> for Uboot across DHCP implementations. Duncan Hare
>

Have you seen the hostname command (enabled with CONFIG_CMD_DNS)? The
following sounds like it could do what you're looking for

  dhcp
  hostname server.example.com serverip
  tftpboot zImage
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to