Part Number: LINUXSDK-OMAPL138
Other Parts Discussed in Thread: OMAP-L138, OMAPL138
Hi,
We boot our custom board with SD and then from uBoot:
tftp 0xc0700000 u-boot.ais
sf probe 0
sf erase 0 0x100000
sf write 0xc0700000 0x0 0x100000
To verify 'TIPA'
sf read 0xc0701000 0x0 0x100000
md 0xc0701000 10
It seems to be ok.
SDK is 06_01_00_08 and in uBoot .config all SPI- related things have been turned on and others, e.g. SD- boot related off.
However, when I try SPI- boot, nothing happens.
So I would like to ask if there are any limitations with SPI1- boot in these 'new' SDK's. As I understand the u-boot.ais should be directly bootable from SPI as it is from SD (with slightly different .config settings) is it so?
Regards,
ristoH