Skip to content

Commit

Permalink
Update for release 4.14.34.20180417
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed Apr 17, 2018
1 parent e77676d commit c2432f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.14.33.20180416 | [bcmrpi3-kernel-4.14.33.20180416.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.14.33.20180416/bcmrpi3-kernel-4.14.33.20180416.tar.xz)
Kernel, dtbs, modules and (kernel) firmware | 4.14.34.20180417 | [bcmrpi3-kernel-4.14.34.20180417.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.14.34.20180417/bcmrpi3-kernel-4.14.34.20180417.tar.xz)

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

Expand All @@ -38,8 +38,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.14.33.20180416/bcmrpi3-kernel-4.14.33.20180416.tar.xz
pi64 ~ # tar -xJf bcmrpi3-kernel-4.14.33.20180416.tar.xz -C /
pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.14.34.20180417/bcmrpi3-kernel-4.14.34.20180417.tar.xz
pi64 ~ # tar -xJf bcmrpi3-kernel-4.14.34.20180417.tar.xz -C /
pi64 ~ # sync && reboot
```

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 4.14.33 Kernel Configuration
# Linux/arm64 4.14.34 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down Expand Up @@ -47,7 +47,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-v8-d3126c92d6bc"
CONFIG_LOCALVERSION="-v8-b6a574b3e317"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
Expand Down Expand Up @@ -2301,7 +2301,7 @@ CONFIG_BRCM_CHAR_DRIVERS=y
CONFIG_BCM2708_VCMEM=y
CONFIG_BCM_VCIO=y
# CONFIG_BCM_VC_SM is not set
# CONFIG_BCM2835_DEVGPIOMEM is not set
CONFIG_BCM2835_DEVGPIOMEM=y
# CONFIG_BCM2835_SMI_DEV is not set
CONFIG_TTY=y
CONFIG_VT=y
Expand Down

0 comments on commit c2432f0

Please sign in to comment.