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.

TDA4VM: 从eMMC的UDA分区启动A72核

Part Number: TDA4VM


你好,

我们公司参考TDA4EVM自制了板卡,使用的SDK信息如下:

ti-processor-sdk-rtos-j721e-evm-08_02_00_05.tar.gz 

ti-processor-sdk-linux-j7-evm-08_02_00_03-Linux-x86-Install.bin 

在eMMC选型过程中,我们选择的eMMC boot分区大小只有2M,导致无法完整烧录所有的boot镜像:tiboot3.bin、tispl.bin、u-boot.img、sysfw.itb。但是我们需要通过eMMC来完成启动工作。

我查看了TI的相关手册,发现TDA4支持从eMMC(user)分区启动,然后我进行了如下尝试:

1、我参考SD卡的启动方式对eMMC进行了格式化,并将相关文件复制到对应分区。对boot switch 进行了对应的配置,重新上电后,发现没有任何反应。

2、我参考了e2e.ti.com/.../faq-tda4vm-how-to-boot-tda4vm-from-emmc-uda-partition-using-sbl-in-sdk-8-1进行尝试,但是并没有成功。

后续我在TDA4EVM板上,将上述的操作又验证了一遍,发现在TDA4EVM板上,也无法通过eMMC(user)启动方式启动。

请问TDA4支持从eMMC(user)方式启动吗?如果支持,需要怎么操作?