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: [DRA821U] EMMC boot fail

Part Number: TDA4VM
Other Parts Discussed in Thread: DRA821U, DRA821

Tool/software:

Dear TI.

I'm using TDRA4x EVM with DRA821U

I'm trying to boot from EMMC, but failed.

I flashed EMMC after boot with SD.

In linux, I executed below command.

echo 0 > /sys/block/mmcblk0boot0/force_ro
dd if=tiboot3.bin of=/dev/mmcblk0boot0 seek=0
dd if=tispl.bin of=/dev/mmcblk0boot0 seek=1024
dd if=u-boot.img of=/dev/mmcblk0boot0 seek=5120

In "TDA4 Flashing Techniques", it used one more image, sysfw.itb. But I cound not find it in SDK.

"ti-processor-sdk-linux-j7200-evm-09_02_00_04"

Where can I find it ?

And am I used right command to flash EMMC in linux ?

BR

Jace