Hi Ti,
We have a AM654x EVM board and ASSM #:4P0081 REV:1.0.
We tried to use SDK 07_01_00_18 to boot. We use the tool mksdboot.sh with below command to prepare SD card.
sudo ./mksdboot.sh --device /dev/sdb --sdk $SDKPath --pg 1
However, we got below log from terminal.
It looks like partition issue, but we use 3 sd cards and got the same result.
▒** Partition 1 not valid on device 1 **
spl_register_fat_device: fat register err - -1
spl_load_image_fat: error reading image sysfw.itb, err - -1
Error -2 occurred during loading SYSFW image!
resetting ...
k3_sec_proxy_send: Thread8 verification failed. ret = -61
ti_sci_do_xfer: Message sending failed. ret = -61
Mbox communication fail -61
k3_sec_proxy_send: Thread8 verification failed. ret = -61
ti_sci_do_xfer: Message sending failed. ret = -61
Mbox communication fail -61
k3_sec_proxy_send: Thread8 verification failed. ret = -61
ti_sci_do_xfer: Message sending failed. ret = -61
Mbox communication fail -61
### ERROR ### Please RESET the board ###
Could you help to check it?
Thanks.
Eric