All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] DNS Lookup in UBoot
       [not found] <1350884088.2395836.1496710901536.ref@mail.yahoo.com>
@ 2017-06-06  1:01 ` Duncan Hare
  2017-06-06  9:53   ` Chris Packham
  0 siblings, 1 reply; 2+ messages in thread
From: Duncan Hare @ 2017-06-06  1:01 UTC (permalink / raw)
  To: u-boot

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

714 931 7952

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] DNS Lookup in UBoot
  2017-06-06  1:01 ` [U-Boot] DNS Lookup in UBoot Duncan Hare
@ 2017-06-06  9:53   ` Chris Packham
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Packham @ 2017-06-06  9:53 UTC (permalink / raw)
  To: u-boot

Hi Duncan,

On Tue, Jun 6, 2017 at 1:01 PM, Duncan Hare <dh@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-06  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1350884088.2395836.1496710901536.ref@mail.yahoo.com>
2017-06-06  1:01 ` [U-Boot] DNS Lookup in UBoot Duncan Hare
2017-06-06  9:53   ` Chris Packham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.