Part Number: AM625SIP
Other Parts Discussed in Thread: SK-AM62-SIP, AM625
Hello.
I am running a USB DFU with the SK-AM62-SIP board while looking at the following link.
I used the image u-boot.img in the path ti-sdk-09.01.00.08\bin\DFU_flash\bin\am62xxsip-evm\hsfs\
However, after downloading u-boot.img, it fails to boot and freezes.
Below is the DFU log output from the board.
=====================================================================
U-Boot SPL 2023.04-dirty (Sep 13 2023 - 12:01:39 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
SPL initial stack usage: 13400 bytes
Trying to boot from DFU
########################################################DOWNLOAD ... OK
Ctrl+C to exit ...
alloc space exhausted
Could not get FIT buffer of 1139116 bytes
check CONFIG_SYS_SPL_MALLOC_SIZE
Authentication passed
Authentication passed
Authentication passed
Authentication passed
Authentication passed
Loading Environment from nowhere... OK
init_env from device 10 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
NOTICE: BL31: Built : 00:42:57, Jan 13 2023
U-Boot SPL 2023.04-dirty (Sep 13 2023 - 12:01:56 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
SPL initial stack usage: 1904 bytes
MMC: no card present
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
Error: could not access storage.
Trying to boot from DFU
###############################################DOWNLOAD ... OK
Ctrl+C to exit ...
Authentication passed
Authentication passed
U-Boot 2023.04-dirty (Sep 13 2023 - 12:01:56 +0530)
SoC: AM62X SR1.0 HS-FS
Model: Texas Instruments AM625 SK
EEPROM not available at 80, trying to read at 81
Board: AM62SIP-SKEVM rev E1
DRAM: 512 MiB
Core: 71 devices, 31 uclasses, devicetree: separate
MMC: mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In: serial
Out: serial
Err: serial
Unidentified board claims AM62SIP-SKEVM in eeprom header
Net: eth0: ethernet@8000000port@1
Hit any key to stop autoboot: 0
generic_phy_get_bulk : no phys property
=====================================================================
Do I need to compile u-boot and use it?
However, as shown in the link below, the AM62SIP-SK does not have a defconfig for USB DFU.
Thank you.