Skip to content

Commit

Permalink
Update for release 4.19.93.20200114
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed Jan 14, 2020
1 parent ad79982 commit 2066664
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.93.20200107 | [bcm2711-kernel-4.19.93.20200107.tar.xz](https://github.com/sakaki-/bcm2711-kernel/releases/download/4.19.93.20200107/bcm2711-kernel-4.19.93.20200107.tar.xz)
Kernel, dtbs, modules and GIC stub | 4.19.93.20200114 | [bcm2711-kernel-4.19.93.20200114.tar.xz](https://github.com/sakaki-/bcm2711-kernel/releases/download/4.19.93.20200114/bcm2711-kernel-4.19.93.20200114.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 @@ -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.93.20200107/bcm2711-kernel-4.19.93.20200107.tar.xz | tar -xJf- -C /mnt/piroot/
linuxpc ~ # wget -cO- https://github.com/sakaki-/bcm2711-kernel/releases/download/4.19.93.20200114/bcm2711-kernel-4.19.93.20200114.tar.xz | tar -xJf- -C /mnt/piroot/
```

Then, edit the image's `/boot/config.txt`:
Expand Down
6 changes: 4 additions & 2 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -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-9ee95326a181-p4"
CONFIG_LOCALVERSION="-v8-301ec88e28eb-p4"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
Expand Down Expand Up @@ -5838,7 +5838,9 @@ CONFIG_TI_ADS1015=m
# Chemical Sensors
#
# CONFIG_ATLAS_PH_SENSOR is not set
# CONFIG_BME680 is not set
CONFIG_BME680=m
CONFIG_BME680_I2C=m
CONFIG_BME680_SPI=m
# CONFIG_CCS811 is not set
# CONFIG_IAQCORE is not set
# CONFIG_VZ89X is not set
Expand Down

0 comments on commit 2066664

Please sign in to comment.