]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - doc/README.Sandpoint8240
mx28evk: Fix PSWITCH key position
[karo-tx-uboot.git] / doc / README.Sandpoint8240
index 5cb79b32d6a850414d0d256ab2ad705ebeabbf4e..fa846dc33e13e35f19fb4f02bf4046a8d38c4143 100644 (file)
@@ -20,7 +20,6 @@ SW3.1: OFF    SW3.2: on       SW3.3: OFF      SW3.4: OFF
 SW3.5: on      SW3.6: OFF      SW3.7: OFF      SW3.8: on
 
 
-
 The followind detailed description of installation and initial steps
 with U-Boot and QNX was provided by Jim Sandoz <sandoz@lucent.com>:
 
@@ -38,19 +37,18 @@ http://e-www.motorola.com/collateral/SPX3UM.pdf
 http://e-www.motorola.com/collateral/UNITYX4CONFIG.pdf
 
 
-
 Connection Diagram:
-                                            ===========
+                                           ===========
  ===                     =====             |-----      |
 |   | <---------------> |     |            |     |     |
 |PC |       rs232       | BDI |=============[]   |     |
 |   |                   |2000 |  BDM probe |     |     |
 |   | <---------------> |     |            |-----      |
  ===       ethernet      =====             |           |
-                                           |           |
-                                            ===========
-                                         Sandpoint X3 with
-                                          Unity 8240 proc
+                                          |           |
+                                           ===========
+                                        Sandpoint X3 with
+                                         Unity 8240 proc
 
 
 PART 1)
@@ -238,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
@@ -255,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
@@ -298,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
@@ -310,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"
@@ -332,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
@@ -354,9 +352,9 @@ TFTP from server 145.17.242.46; our IP address is 145.17.228.42; sending through
 Filename 'sandpoint-simple.elf'.
 Load address: 0x800000
 Loading: #################################################################
-         #################################################################
-         #################################################################
-         ########################
+        #################################################################
+        #################################################################
+        ########################
 done
 Bytes transferred = 1120284 (11181c hex)
 ==>
@@ -394,4 +392,3 @@ password for anonymous, simply press the Enter key.
 cvs -d:pserver:anonymous@cvs.u-boot.sourceforge.net:/cvsroot/u-boot login
 
 cvs -z6 -d:pserver:anonymous@cvs.u-boot.sourceforge.net:/cvsroot/u-boot co -P u-boot
-