Home - notro/rpi-bcm2835 GitHub Wiki

Build ARCH_BCM2835 with the latest patches.

Install latest kernel release

https://github.com/notro/rpi-firmware/tree/rpi-bcm2835#readme

Build instructions

rpi-build is used to build this kernel.

Install rpi-build according to instructions.

Clone this repo

git clone https://github.com/notro/rpi-bcm2835
cd rpi-bcm2835/

Test build and install

rpi-build rpi-bcm2835 clean build
rpi-build rpi-bcm2835 install SSHIP=<Raspberry Pi IP address>

Release

# make a link to the firmware repo and it's picked up automatically
ln -s <dir> rpi-firmware
rpi-build rpi-bcm2835 clean log commit
rpi-build rpi-bcm2835 push

Build files used

⚠️ **GitHub.com Fallback** ⚠️