mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
sandbox: README: setting environment variables
The command to set environment variables is setenv. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
9190a3eb80
commit
6c6260ecfc
@@ -247,25 +247,25 @@ sudo /path/to/u-boot -D
|
|||||||
DHCP
|
DHCP
|
||||||
....
|
....
|
||||||
|
|
||||||
set autoload no
|
setenv autoload no
|
||||||
set ethact eth1
|
setenv ethact eth1
|
||||||
dhcp
|
dhcp
|
||||||
|
|
||||||
PING
|
PING
|
||||||
....
|
....
|
||||||
|
|
||||||
set autoload no
|
setenv autoload no
|
||||||
set ethact eth1
|
setenv ethact eth1
|
||||||
dhcp
|
dhcp
|
||||||
ping $gatewayip
|
ping $gatewayip
|
||||||
|
|
||||||
TFTP
|
TFTP
|
||||||
....
|
....
|
||||||
|
|
||||||
set autoload no
|
setenv autoload no
|
||||||
set ethact eth1
|
setenv ethact eth1
|
||||||
dhcp
|
dhcp
|
||||||
set serverip WWW.XXX.YYY.ZZZ
|
setenv serverip WWW.XXX.YYY.ZZZ
|
||||||
tftpboot u-boot.bin
|
tftpboot u-boot.bin
|
||||||
|
|
||||||
The bridge also supports (to a lesser extent) the localhost interface, 'lo'.
|
The bridge also supports (to a lesser extent) the localhost interface, 'lo'.
|
||||||
@@ -287,7 +287,7 @@ operation being tested on the lo interface.
|
|||||||
TFTP
|
TFTP
|
||||||
....
|
....
|
||||||
|
|
||||||
set ethact eth5
|
setenv ethact eth5
|
||||||
tftpboot u-boot.bin
|
tftpboot u-boot.bin
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user