This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具与软件:
你好,专家!
我将 SDK 9版本用于 AM437X 定制硬件。
板启动使用2023 U-boot 版本。
现在、我们面临 USB 启动问题。
遵循 USB 启动过程的确切过程是什么。
我们需要执行什么源代码。
链接。 但没有提到我们必须在 am43x-evm.h 或 am43x-custom.h 中添加 USB 引导内容。
USB defconfig 在那里,但要加载内核与 USB 并选择 DTB 我们应该有什么?
如果需要更多详细信息、请告诉我。
谢谢!
Suraj.
您好、Suraj、
在 AM437x 上是否使用 USB 主机引导模式或 USB 器件引导模式?
我使用 USB 主机模式。
如果可能、请为两者提供帮助。
谢谢。
Suraj.
您无需修改 U-Boot 源代码、相反、请使用"am43xx_evm_usbhost_boot_defconfig"来编译 U-Boot、然后以与刷写 SD 卡相同的方式刷写 USB Thumb 驱动程序。