Re: [U-Boot] dhcp command not populating dnsip environment variable

2018-03-23 Thread dh
On Mon, 19 Mar 2018 21:24:50 + (UTC) Duncan Hare wrote: Joe My approach with the bootp options was a submenu in the net/Kconfig file. coupled with imply directives as suggested in defaults_distro_config. However: The "if NET" directive in net/kconfig precludes menu...endmenu directives be

Re: [U-Boot] dhcp command not populating dnsip environment variable

2018-03-19 Thread Joe Hershberger
Hi Duncan, On Sun, Mar 18, 2018 at 3:01 PM, Duncan Hare wrote: > Cause: u-boot/Kconfig DISTRO_DEFAULTS missing variables in Kconfig files > > u-boot/ config DISTRO_DEFAULTS contains these directives: > > select HUSH_PARSER > select BOOTP_BOOTPATH if NET && CMD_NET > select

[U-Boot] dhcp command not populating dnsip environment variable

2018-03-18 Thread Duncan Hare
Cause: u-boot/Kconfig DISTRO_DEFAULTS missing variables in Kconfig files u-boot/ config DISTRO_DEFAULTS contains these directives: select HUSH_PARSER select BOOTP_BOOTPATH if NET && CMD_NET select BOOTP_DNS if NET && CMD_NET select BOOTP_GATEWAY if NET && CMD_NET

Re: [U-Boot] dhcp command not populating dnsip environment variable

2018-03-16 Thread Joe Hershberger
Hi Duncan, On Fri, Mar 16, 2018 at 12:18 PM, Duncan Hare wrote: > > > On Thu, Mar 15, 2018 at 3:25 PM, Duncan Hare wrote: >> In the latest version of u-boot, the dhcp command appears not to >> populate the environment variable dnsip. This used to be the behaviour. > >

Re: [U-Boot] dhcp command not populating dnsip environment variable

2018-03-16 Thread Duncan Hare
  On Thu, Mar 15, 2018 at 3:25 PM, Duncan Hare wrote: > In the latest version of u-boot, the dhcp command appears not to > populate the environment variable dnsip. This used to be the behaviour.  ___ The bootp.c code was changed with the addition of K

Re: [U-Boot] dhcp command not populating dnsip environment variable

2018-03-15 Thread Duncan Hare
From: Joe Hershberger To: Duncan Hare Cc: u-boot ; Joe Hershberger Sent: Thursday, March 15, 2018 1:29 PM Subject: Re: [U-Boot] dhcp command not populating dnsip environment variable On Thu, Mar 15, 2018 at 3:25 PM, Duncan Hare wrote: > In the latest version of u-boot, the d

Re: [U-Boot] dhcp command not populating dnsip environment variable

2018-03-15 Thread Joe Hershberger
On Thu, Mar 15, 2018 at 3:25 PM, Duncan Hare wrote: > In the latest version of u-boot, the dhcp command appears not to > populate the environment variable dnsip. This used to be the behaviour. Is it possible that your DHCP server isn't sending it? It seems like the code isn't changed. > > The dn

[U-Boot] dhcp command not populating dnsip environment variable

2018-03-15 Thread Duncan Hare
In the latest version of u-boot, the dhcp command appears not to populate the environment variable dnsip. This used to be the behaviour. The dns command works, if dnsip is populated manually. Is the a Kconfig variable controlling this? Or is there a new environment variable? Thanks Duncan Hare

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)

[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

Re: [U-Boot] DHCP command

2009-10-26 Thread David Collier
In article <20091023133850.6f4ace39...@gemini.denx.de>, w...@denx.de (Wolfgang Denk) wrote: > *From:* Wolfgang Denk > *To:* from_denx_ub...@dexdyne.com > *CC:* u-boot@lists.denx.de > *Date:* Fri, 23 Oct 2009 15:38:50 +0200 > > Dear "David Collier", > > In message > you > wrote: > > I'm very

Re: [U-Boot] DHCP command

2009-10-23 Thread Wolfgang Denk
Dear "David Collier", In message you wrote: > I'm very confused by this RTFM... RTFM... > isn't it more reasonable to separate the getting of an ip address for our > interface from the downloading of an image by TFTP? It is reasonable, and trivial to do. > maybe I'm looking for a separate

Re: [U-Boot] DHCP command

2009-10-23 Thread David Collier
In article , from_denx_ub...@dexdyne.com (David Collier) wrote: sorry that should have read after all one can always go dhcp;tftp or dhcp && tftp David Collier www.dexdyne.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/

[U-Boot] DHCP command

2009-10-23 Thread David Collier
I'm very confused by this isn't it more reasonable to separate the getting of an ip address for our interface from the downloading of an image by TFTP? after all one can always go hp;TFTP or DHCP && TFTP just puzzled maybe I'm looking for a separate command that just gets an address... cal