This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP-L137: How can I run my program from external SPI flash In OMAP-L137 EVM

Part Number: OMAP-L137

I have OMAP-L137(EVM)

I done programming through Serial port(UART2) arranged boot switches as below.

Pin# 7 2 1 0 3
Position ON OFF ON OFF OFF

Using Serial Boot and Flash Loading Utility ,but after reset the board it was not running program from SPI flash,i have followed below procedure.

1)First i have loaded dsp-spi-ais.bin ,ubl-spi.bin and u-boot.bin from command prompt using this commands

D:\OMAP-L137_FlashAndBootUtils_2_40\OMAP-L137_FlashAndBootUtils_2_40\OMAP-L137\GNU>sfh_OMAP-L137.exe -flash_noubl -p COM5 dsp-spi-ais.bin

D:\OMAP-L137_FlashAndBootUtils_2_40\OMAP-L137_FlashAndBootUtils_2_40\OMAP-L137\GNU>sfh_OMAP-L137.exe -flash_noubl -p COM5 ubl-spi.bin

D:\OMAP-L137_FlashAndBootUtils_2_40\OMAP-L137_FlashAndBootUtils_2_40\OMAP-L137\GNU>sfh_OMAP-L137.exe -flash_noubl -p COM5 u-boot.bin

Successfully loaded.

2)In the next step using the same above command instead of bin file loaded my application.out file

this is also successfully loaded

3)Then i changed my boot switches to SPIBOOT0.

Pin# 7 2 1 0 3
Position OFF ON OFF ON OFF

and reboot my board.

But it is not going to run my application from SPI flash,Can you suggest me where it is wrong.