Hi, we are using two SPI NOR Flash Spansion S70FL01GS ON a custom board with AM3352 processor.
We have problems after flashing it to start the U-boot and Kernel.
At this phase of the project, we upload to flash the files MLO.byteswap and u-boot.img,
loaded from UART using the following commands (from TI U-boot wiki):
U-Boot # sf probe 0:0
U-Boot # sf erase 0 +80000
U-Boot # sf write ${loadaddr} 0 ${filesize} (after loaded MLO.byteswap with UART0 using kermit)
U-Boot # sf write ${loadaddr} 0x20000 ${filesize} (after loaded u-boot.img with UART0 using kermit)
After reset, what we found is that the SPL is booted correctly but it hangs and U-boot does not start.
In addition to that, we verify that after the command sf probe 0:0, two chipselect SPI0_CS0 and SPI0 CS1 are selected at the same time.
We tried to use as U-boot base source code, the one provided with SDK 08.00.00.00 and the official U-boot release "u-boot-2015.01", both show the same behaviour.
Thanks in advance to anyone who can help us,
Francesco.