diff --git a/README.md b/README.md index baf19af..376a2a7 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Each kernel release tarball currently provides the following files: * `/boot/config` (the configuration used to build the kernel); * `/boot/Module.symvers.xz` (a table mapping exported symbols to provider, compressed); * `/boot/System.map.xz` (the kernel's symbol table, compressed); -* `/boot/bcm-2710-rpi-3-b.dtb`, `/boot/bcm-2710-rpi-3-b-plus.dtb` and `/boot/bcm-2837-rpi-3-b.dtb` (and, from `5.4.68.20200929` onwards, `/boot/bcm2710-rpi-cm3.dtb`) (the device tree blobs); -* `/boot/overlays/...` (the device tree blob overlays) (from `5.4.68.20200929`); +* `/boot/bcm-2710-rpi-3-b.dtb`, `/boot/bcm-2710-rpi-3-b-plus.dtb` and `/boot/bcm-2837-rpi-3-b.dtb` (and, from `5.4.69.20201006` onwards, `/boot/bcm2710-rpi-cm3.dtb`) (the device tree blobs); +* `/boot/overlays/...` (the device tree blob overlays) (from `5.4.69.20201006`); * `/lib/modules//...` (the module set for the kernel); * `/lib/firmware/...` (the kernel-built firmware, for [< 4.14 only](http://lkml.iu.edu/hypermail/linux/kernel/1709.1/04650.html)). @@ -38,7 +38,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 | 5.4.68.20200929 | [bcmrpi3-kernel-5.4.68.20200929.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/5.4.68.20200929/bcmrpi3-kernel-5.4.68.20200929.tar.xz) +Kernel, dtbs, modules and (kernel) firmware | 5.4.69.20201006 | [bcmrpi3-kernel-5.4.69.20201006.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/5.4.69.20201006/bcmrpi3-kernel-5.4.69.20201006.tar.xz) The corresponding kernel configuration (derived via `make bcmrpi3_defconfig`) may be viewed [here](https://github.com/sakaki-/bcmrpi3-kernel/blob/master/config). @@ -49,8 +49,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/5.4.68.20200929/bcmrpi3-kernel-5.4.68.20200929.tar.xz -pi64 ~ # tar -xJf bcmrpi3-kernel-5.4.68.20200929.tar.xz -C / +pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/5.4.69.20201006/bcmrpi3-kernel-5.4.69.20201006.tar.xz +pi64 ~ # tar -xJf bcmrpi3-kernel-5.4.69.20201006.tar.xz -C / pi64 ~ # sync && reboot ``` diff --git a/config b/config index 2522dbf..e871726 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.4.68 Kernel Configuration +# Linux/arm64 5.4.69 Kernel Configuration # # @@ -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-e655052ab35e" +CONFIG_LOCALVERSION="-v8-31d364af258f" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_DEFAULT_HOSTNAME="(none)" @@ -4210,6 +4210,8 @@ CONFIG_LOGO_LINUX_CLUT224=y # end of Graphics support CONFIG_SOUND=y +CONFIG_SOUND_OSS_CORE=y +CONFIG_SOUND_OSS_CORE_PRECLAIM=y CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m @@ -4220,7 +4222,10 @@ CONFIG_SND_SEQ_DEVICE=m CONFIG_SND_RAWMIDI=m CONFIG_SND_JACK=y CONFIG_SND_JACK_INPUT_DEV=y -# CONFIG_SND_OSSEMUL is not set +CONFIG_SND_OSSEMUL=y +# CONFIG_SND_MIXER_OSS is not set +CONFIG_SND_PCM_OSS=m +CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_PCM_TIMER=y CONFIG_SND_HRTIMER=m # CONFIG_SND_DYNAMIC_MINORS is not set @@ -4232,6 +4237,7 @@ CONFIG_SND_VERBOSE_PROCFS=y CONFIG_SND_VMASTER=y CONFIG_SND_SEQUENCER=m CONFIG_SND_SEQ_DUMMY=m +# CONFIG_SND_SEQUENCER_OSS is not set CONFIG_SND_SEQ_HRTIMER_DEFAULT=y CONFIG_SND_SEQ_MIDI_EVENT=m CONFIG_SND_SEQ_MIDI=m @@ -5027,7 +5033,7 @@ CONFIG_RTC_DRV_RX8025=m CONFIG_RTC_DRV_EM3027=m CONFIG_RTC_DRV_RV3028=m # CONFIG_RTC_DRV_RV8803 is not set -# CONFIG_RTC_DRV_SD3078 is not set +CONFIG_RTC_DRV_SD3078=m # # SPI RTC drivers