Tool/software:
Hi,
I'm trying to use Linux SDK "10.01.00.05" of AM62A on EVM.
At first, I'm importing "wic" information to SD card, and boot it.
Then I got following error.
---
U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
Trying to boot from MMC2
Error reading cluster
spl_load_image_fat: error reading image u-boot.img, err - -22
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
---
So, I changed default "tiboot3.bin" from "tiboot3-am62ax-gp-evm.bin" by following below URL information.
https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/10_01_00/exports/docs/linux/Foundational_Components_Migration_Guide.html
To boot on GP devices, use ‘tiboot3-am62ax-gp-evm.bin’ found in the Processor SDK. If using SD/MMC boot and having flashed a .wic image (WIC file) to an SD card, ‘tiboot3-am62ax-gp-evm.bin’ should be found in the boot partition of the SD card. Renaming/removing the pre-existing tiboot3.bin and renaming ‘tiboot3-am62ax-gp-evm.bin’ to tiboot3.bin is the only change needed to boot the HS-FS device.
However, after that, I could not see any log on console when booting up.
When I use SDK 09.02.00.05, I could boot by appling above method.
I'm using a little bit old EVM (Printed "PROC135E2" on EVM), is it root cause of this issue ?
Or is there any other procedure to boot GP device(implemented on EVM) ?
Best Regards,