Hello,
I am using OMAPL-138 EVM and try to flash u-boot.bin into the SPI using the instructions in http://processors.wiki.ti.com/index.php/GSG:_DA8x/OMAP-L1/AM1x_DVEVM_Additional_Procedures . I see in the console of the CCS v4.2 that "reading file for verification... files matched." I then supposed that this is the succesful end of the process and everything is OK, but then booting from SPI will result in the serial terminal "no magic number found.. SPI Memory Boot failed. Aborting".
I can add that flashing the SPI using the "flash and boot utility" using the same u-boot.bin file from TI works well, which means that the file I am using and the flash is OK. "
I also see in the spi-flash-writer-03.20.00.11 code that the magicnumber written there is different then the one that is verified... quite strange. When I try to change and compile(source of ccs4) I then get another problem: the flash writer fail to detects the spi flash. it say in the console of the code composer that "stmicro id 00... no flash detected"
Any help is appreciated,
Ran