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.

[参考译文] AM62A7-Q1:帮助我刷写新的内核映像

Guru**** 2648525 points

Other Parts Discussed in Thread: SK-AM62A-LP

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1591305/am62a7-q1-help-me-in-flashing-new-kernel-image

器件型号: AM62A7-Q1
主题中讨论的其他器件: SK-AM62A-LP

我已经下载并刷写了  

tisdk-edgeai-image-am62a-evm-11.01.07.05.rootfs.wic.xz 至 SD 卡、 SK-AM62A-LP 开发板启动正常、接下来我安装了 ti-processor-sdk-linux-edgeai-am62a-evm-11.01.07.05-Linux-x86-Install.bin、按照本指南构建新的内核映像、  

export CROSS_COMPILE_64="${SDK_INSTALL_DIR}/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux/aarch64-oe-linux-"
export SYSROOT_64="${SDK_INSTALL_DIR}/linux-devkit/sysroots/aarch64-oe-linux"
export CC_64="${CROSS_COMPILE_64}gcc --sysroot=${SYSROOT_64}"
export CROSS_COMPILE_32="${SDK_INSTALL_DIR}/k3r5-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-oe-eabi/arm-oe-eabi-"
make -j4 ARCH=arm64 CROSS_COMPILE="$CROSS_COMPILE_64" Image


它会构建新的内核映像、我用新生成的映像替换了 SD 卡上之前的映像。
但现在我在启动时看到了这个错误
rmmod: ERROR: Module wave5 is not currently loaded 
modprobe: FATAL: Module wave5 not found in directory /lib/modules/6.12.35-g72f48d59b8f0-dirty terminate 
called after throwing an instance of 'std::runtime_error' what(): failed to find DRM cards

这里缺少什么?