From ae1cdaa1a721a8b3867fc97e109c56ec37a51566 Mon Sep 17 00:00:00 2001 From: sakaki Date: Wed, 24 Jul 2019 09:02:02 +0000 Subject: [PATCH] Update for release 4.19.59.20190724 --- README.md | 10 +++++----- config | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 999ae22..4f07e2c 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Each kernel release tarball currently provides the following files: * `/boot/COPYING.linux` (the kernel's license file); * `/boot/config` (the configuration used to build the kernel); * `/boot/System.map` (the kernel's symbol table); -* `/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.59.20190723` onwards, `/boot/bcm2710-rpi-cm3.dtb`) (the device tree blobs); -* `/boot/overlays/...` (the device tree blob overlays) (from `4.19.59.20190723`); +* `/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.59.20190724` onwards, `/boot/bcm2710-rpi-cm3.dtb`) (the device tree blobs); +* `/boot/overlays/...` (the device tree blob overlays) (from `4.19.59.20190724`); * `/lib/modules//...` (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)). @@ -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, modules and (kernel) firmware | 4.19.59.20190723 | [bcmrpi3-kernel-4.19.59.20190723.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.19.59.20190723/bcmrpi3-kernel-4.19.59.20190723.tar.xz) +Kernel, dtbs, modules and (kernel) firmware | 4.19.59.20190724 | [bcmrpi3-kernel-4.19.59.20190724.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.19.59.20190724/bcmrpi3-kernel-4.19.59.20190724.tar.xz) The corresponding kernel configuration (derived via `make bcmrpi3_defconfig`) may be viewed [here](https://github.com/sakaki-/bcmrpi3-kernel/blob/master/config). @@ -44,8 +44,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/4.19.59.20190723/bcmrpi3-kernel-4.19.59.20190723.tar.xz -pi64 ~ # tar -xJf bcmrpi3-kernel-4.19.59.20190723.tar.xz -C / +pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.19.59.20190724/bcmrpi3-kernel-4.19.59.20190724.tar.xz +pi64 ~ # tar -xJf bcmrpi3-kernel-4.19.59.20190724.tar.xz -C / pi64 ~ # sync && reboot ``` diff --git a/config b/config index c87df3b..1afae0e 100644 --- a/config +++ b/config @@ -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-d996dd9b8b6c" +CONFIG_LOCALVERSION="-v8-689fc28a5af0" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_DEFAULT_HOSTNAME="(none)"