Skip to content
Snippets Groups Projects
Commit 6c6260ec authored by Heinrich Schuchardt's avatar Heinrich Schuchardt :speech_balloon: Committed by Simon Glass
Browse files

sandbox: README: setting environment variables


The command to set environment variables is setenv.

Signed-off-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 9190a3eb
No related branches found
No related tags found
No related merge requests found
......@@ -247,25 +247,25 @@ sudo /path/to/u-boot -D
DHCP
....
set autoload no
set ethact eth1
setenv autoload no
setenv ethact eth1
dhcp
PING
....
set autoload no
set ethact eth1
setenv autoload no
setenv ethact eth1
dhcp
ping $gatewayip
TFTP
....
set autoload no
set ethact eth1
setenv autoload no
setenv ethact eth1
dhcp
set serverip WWW.XXX.YYY.ZZZ
setenv serverip WWW.XXX.YYY.ZZZ
tftpboot u-boot.bin
The bridge also supports (to a lesser extent) the localhost interface, 'lo'.
......@@ -287,7 +287,7 @@ operation being tested on the lo interface.
TFTP
....
set ethact eth5
setenv ethact eth5
tftpboot u-boot.bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment