Skip to content

Commit

Permalink
Update for release 4.9.30.20170601
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed Jun 1, 2017
1 parent 0bb1f06 commit 2950944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Currently tracking the 4.9.y branch, as this is receiving VC4 backports etc.

Variant | Version | Most Recent Image
:--- | ---: | ---:
Kernel, dtbs, modules and (kernel) firmware | a.b.c.d | [bcmrpi3-kernel-a.b.c.d.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/a.b.c.d/bcmrpi3-kernel-a.b.c.d.tar.xz)
Kernel, dtbs, modules and (kernel) firmware | 4.9.30.20170601 | [bcmrpi3-kernel-4.9.30.20170601.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.9.30.20170601/bcmrpi3-kernel-4.9.30.20170601.tar.xz)

> The older images are still available [here](https://github.com/sakaki-/bcmrpi3-kernel/releases).
To deploy (assuming that your RPi3's micro SD-card's first partition is mounted as `/boot`, and you are already running a 64-bit RPi3 image, such as my [gentoo-on-rpi3-64bit](https://github.com/sakaki-/gentoo-on-rpi3-64bit)) simply download, untar into the root directory, and reboot:
```console
pi64 ~ # cp /boot/kernel8.img{,.old}
pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/a.b.c.d/bcmrpi3-kernel-a.b.c.d.tar.xz
pi64 ~ # tar -xJf bcmrpi3-kernel-a.b.c.d.tar.xz -C /
pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.9.30.20170601/bcmrpi3-kernel-4.9.30.20170601.tar.xz
pi64 ~ # tar -xJf bcmrpi3-kernel-4.9.30.20170601.tar.xz -C /
pi64 ~ # sync && reboot
```
These prebuilt kernels are provided as a convenience only. Use at your own risk!

0 comments on commit 2950944

Please sign in to comment.