主题: AM62P 中讨论的其他器件
工具/软件:
您好、专家、
我收到了评估板 SK-AM62P-LP。 AM62P 可能是我们下一代器件的理想 SoC。
我们的引导过程在很大程度上取决于通过 USB 连接的 DFU。 到目前为止、我还无法让它正常工作。 我放置 SW4和 SW5
进入 USB 引导模式(SW5:00000000 SW4:11001010)。 为电路板上电时、会得到:
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 sourceforge.net/.../ 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"
然后发送我使用 Yocto 构建系统构建的第一个引导文件 tiboot3.bín:
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 sourceforge.net/.../ 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
之后、我没有收到预期的 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 sourceforge.net/.../ 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"
我站在 U-Boot 2024.04分支的顶部: bomellberg@bosse-buildcom:~/se3linux/ti-u-boot$ git st
On branch ti-u-boot-2024.04
我在 am62px_evm_a53_defconfig 和 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 ###