Skip to content

Commit 9e70a56

Browse files
committed
Update for release 5.4.51.20200804
1 parent 7a7a41c commit 9e70a56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The current kernel tarball may be downloaded from the link below (or via `wget`,
3636

3737
Variant | Version | Most Recent Image
3838
:--- | ---: | ---:
39-
Kernel, dtbs, modules and GIC stub | 5.4.51.20200728 | [bcm2711-kernel-5.4.51.20200728.tar.xz](https://github.com/sakaki-/bcm2711-kernel/releases/download/5.4.51.20200728/bcm2711-kernel-5.4.51.20200728.tar.xz)
39+
Kernel, dtbs, modules and GIC stub | 5.4.51.20200804 | [bcm2711-kernel-5.4.51.20200804.tar.xz](https://github.com/sakaki-/bcm2711-kernel/releases/download/5.4.51.20200804/bcm2711-kernel-5.4.51.20200804.tar.xz)
4040

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

@@ -65,7 +65,7 @@ linuxpc ~ # mount -v /dev/mmcblk0p1 /mnt/piroot/boot
6565
Next, fetch the the current kernel tarball, and untar it into the mounted image. Issue:
6666

6767
```console
68-
linuxpc ~ # wget -cO- https://github.com/sakaki-/bcm2711-kernel/releases/download/5.4.51.20200728/bcm2711-kernel-5.4.51.20200728.tar.xz | tar -xJf- -C /mnt/piroot/
68+
linuxpc ~ # wget -cO- https://github.com/sakaki-/bcm2711-kernel/releases/download/5.4.51.20200804/bcm2711-kernel-5.4.51.20200804.tar.xz | tar -xJf- -C /mnt/piroot/
6969
```
7070

7171
Then, edit the image's `/boot/config.txt`:

config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2121
#
2222
CONFIG_INIT_ENV_ARG_LIMIT=32
2323
# CONFIG_COMPILE_TEST is not set
24-
CONFIG_LOCALVERSION="-v8-1baaf0312786-p4"
24+
CONFIG_LOCALVERSION="-v8-8ae5f3e1ecf0-p4"
2525
# CONFIG_LOCALVERSION_AUTO is not set
2626
CONFIG_BUILD_SALT=""
2727
CONFIG_DEFAULT_HOSTNAME="(none)"
@@ -3445,7 +3445,7 @@ CONFIG_SENSORS_DS1621=m
34453445
# CONFIG_SENSORS_G762 is not set
34463446
CONFIG_SENSORS_GPIO_FAN=m
34473447
# CONFIG_SENSORS_HIH6130 is not set
3448-
# CONFIG_SENSORS_IIO_HWMON is not set
3448+
CONFIG_SENSORS_IIO_HWMON=m
34493449
# CONFIG_SENSORS_IT87 is not set
34503450
CONFIG_SENSORS_JC42=m
34513451
# CONFIG_SENSORS_POWR1220 is not set

0 commit comments

Comments
 (0)