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
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
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
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.
>
>
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
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
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
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
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
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)
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
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
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
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/
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
15 matches
Mail list logo