Hi Expert,
My SDK IS ti-processor-sdk-linux-j7-evm-08_01_00_07
platform is J721EXSOMG01EVM+J721EXCP01EVM
I make the SD card by the the command:
sudo ./mksdboot.sh --device /dev/sdc* --sdk ~/ti-processor-sdk-linux-j7-evm-08_01_00_07
And I can see the successful message:
Partitioning and formatting completed!
Copying filesystem on /dev/sdc1, /dev/sdc2
unmounting /dev/sdc1, /dev/sdc2
completed!
But EVM cannot boot up and show the message:
U-Boot SPL 2021.01-g15769936a5 (Dec 20 2021 - 17:09:03 +0000)
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E8
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.9.1--v2021.09a (Terrific Lla')
Trying to boot from MMC2
spl_load_image_fat: error reading image tispl.bin, err - -6
spl: no partition table found
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
Do I miss anything?
Thanks
Daniel