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: About Wi-Fi cc3301 source build

Part Number: SK-AM62B-P1
Other Parts Discussed in Thread: SK-AM62B, , M2-CC3351

Tool/software:

'install_kernel')
        cd ..
        ROOTFS=$(pwd)/cc33xx/cc33xx_rootfs
        install -d $ROOTFS/boot
        make linux_install DESTDIR=$ROOTFS/boot  KERNEL_DEVICETREE_UNFILTERED=am335x-boneblack-cc33xx-boosterpack.dtb
        make linux_modules_install -o linux DESTDIR=$ROOTFS
        cp $ROOTFS/boot/am335x-boneblack-cc33xx-boosterpack.dtb $ROOTFS/boot/am335x-boneblack.dtb
After I followed these steps to compile, I did not find the am335x-boneblack-cc33xx-boosterpack.dtb file.
What is the specific script or sequence of commands for make modules_install?
Thanks