Skip to content

Commit

Permalink
Update for release 5.4.68.20200929
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed Sep 29, 2020
1 parent 671d4b7 commit 2aa0e7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Each kernel release tarball currently provides the following files:
* `/boot/config` (the configuration used to build the kernel);
* `/boot/Module.symvers.xz` (a table mapping exported symbols to provider, compressed);
* `/boot/System.map.xz` (the kernel's symbol table, compressed);
* `/boot/bcm-2710-rpi-3-b.dtb`, `/boot/bcm-2710-rpi-3-b-plus.dtb` and `/boot/bcm-2837-rpi-3-b.dtb` (and, from `5.4.65.20200922` onwards, `/boot/bcm2710-rpi-cm3.dtb`) (the device tree blobs);
* `/boot/overlays/...` (the device tree blob overlays) (from `5.4.65.20200922`);
* `/boot/bcm-2710-rpi-3-b.dtb`, `/boot/bcm-2710-rpi-3-b-plus.dtb` and `/boot/bcm-2837-rpi-3-b.dtb` (and, from `5.4.68.20200929` onwards, `/boot/bcm2710-rpi-cm3.dtb`) (the device tree blobs);
* `/boot/overlays/...` (the device tree blob overlays) (from `5.4.68.20200929`);
* `/lib/modules/<kernel release name>/...` (the module set for the kernel);
* `/lib/firmware/...` (the kernel-built firmware, for [< 4.14 only](http://lkml.iu.edu/hypermail/linux/kernel/1709.1/04650.html)).

Expand All @@ -38,7 +38,7 @@ The current kernel tarball may be downloaded from the link below (or via `wget`,

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

The corresponding kernel configuration (derived via `make bcmrpi3_defconfig`) may be viewed [here](https://github.com/sakaki-/bcmrpi3-kernel/blob/master/config).

Expand All @@ -49,8 +49,8 @@ The corresponding kernel configuration (derived via `make bcmrpi3_defconfig`) ma
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/5.4.65.20200922/bcmrpi3-kernel-5.4.65.20200922.tar.xz
pi64 ~ # tar -xJf bcmrpi3-kernel-5.4.65.20200922.tar.xz -C /
pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/5.4.68.20200929/bcmrpi3-kernel-5.4.68.20200929.tar.xz
pi64 ~ # tar -xJf bcmrpi3-kernel-5.4.68.20200929.tar.xz -C /
pi64 ~ # sync && reboot
```

Expand Down
6 changes: 3 additions & 3 deletions config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.4.65 Kernel Configuration
# Linux/arm64 5.4.68 Kernel Configuration
#

#
Expand All @@ -21,7 +21,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-v8-0cb2a1174a38"
CONFIG_LOCALVERSION="-v8-e655052ab35e"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down Expand Up @@ -2766,7 +2766,7 @@ CONFIG_I2C_BCM2708_BAUDRATE=100000
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_BCM2835=m
CONFIG_I2C_BRCMSTB=y
# CONFIG_I2C_BRCMSTB is not set
# CONFIG_I2C_CADENCE is not set
# CONFIG_I2C_CBUS_GPIO is not set
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
Expand Down

0 comments on commit 2aa0e7d

Please sign in to comment.