Part Number: AM62L
Tool/software:
Hi,
I am using AM62L board. I want to flash OS on board by using USB-DFU mode. I cloned uboot-flash-writer. Inside this tools/DFU_flash does not support to AM62L.
So, I tried to flash by using am62xx-evm machine.
To flash I did below steps:
1. Go inside DFU_flash/bin/am62xx-evm/hsfs folder and create one folder with name images and put my images that i want to flash on board.
2. Change path in flash-files.cfg according to images stored in images folder with \ to /.
3. Go backward to DFU_flash folder and run:
$ sudo python3 dfu_flash.py -d am62xx-evm -t hsfs -c bin/am62xx-evm/hsfs/flash-files.cfg
But it gives error:
DFU_BOOT_CONF
2025-08-26 12:08:29 INFO: Number of USB DFU devices detected: 1
2025-08-26 12:08:29 INFO: Starting flashing for 1 identified devices
2025-08-26 12:08:29 INFO: Spawning 1 parallel processes
2025-08-26 12:08:30 INFO: 1-1.4 Sent! /home/tidev/parv/uboot-flash-writer/tools/DFU_flash/bin/am62xx-evm/hsfs/tiboot3.bin
2025-08-26 12:09:00 ERROR: 1-1.4 Aborting!! Max iterations reached. DFU device not listening for `tispl.bin`
Am I preferring this folder is correct or for AM62L has different?
Best,
Parv





