sandbox: README: setting environment variables
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 14 Oct 2018 19:40:02 +0000 (21:40 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
The command to set environment variables is setenv.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/sandbox/README.sandbox

index a28fc9f36c150d2157777272bfdf5bc55346aa61..ee4421801bd01e6a2957c960a9acb284ff70a351 100644 (file)
@@ -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