From: Heinrich Schuchardt Date: Sun, 14 Oct 2018 19:40:02 +0000 (+0200) Subject: sandbox: README: setting environment variables X-Git-Tag: v2019.01-rc1~28^2~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c6260ecfcc44ad5d609966a756e995746578b31;p=oweals%2Fu-boot.git sandbox: README: setting environment variables The command to set environment variables is setenv. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index a28fc9f36c..ee4421801b 100644 --- a/board/sandbox/README.sandbox +++ b/board/sandbox/README.sandbox @@ -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