我有 OMAP-L137(EVM)
我通过串行端口(UART2)完成了编程、按如下方式排列了引导开关。
| 引脚编号 | 7. | 2. | 1 | 0 | 3. |
| 位置 | 打开 | 关闭 | 打开 | 关闭 | 关闭 |
使用串行引导和闪存加载实用程序,但在复位电路板后,它没有从 SPI 闪存运行程序,我已经按照以下步骤操作。
1)首先,我使用这些命令从命令提示符加载了 dsp-spi-ais.bin、ubl-spi.bin 和 u-boot.bin
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
已成功加载。
2)在下一步中,使用上述命令而不是使用 bin 文件加载了我的 application.out 文件
此操作也已成功加载
3)然后我将引导开关更改为 SPIBOOT0。
| 引脚编号 | 7. | 2. | 1 | 0 | 3. |
| 位置 | 关闭 | 打开 | 关闭 | 打开 | 关闭 |
然后重新启动电路板。
但它不会从 SPI 闪存运行我的应用程序、您能不能建议我哪里出错了。
