Skip to content

Commit

Permalink
Update for release 4.14.32.20180409
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed Apr 9, 2018
1 parent 7daefd7 commit 330a758
Show file tree
Hide file tree
Showing 2 changed files with 11 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.31.20180401 | [bcmrpi3-kernel-4.14.31.20180401.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.14.31.20180401/bcmrpi3-kernel-4.14.31.20180401.tar.xz)
Kernel, dtbs, modules and (kernel) firmware | 4.14.32.20180409 | [bcmrpi3-kernel-4.14.32.20180409.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.14.32.20180409/bcmrpi3-kernel-4.14.32.20180409.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.31.20180401/bcmrpi3-kernel-4.14.31.20180401.tar.xz
pi64 ~ # tar -xJf bcmrpi3-kernel-4.14.31.20180401.tar.xz -C /
pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.14.32.20180409/bcmrpi3-kernel-4.14.32.20180409.tar.xz
pi64 ~ # tar -xJf bcmrpi3-kernel-4.14.32.20180409.tar.xz -C /
pi64 ~ # sync && reboot
```

Expand Down
11 changes: 8 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.31 Kernel Configuration
# Linux/arm64 4.14.32 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-b36f4e9e1984"
CONFIG_LOCALVERSION="-v8-c2eb30683b43"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
Expand Down Expand Up @@ -1273,11 +1273,15 @@ CONFIG_BT_HCIBTUSB_BCM=y
CONFIG_BT_HCIBTUSB_RTL=y
# CONFIG_BT_HCIBTSDIO is not set
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_SERDEV=y
CONFIG_BT_HCIUART_H4=y
# CONFIG_BT_HCIUART_NOKIA is not set
# CONFIG_BT_HCIUART_BCSP is not set
# CONFIG_BT_HCIUART_ATH3K is not set
# CONFIG_BT_HCIUART_LL is not set
CONFIG_BT_HCIUART_3WIRE=y
# CONFIG_BT_HCIUART_INTEL is not set
CONFIG_BT_HCIUART_BCM=y
# CONFIG_BT_HCIUART_QCA is not set
# CONFIG_BT_HCIUART_AG6XX is not set
# CONFIG_BT_HCIUART_MRVL is not set
Expand Down Expand Up @@ -1789,6 +1793,7 @@ CONFIG_NET_VENDOR_8390=y
# CONFIG_ETHOC is not set
CONFIG_NET_VENDOR_QUALCOMM=y
# CONFIG_QCA7000_SPI is not set
# CONFIG_QCA7000_UART is not set
# CONFIG_QCOM_EMAC is not set
# CONFIG_RMNET is not set
CONFIG_NET_VENDOR_RENESAS=y
Expand Down Expand Up @@ -2360,7 +2365,7 @@ CONFIG_SERIAL_SC16IS7XX_SPI=y
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
# CONFIG_SERIAL_DEV_BUS is not set
CONFIG_SERIAL_DEV_BUS=m
CONFIG_TTY_PRINTK=y
# CONFIG_HVC_DCC is not set
# CONFIG_IPMI_HANDLER is not set
Expand Down

0 comments on commit 330a758

Please sign in to comment.