Skip to content

Commit

Permalink
Update Compile_and_Install_New_RasPiOS_Kernel.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr authored Jan 26, 2024
1 parent 59a9f0b commit d0a664f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions home/Compile_and_Install_New_RasPiOS_Kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ $ cd linux
$ KERNEL=kernel8
$ make bcm2711_defconfig

To turn on support for the RTW88 8822BU USB module:
Example of change that can be made: To turn on support for the RTW88 8822BU USB module:

$ make menuconfig

Expand Down Expand Up @@ -167,16 +167,16 @@ $ make -j4 Image.gz modules dtbs

Step 6: Install the kernel, modules, and Device Tree blobs

sudo make modules_install
sudo cp arch/arm64/boot/dts/broadcom/*.dtb /boot/firmware/
sudo cp arch/arm64/boot/dts/overlays/*.dtb* /boot/firmware/overlays/
sudo cp arch/arm64/boot/dts/overlays/README /boot/firmware/overlays/
sudo cp arch/arm64/boot/Image.gz /boot/firmware/$KERNEL.img
$ sudo make modules_install
$ sudo cp arch/arm64/boot/dts/broadcom/*.dtb /boot/firmware/
$ sudo cp arch/arm64/boot/dts/overlays/*.dtb* /boot/firmware/overlays/
$ sudo cp arch/arm64/boot/dts/overlays/README /boot/firmware/overlays/
$ sudo cp arch/arm64/boot/Image.gz /boot/firmware/$KERNEL.img

Note: If you have not already deactivated the internal wifi, now would
be a good time to do it before you reboot.

Reboot. Your Raspberry Pi should be running your freshly-compiled kernel!
Step 7: Reboot. Your Raspberry Pi should be running your freshly-compiled kernel!

```
$ uname -r
Expand Down

0 comments on commit d0a664f

Please sign in to comment.