From a0a953043fa49fce058af936236374e9997380de Mon Sep 17 00:00:00 2001 From: sakaki Date: Tue, 18 Feb 2020 14:04:30 +0000 Subject: [PATCH] Update for release 4.19.102.20200218 --- README.md | 4 ++-- config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c5a634..f749130 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The current kernel tarball may be downloaded from the link below (or via `wget`, Variant | Version | Most Recent Image :--- | ---: | ---: -Kernel, dtbs, modules and GIC stub | 4.19.102.20200211 | [bcm2711-kernel-4.19.102.20200211.tar.xz](https://github.com/sakaki-/bcm2711-kernel/releases/download/4.19.102.20200211/bcm2711-kernel-4.19.102.20200211.tar.xz) +Kernel, dtbs, modules and GIC stub | 4.19.102.20200218 | [bcm2711-kernel-4.19.102.20200218.tar.xz](https://github.com/sakaki-/bcm2711-kernel/releases/download/4.19.102.20200218/bcm2711-kernel-4.19.102.20200218.tar.xz) The corresponding kernel configuration (derived via `make bcm2711_defconfig`) may be viewed [here](https://github.com/sakaki-/bcm2711-kernel/blob/master/config). @@ -63,7 +63,7 @@ linuxpc ~ # mount -v /dev/mmcblk0p1 /mnt/piroot/boot Next, fetch the the current kernel tarball, and untar it into the mounted image. Issue: ```console -linuxpc ~ # wget -cO- https://github.com/sakaki-/bcm2711-kernel/releases/download/4.19.102.20200211/bcm2711-kernel-4.19.102.20200211.tar.xz | tar -xJf- -C /mnt/piroot/ +linuxpc ~ # wget -cO- https://github.com/sakaki-/bcm2711-kernel/releases/download/4.19.102.20200218/bcm2711-kernel-4.19.102.20200218.tar.xz | tar -xJf- -C /mnt/piroot/ ``` Then, edit the image's `/boot/config.txt`: diff --git a/config b/config index a3766f9..3f1500e 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-6567eca5d50c-p4" +CONFIG_LOCALVERSION="-v8-65cd47913443-p4" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_DEFAULT_HOSTNAME="(none)"