Skip to content

Commit

Permalink
Update for release 4.19.83.20191112
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed Nov 12, 2019
1 parent ddb24a3 commit c23b96b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -23,8 +23,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 `4.19.81.20191105` onwards, `/boot/bcm2710-rpi-cm3.dtb`) (the device tree blobs);
* `/boot/overlays/...` (the device tree blob overlays) (from `4.19.81.20191105`);
* `/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 `4.19.83.20191112` onwards, `/boot/bcm2710-rpi-cm3.dtb`) (the device tree blobs);
* `/boot/overlays/...` (the device tree blob overlays) (from `4.19.83.20191112`);
* `/lib/modules/<kernel release name>/...` (the module set for the kernel);

> The `/boot/Module.symvers.xz` file is only included in more recent builds. The `/boot/System.map.xz` is supplied in compressed form only in recent builds.
Expand All @@ -33,7 +33,7 @@ The current kernel tarball may be downloaded from the link below (or via `wget`,

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

The corresponding kernel configuration (derived via `make bcmrpi3_defconfig && conform_config.sh && make olddefconfig`) may be viewed [here](https://github.com/sakaki-/bcmrpi3-kernel-bis/blob/master/config). The 'baseline' `bcmrpi3_defconfig` may be viewed [here](https://github.com/sakaki-/bcmrpi3-kernel-bis/blob/master/bcmrpi3_config), the `conform_config.sh` script may be viewed [here](https://github.com/sakaki-/bcmrpi3-kernel-bis/blob/master/conform_config.sh), and a diff between the 'tweaked' and 'baseline' configurations may be viewed [here](https://github.com/sakaki-/bcmrpi3-kernel-bis/blob/master/vs_bcmrpi3_config.diff).

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

Expand All @@ -59,7 +59,7 @@ pi64 ~ # reboot
Or, to install a particular version (e.g.):
```console
pi64 ~ # emaint sync --repo rpi3
pi64 ~ # emerge -av =bcmrpi3-kernel-bis-bin-4.19.81.20191105
pi64 ~ # emerge -av =bcmrpi3-kernel-bis-bin-4.19.83.20191112
pi64 ~ # reboot
```

Expand Down
6 changes: 3 additions & 3 deletions bcmrpi3_config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.81 Kernel Configuration
# Linux/arm64 4.19.83 Kernel Configuration
#

#
Expand All @@ -19,7 +19,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-v8-bbdf44a11a06"
CONFIG_LOCALVERSION="-v8-3c235dcfe80a"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down Expand Up @@ -5163,7 +5163,7 @@ CONFIG_HTU21=m
# CONFIG_ADJD_S311 is not set
# CONFIG_AL3320A is not set
# CONFIG_APDS9300 is not set
# CONFIG_APDS9960 is not set
CONFIG_APDS9960=m
# CONFIG_BH1750 is not set
# CONFIG_BH1780 is not set
# CONFIG_CM32181 is not set
Expand Down
6 changes: 3 additions & 3 deletions config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.81 Kernel Configuration
# Linux/arm64 4.19.83 Kernel Configuration
#

#
Expand All @@ -19,7 +19,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-v8-bbdf44a11a06-bis"
CONFIG_LOCALVERSION="-v8-3c235dcfe80a-bis"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down Expand Up @@ -5214,7 +5214,7 @@ CONFIG_HTU21=m
# CONFIG_ADJD_S311 is not set
# CONFIG_AL3320A is not set
# CONFIG_APDS9300 is not set
# CONFIG_APDS9960 is not set
CONFIG_APDS9960=m
# CONFIG_BH1750 is not set
# CONFIG_BH1780 is not set
# CONFIG_CM32181 is not set
Expand Down
4 changes: 2 additions & 2 deletions vs_bcmrpi3_config.diff
@@ -1,7 +1,7 @@
22c22
< CONFIG_LOCALVERSION="-v8-bbdf44a11a06"
< CONFIG_LOCALVERSION="-v8-3c235dcfe80a"
---
> CONFIG_LOCALVERSION="-v8-bbdf44a11a06-bis"
> CONFIG_LOCALVERSION="-v8-3c235dcfe80a-bis"
293a294
> CONFIG_ARM64_ERRATUM_834220=y
479c480,500
Expand Down

0 comments on commit c23b96b

Please sign in to comment.