Other Parts Discussed in Thread: AM62P
Tool/software:
Hello experts,
I have received an evaluation board, SK-AM62P-LP. The AM62P might be our SoC of choice for our next gen devices.
Our boot process is heavily dependent on DFU over USB. So far I haven't been able to get it working. I put the SW4 and SW5
into USB boot mode (SW5:00000000 SW4:11001010). When I power the board up, I get:
bomellberg@bosse-buildcom:~/se3linux/yocto-base/build/tmp/deploy/images/am62pxx-evm$ sudo dfu-util -l dfu-util 0.9 Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright 2010-2016 Tormod Volden and Stefan Schmidt This program is Free Software and has ABSOLUTELY NO WARRANTY Please report bugs to http://sourceforge.net/p/dfu-util/tickets/ Found DFU: [0451:6165] ver=0200, devnum=10, cfg=1, intf=0, path="5-2", alt=1, name="SocId", serial="01.00.00.00" Found DFU: [0451:6165] ver=0200, devnum=10, cfg=1, intf=0, path="5-2", alt=0, name="bootloader", serial="01.00.00.00"
Then I send the first boot file, tiboot3.bín, which I have build using the Yocto build system:
bomellberg@bosse-buildcom:~/se3linux/yocto-base/build/tmp/deploy/images/am62pxx-evm$ sudo dfu-util -a bootloader -D tiboot3-am62px-hs-fs-evm-am62pxx-evm-k3r5-2024.04+git-r0.bin dfu-util 0.9 Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright 2010-2016 Tormod Volden and Stefan Schmidt This program is Free Software and has ABSOLUTELY NO WARRANTY Please report bugs to http://sourceforge.net/p/dfu-util/tickets/ dfu-util: Invalid DFU suffix signature dfu-util: A valid DFU suffix will be required in a future dfu-util release!!! Opening DFU capable USB device... ID 0451:6165 Run-time device DFU version 0110 Claiming USB DFU Interface... Setting Alternate Setting #0 ... Determining device status: state = dfuIDLE, status = 0 dfuIDLE, continuing DFU mode device DFU version 0110 Device returned transfer size 512 Copying data from PC to DFU device Download [=========================] 100% 325381 bytes Download done. state(6) = dfuMANIFEST-SYNC, status(0) = No error condition is present dfu-util: unable to read DFU status after completion
Afterwards, I don't get the expected request for sysfw.itb:
bomellberg@bosse-buildcom:~/se3linux/yocto-base/build/tmp/deploy/images/am62pxx-evm$ sudo dfu-util -l dfu-util 0.9 Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright 2010-2016 Tormod Volden and Stefan Schmidt This program is Free Software and has ABSOLUTELY NO WARRANTY Please report bugs to http://sourceforge.net/p/dfu-util/tickets/ Found DFU: [0451:6165] ver=0200, devnum=6, cfg=1, intf=0, path="5-2", alt=1, name="UNKNOWN", serial="UNKNOWN" Found DFU: [0451:6165] ver=0200, devnum=6, cfg=1, intf=0, path="5-2", alt=0, name="UNKNOWN", serial="UNKNOWN"
I stand on top of the U-Boot 2024.04 branch:bomellberg@bosse-buildcom:~/se3linux/ti-u-boot$ git st
On branch ti-u-boot-2024.04
and I added the following lines in am62px_evm_a53_defconfig and am62px_evm_r5_defconfig:
include <configs/am62x_a53_usbdfu.config>
include <configs/am62x_r5_usbdfu.config>
U-Boot SPL 2024.04-ti-g29d0c23d67ee (Jun 02 2025 - 11:23:30 +0200) SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)') SPL initial stack usage: 17072 bytes SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ###