Part Number: AM625
Description:
I'm experiencing a boot ROM loop on a TI AM62x custom SOM during DFU recovery (Shorted DFU Pins -- connection removed after the DFU device is seen via the computer). I am unable to access the serial console access.
Boot Sequence:
- tiboot3-am62x-hs-fs (bootloader) - uploads successfully
-
$dfu-util.exe -R -a bootloader -D tiboot3.bin-dfu
-
- tispl.bin - uploads successfully
-
$dfu-util.exe -R -a tispl.bin -D tispl.bin
-
- u-boot.img - FAILS: hangs for ~3 seconds, then device reverts to initial DFU state
-
$dfu-util.exe -R -a u-boot.img -D u-boot.img
-
- Never reaches kernel or RNDIS stage
Symptoms:
- First two stages complete without error
- u-boot.img transfer appears to start but doesn't complete
- Device re-enumerates in DFU mode (back to initial state)
- No error message from dfu-util
- Cycle repeats indefinitely
What I've tried:
- Verified u-boot.img file integrity
- Different USB ports/cables
- Removed -R flag (no change)
- Increased timeouts between stages
Hardware: Custom AM62x SOM
Tool Version: dfu-util (Windows)
Any guidance appreciated - currently unable to recover the device.