]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - doc/README.Sandpoint8240
kw_spi: backup and reset the MPP of the chosen CS pin
[karo-tx-uboot.git] / doc / README.Sandpoint8240
index b506c01ce1c0813128218f46d6e00eb4fee25a8f..fa846dc33e13e35f19fb4f02bf4046a8d38c4143 100644 (file)
@@ -236,7 +236,7 @@ PART 10)
 => setenv serverip 192.168.0.10
 => setenv gatewayip=192.168.0.1
 => saveenv
-Saving Enviroment to Flash...
+Saving Environment to Flash...
 Un-Protected 1 sectors
 Erasing Flash...
  done
@@ -253,7 +253,7 @@ bootfile=telemetry
 hostname=sp1
 ethaddr=00:03:47:97:E4:6B
 load=tftp 100000 u-boot.bin
-update=protect off all;era FFF00000 FFF3FFFF;cp.b 100000 FFF00000 $(filesize);saveenv
+update=protect off all;era FFF00000 FFF3FFFF;cp.b 100000 FFF00000 ${filesize};saveenv
 filesize=1f304
 gatewayip=145.17.228.1
 netmask=255.255.255.0
@@ -296,7 +296,7 @@ Erase Flash Bank # 2 - missing
 => cp.b 0x100000 FFF00000 1f28c
 Copy to Flash... done
 => saveenv
-Saving Enviroment to Flash...
+Saving Environment to Flash...
 Un-Protected 1 sectors
 Erasing Flash...
  done
@@ -308,7 +308,7 @@ Protected 1 sectors
 You can put these commands into some environment variables;
 
 => setenv load tftp 100000 u-boot.bin
-=> setenv update protect off all\;era FFF00000 FFF3FFFF\;cp.b 100000 FFF00000 \$(filesize)\;saveenv
+=> setenv update protect off all\;era FFF00000 FFF3FFFF\;cp.b 100000 FFF00000 \${filesize}\;saveenv
 => saveenv
 
 Then you just have to type "run load" then "run update"
@@ -330,7 +330,7 @@ Erase Flash from 0xfff00000 to 0xfff3ffff
  done
 Erased 7 sectors
 Copy to Flash... done
-Saving Enviroment to Flash...
+Saving Environment to Flash...
 Un-Protected 1 sectors
 Erasing Flash...
  done