Skip to content

Commit

Permalink
Corrected kernel build script
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Apr 26, 2018
1 parent 1ae736b commit 73749e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ depmod -a -b $INSTALLDIR $KR
mkdir -p $INSTALLDIR/boot/overlays
cp arch/arm64/boot/Image $INSTALLDIR/boot/kernel8.img
cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b.dtb $INSTALLDIR/boot/
cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b-plus.dts $INSTALLDIR/boot/
cp arch/arm64/boot/dts/broadcom/bcm283x-rpi-lan7515.dtsi $INSTALLDIR/boot/
cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b-plus.dtb $INSTALLDIR/boot/
cp arch/arm64/boot/dts/overlays/*.dtbo $INSTALLDIR/boot/overlays/

# Create tar file, all kernel files
Expand Down

0 comments on commit 73749e0

Please sign in to comment.