@@ -118,8 +118,8 if [ "$BUILD_KERNEL" = true ] ; then | |||
|
118 | 118 | install_readonly "$R/usr/src/linux/arch/${KERNEL_ARCH}/boot/dts/overlays/"*.dtb* "$R/boot/firmware/overlays/" |
|
119 | 119 | install_readonly "$R/usr/src/linux/arch/${KERNEL_ARCH}/boot/dts/overlays/README" "$R/boot/firmware/overlays/README" |
|
120 | 120 | |
|
121 | # Copy zImage kernel to the boot directory | |
|
122 |
|
|
|
121 | # Convert and copy zImage kernel to the boot directory | |
|
122 | "$R/usr/src/linux/scripts/mkknlimg" "$R/usr/src/linux/arch/arm/boot/zImage" "$R/boot/firmware/kernel7.img" | |
|
123 | 123 | |
|
124 | 124 | # Remove kernel sources |
|
125 | 125 | if [ "$KERNEL_REMOVESRC" = true ] ; then |
@@ -128,11 +128,11 if [ "$BUILD_KERNEL" = true ] ; then | |||
|
128 | 128 | |
|
129 | 129 | # Install latest boot binaries from raspberry/firmware github |
|
130 | 130 | wget -q -O "$R/boot/firmware/bootcode.bin" https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin |
|
131 | wget -q -O "$R/boot/firmware/fixup_cd.dat" https://github.com/raspberrypi/firmware/raw/master/boot/fixup_cd.dat | |
|
132 | 131 | wget -q -O "$R/boot/firmware/fixup.dat" https://github.com/raspberrypi/firmware/raw/master/boot/fixup.dat |
|
132 | wget -q -O "$R/boot/firmware/fixup_cd.dat" https://github.com/raspberrypi/firmware/raw/master/boot/fixup_cd.dat | |
|
133 | 133 | wget -q -O "$R/boot/firmware/fixup_x.dat" https://github.com/raspberrypi/firmware/raw/master/boot/fixup_x.dat |
|
134 | wget -q -O "$R/boot/firmware/start_cd.elf" https://github.com/raspberrypi/firmware/raw/master/boot/start_cd.elf | |
|
135 | 134 | wget -q -O "$R/boot/firmware/start.elf" https://github.com/raspberrypi/firmware/raw/master/boot/start.elf |
|
135 | wget -q -O "$R/boot/firmware/start_cd.elf" https://github.com/raspberrypi/firmware/raw/master/boot/start_cd.elf | |
|
136 | 136 | wget -q -O "$R/boot/firmware/start_x.elf" https://github.com/raspberrypi/firmware/raw/master/boot/start_x.elf |
|
137 | 137 | |
|
138 | 138 | else # BUILD_KERNEL=false |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant