diff options
author | Peter Howard <pjh@northern-ridge.com.au> | 2015-03-23 09:19:56 +1100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-23 13:58:43 -0400 |
commit | a868e44333ebac080dd6ed81e5ae580691f7fd18 (patch) | |
tree | 45fe0d51becee467aab1d4e89b084857dff5d333 /board/davinci/da8xxevm/README.omapl138-lcdk | |
parent | a8eeaf2f7a9c3326cba5b1780b1a38f70c6c1f37 (diff) | |
download | talos-obmc-uboot-a868e44333ebac080dd6ed81e5ae580691f7fd18.tar.gz talos-obmc-uboot-a868e44333ebac080dd6ed81e5ae580691f7fd18.zip |
davinci: add support for omapl138-lcdk board
Signed-off-by: Peter Howard <phoward@gme.net.au>
[trini: Add config file, update for ..._ether_addr() -> ..._ethaddr() rename]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/davinci/da8xxevm/README.omapl138-lcdk')
-rw-r--r-- | board/davinci/da8xxevm/README.omapl138-lcdk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/board/davinci/da8xxevm/README.omapl138-lcdk b/board/davinci/da8xxevm/README.omapl138-lcdk new file mode 100644 index 0000000000..ea0c53d043 --- /dev/null +++ b/board/davinci/da8xxevm/README.omapl138-lcdk @@ -0,0 +1,28 @@ +Summary +======= +This README assumes you have read README.da850. It contains some additional +information specific to building the omapl138-lcdk. The AIS file as generated +by the build is, currently, not useable due to differences in the flash +available on this board, as compared to the da850evm boards. + +Flash Differences +================= +Refer to the discussion in [1] for more detail - basically the da850evm uses +SPI flash whereas the lcdk uses NAND flash to store the bootloader, and +the support isn't there in the SPL code. + +It should be possible to add the support in the SPL code should someone be +sufficiently motivated. + +Using the built image +===================== +The output image to use is u-boot.bin. This needs to be converted to an +AIS file as described in [1] and then flashed using the utitilty linked to +there and also described in README.da850. You _may_ be able to write using +u-boot itself, but the commands in README.da850 won't work as they write to +SPI rather than NAND. + +Links +===== +[1] + http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/386829
\ No newline at end of file |