diff options
author | Adam Ford <aford173@gmail.com> | 2019-02-14 20:13:53 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-19 08:55:43 -0500 |
commit | 57ade0792c2806cb60b6d730860d0df1697b5413 (patch) | |
tree | 11cac6098da23436fba6acdb452df186e183d23d /board/davinci | |
parent | 1c6b6f383a411a8d3ad3b80970a4be19377f3a85 (diff) | |
download | u-boot-57ade0792c2806cb60b6d730860d0df1697b5413.tar.gz u-boot-57ade0792c2806cb60b6d730860d0df1697b5413.tar.bz2 u-boot-57ade0792c2806cb60b6d730860d0df1697b5413.zip |
ARM: da8xxevm: Add NAND instructions for da850-evm to README
The README.da850 file continues information on how to burn NAND
for the LCDK, but not the DA850-EVM. This patch adds both the
commands and dip switch instructions for burning and booting
NAND.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'board/davinci')
-rw-r--r-- | board/davinci/da8xxevm/README.da850 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/davinci/da8xxevm/README.da850 b/board/davinci/da8xxevm/README.da850 index f24e8b5342..5775b7d80f 100644 --- a/board/davinci/da8xxevm/README.da850 +++ b/board/davinci/da8xxevm/README.da850 @@ -88,6 +88,14 @@ In this case the commands would be simplified to: U-Boot > nand erase.part bootloader U-Boot > nand write 0xc0700000 bootloader +On the DA850-EVM, NAND can also be written with SW7:7-8 ON and + + sudo mono sfh_OMAP-L138.exe -targetType AM1808 -p /dev/ttyUSB0 \ + -flash_noubl -flashType NAND ~/src/u-boot/u-boot.ais + +To boot the DA850-EVM from NAND, SW7:5 should be switched on and all others +off. + Flashing the images to MMC ========================== If the boot pins are set to boot from mmc, the RBL will try to load the |