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

sandbox: README: setting environment variables


The command to set environment variables is setenv.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: default 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 ...@@ -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. ...@@ -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
......
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