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.

单核C6748的SPI Flash能否实现ubl+uboot?

Other Parts Discussed in Thread: OMAP-L138, AM1808

开发用的是evm6748的开发板,想要实现UBL 和 uboot放入到spi flash,能否实现?

执行命令  sfh_OMAP-L138 -flash -targetType C6748 -targetFlash SPI_MEM -p COM3 -baud 115200 D:\UBL.bin D:\UBOOT.bin

是否就是将UBL和UBOOT放入到SPI FLASH当中?

我执行了上面的命令后,跳线设置为SPI FLASH启动,可以打印如下信息

C6748 initialization passed!
Booting TI User Boot Loader
UBL Version: 1.65
UBL Flashtype: SPI
Starting SPI Memory Copy...
Valid magicnum, 0x55424CBB, found at offset 0x00010000.
DONE
Jumping to entry point at 0xC1080000.

然后就卡住不再运行了。

我uboot.bin 是从 LogicPd上面下载的  "1024612A_AN580_AM1808_OMAP-L138_SOM-M1_NAND_Flash_Programming_and_Use.zip"解压出来的,是不是这里出了问题?

望各位大神解答,谢谢