diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-06-05 13:29:00 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-06-05 13:29:00 -0500 |
commit | ac0e8d08a18881a37aeff72dfa86aa0360542ad2 (patch) | |
tree | c284cebdbfd92ae46c5a9371fbe84d4db8c9fcd6 /doc | |
parent | 3423c44afa70aed6719fc39d4064ae2e67da42eb (diff) | |
parent | 32922cdc470fdfd39bea0c1c4f582d3fb340421e (diff) | |
download | u-boot-imx-ac0e8d08a18881a37aeff72dfa86aa0360542ad2.zip u-boot-imx-ac0e8d08a18881a37aeff72dfa86aa0360542ad2.tar.gz u-boot-imx-ac0e8d08a18881a37aeff72dfa86aa0360542ad2.tar.bz2 |
Merge branch 'mpc8641'
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 3b88f8b..ac56cca 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 |