This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make bcm2709_defconfig && \ | |
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make menuconfig && \ | |
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make -j 12 && \ | |
cp arch/arm/boot/dts/*.dtb /media/mike/boot/ && \ | |
cp arch/arm/boot/dts/overlays/*.dtb* /media/mike/boot/overlays/ && \ | |
cp arch/arm/boot/dts/overlays/README /media/mike/boot/overlays/ && \ | |
cp arch/arm/boot/zImage /media/mike/boot/kernel7.img && \ | |
sudo -s && \ | |
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make modules_install INSTALL_MOD_PATH=/media/mike/rootfs && \ |