diff options
author | Wolfgang Denk <wd@denx.de> | 2007-06-06 16:21:11 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-06-06 16:21:11 +0200 |
commit | 83b75ef3a6d87b540368d6721728332c919e51bb (patch) | |
tree | 8034f7be827198f76f3d16b3d010b169cc0d60fd /doc | |
parent | d1246a4bb1ae9502ff540291423f1bb02d1e808c (diff) | |
parent | ac0e8d08a18881a37aeff72dfa86aa0360542ad2 (diff) |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.mpc8641hpcn | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/README.mpc8641hpcn b/doc/README.mpc8641hpcn index 3b88f8bc728..ac56ccaf23b 100644 --- a/doc/README.mpc8641hpcn +++ b/doc/README.mpc8641hpcn @@ -96,14 +96,17 @@ To Flash U-Boot into the booting bank (0xFFC00000 - 0xFFFFFFFF): tftp 1000000 u-boot.bin protect off all - erase fff00000 ffffffff - cp.b 1000000 fff00100 80000 + erase fff00000 +$filesize + cp.b 1000000 fff00000 $filesize + +or use tftpflash command: + run tftpflash To Flash U-boot into the alternative bank (0xFF800000 - 0xFFBFFFFF): tftp 1000000 u-boot.bin - erase ffb00000 ffbfffff - cp.b 1000000 ffb00100 80000 + erase ffb00000 +$filesize + cp.b 1000000 ffb00000 $filesize 4. Memory Map |