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.

移植TI官方的AM335X的starterWare里bootloader时,不能从MMCSD卡启动

Other Parts Discussed in Thread: AM3359

我在TI官方下载了基于AM335x处理器starterWare,我移植修改了官方starterWare源代码下面的bootloader相关的代码,用虚拟机上面的linux系统里的命令make BOOT=MMCSD,生成了我需要的u-boot_ti.bin二进制文件,把他重命名为MLO,放到TF卡里,公司的开发板选择开机从MMCSD启动,但是开发板一直不能成功从TF卡启动.我所用的开发板是AM3359的评估板,别人开发的MLO证实是能够成功从公司开发板启动的,就是我的移植的不行.而且同一个程序移植到串口启动时是能够正常引导启动我的开发板的