工具与软件:
我尝试运行创建安装脚本以设置新的 SD 卡(使 SK-AM64B 上的 J7成为 USB Type A 端口上的 USB 器件)。 在运行 SD 卡之前、是否需要执行涉及内核的多个编译。
这令人困惑。 我的 SD 卡尝试脚本日志已随附。 我根据 Bin 的说明直接修改了源。
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.
Jim、您好!
[报价 userid="576793" url="~/support/processors-group/processors/f/processors-forum/1468731/sk-am64b-modifying-usb0-node-are-there-multiple-steps-to-get-to-compile-the-kernel-and-a-dts-file-separately "](将 SK-AM64B 上的 J7设为 USB Type A 端口上的 USB 设备)由于您仅针对 USB 端口配置更改更新电路板 devicetree 文件、因此以下是最简单的过程:
-在 Linux 中使用 BalenaEtcher 或 bmaptool 命令将 SD 卡预构建的 WIC 映像刷写到 SD 卡;
-使用您喜欢的任何方法修改和编译内核设备树;
-将 SD 卡插入 Linux PC 并安装其 rootfs 分区;
-将内核 devicetee (K3-am642-sk.dtb)复制到 SD 卡上的 rootfs :
$ sudo cp /board-support/ti-linux-kernel-6.1.83 +gitAUTOINC+c1c2f1971f-ti/arch/arm64/boot/dts/ti/k3-am642-sk.dtb /boot/dtb/ti
-卸载 SD 卡并启动 EVM。