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 abf43ea commit 35027ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 | 5.4.65.20200922 | [bcm2711-kernel-5.4.65.20200922.tar.xz](https://github.com/sakaki-/bcm2711-kernel/releases/download/5.4.65.20200922/bcm2711-kernel-5.4.65.20200922.tar.xz)
Kernel, dtbs, modules and GIC stub | 5.4.68.20200929 | [bcm2711-kernel-5.4.68.20200929.tar.xz](https://github.com/sakaki-/bcm2711-kernel/releases/download/5.4.68.20200929/bcm2711-kernel-5.4.68.20200929.tar.xz)

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

Expand Down Expand Up @@ -65,7 +65,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/5.4.65.20200922/bcm2711-kernel-5.4.65.20200922.tar.xz | tar -xJf- -C /mnt/piroot/
linuxpc ~ # wget -cO- https://github.com/sakaki-/bcm2711-kernel/releases/download/5.4.68.20200929/bcm2711-kernel-5.4.68.20200929.tar.xz | tar -xJf- -C /mnt/piroot/
```

Then, edit the image's `/boot/config.txt`:
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-5c6a87162651-p4"
CONFIG_LOCALVERSION="-v8-e655052ab35e-p4"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down Expand Up @@ -3138,7 +3138,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=m
# 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 35027ba

Please sign in to comment.