Part Number: SK-AM62B-P1
Tool/software:
Hi Good day!,
I'm using AM62b-P1 for DFU booting purpose , for initial testing im using the default image provided in the path /bin/am62xx-evm/gp/, and trying boot using USB and copy the images to emmc.
attaching my logs below
#host/DFU_flash$ sudo python3 dfu_flash.py -d am62xx-evm -t gp
2024-08-08 21:10:12 INFO: Starting the flashing tool
2024-08-08 21:10:12 INFO: Validating the requirements before flashing...
2024-08-08 21:10:12 INFO: Validated the CLI arguments and the paths to the DFU boot binaries
2024-08-08 21:10:12 INFO: Parsing the flash configuration file {/home/DFU_flash/bin/am62xx-evm/gp/flash-files.cfg}...
2024-08-08 21:10:12 INFO: Found 3 flash images
<<DFU_FLASH_CONF
------- ---------------------------------------------------- ------ -------- ----- ----------
Alt Path Size Offset Media Attributes
------- ---------------------------------------------------- ------ -------- ----- ----------
tiboot3 /home/DFU_flash/bin/am62xx-evm/gp/tiboot3.bin 330574 0x0 EMMC raw,1,-
tispl /home/DFU_flash/bin/am62xx-evm/gp/tispl.bin 960044 0x80000 EMMC raw,1,-
u-boot /home/DFU_flash/bin/am62xx-evm/gp/u-boot.img 894876 0x280000 EMMC raw,1,-
------- ---------------------------------------------------- ------ -------- ----- ----------
DFU_FLASH_CONF
2024-08-08 21:10:12 INFO: Found 4 boot images
<<DFU_BOOT_CONF
---------- ---------------------------------------------------- ------
Alt Path Size
---------- ---------------------------------------------------- ------
bootloader /home/DFU_flash/bin/am62xx-evm/gp/tiboot3.bin 330574
tispl.bin /home/DFU_flash/bin/am62xx-evm/gp/tispl.bin 960044
u-boot.img /home/DFU_flash/bin/am62xx-evm/gp/u-boot.img 894876
uEnv.txt /home/DFU_flash/bin/am62xx-evm/gp/uEnv.txt 147
---------- ---------------------------------------------------- ------
DFU_BOOT_CONF
2024-08-08 21:10:12 INFO: Number of USB DFU devices detected: 1
2024-08-08 21:10:12 INFO: Starting flashing for 1 identified devices
2024-08-08 21:10:12 INFO: Spawning 1 parallel processes
2024-08-08 21:10:15 INFO: 1-9 Sent! /home/DFU_flash/bin/am62xx-evm/gp/tiboot3.bin
2024-08-08 21:10:40 ERROR: 1-9 Aborting!! Max iterations reached. DFU device not listening for `tispl.bin`
2024-08-08 21:10:40 INFO: Flashed 0 out of 1 identified devices successfully...
2024-08-08 21:10:40 INFO: Number of USB DFU devices detected: 1
2024-08-08 21:10:40 INFO: Starting flashing for 1 identified devices
2024-08-08 21:10:40 INFO: Spawning 1 parallel processes
2024-08-08 21:10:43 INFO: 1-9 Sent! /home/DFU_flash/bin/am62xx-evm/gp/tiboot3.bin
2024-08-08 21:11:09 ERROR: 1-9 Aborting!! Max iterations reached. DFU device not listening for `tispl.bin`
2024-08-08 21:11:09 INFO: Flashed 0 out of 1 identified devices successfully...
2024-08-08 21:11:09 INFO: Number of USB DFU devices detected: 1
2024-08-08 21:11:09 INFO: Starting flashing for 1 identified devices
2024-08-08 21:11:09 INFO: Spawning 1 parallel processes
2024-08-08 21:11:12 INFO: 1-9 Sent! /home/DFU_flash/bin/am62xx-evm/gp/tiboot3.bin
2024-08-08 21:11:37 ERROR: 1-9 Aborting!! Max iterations reached. DFU device not listening for `tispl.bin`
2024-08-08 21:11:37 INFO: Flashed 0 out of 1 identified devices successfully...
2024-08-08 21:11:37 INFO: Number of USB DFU devices detected: 1
2024-08-08 21:11:37 INFO: Starting flashing for 1 identified devices
2024-08-08 21:11:37 INFO: Spawning 1 parallel processes
2024-08-08 21:11:40 INFO: 1-9 Sent! /home/DFU_flash/bin/am62xx-evm/gp/tiboot3.bin
2024-08-08 21:12:06 ERROR: 1-9 Aborting!! Max iterations reached. DFU device not listening for `tispl.bin`
2024-08-08 21:12:06 INFO: Flashed 0 out of 1 identified devices successfully...
2024-08-08 21:12:06 INFO: Number of USB DFU devices detected: 1
2024-08-08 21:12:06 INFO: Starting flashing for 1 identified devices
2024-08-08 21:12:06 INFO: Spawning 1 parallel processes
BOOT PINS - SW 1 > 11001010
SW 2 > 0000000
uart connected to j15 for console > no booting logs
usbc connected to j13
Regards,
-RJ