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.

[参考译文] SK-AM62B-P1:关于 Wi-Fi cc3301源代码构建

Guru**** 2487425 points
Other Parts Discussed in Thread: SK-AM62B, SK-AM62B-P1, M2-CC3351

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1436504/sk-am62b-p1-about-wi-fi-cc3301-source-build

器件型号:SK-AM62B-P1
主题中讨论的其他器件:SK-AM62BM2-CC3351

工具与软件:

'install_kernel')
    CD。
    ROOTFS=$(pwd)/cc33xx/cc33xx_rootfs
    安装-d $ROOTFS/BOOT
    使 linux_install destdir=$ROOTFS/boot  kernel_DEVICETREE_unfilter=am335x-boneblack-cc33xx-boosterpack.dtb
    使 linux_modules_install -o linux destdir=$ROOTFS
    cp $ROOTFS/BOOT/AM335x-boneblack-cc33xx-boosterpack.dtb $ROOTFS/BOOT/AM335x-boneblack.dtb
在我按照以下步骤进行编译后、我没有找到 am335x-boneblack-cc33xx-boosterpack.dtb 文件。
具体的脚本或命令顺序是什么 make modules_install
谢谢