Skip to content

Commit

Permalink
updated rpi linux kernel and firmware to 4.9.40
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jul 31, 2017
1 parent 095bde2 commit 5cf3bbc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The RaspberryMatic project is a collaborate effort to provide a lightweight, [Li
* Integration of latest [beta versions of WebUI](https://github.com/eq-3/occu/tree/master/arm-gnueabihf/packages-eQ-3/WebUI-Beta) (`ReGaHss`)
* Self-contained disk image primarily targeted for RaspberryPi hardware
* Based on latest [Buildroot 2017.05.2](http://buildroot.org/) Linux environment
* Latest [Linux kernel v4.9.x](https://github.com/raspberrypi/linux/tree/rpi-4.9.y) with hard-float support
* Latest [Linux kernel v4.9.40](https://github.com/raspberrypi/linux/tree/rpi-4.9.y) with hard-float support
* Enabled Preemptive kernel support (`PREEMPT`) to minimize latencies and improve CCU operation properties
* Support to boot system using an external USB memory stick or hard disk (RaspberryPi3 only)
* Read-only root file system to minimize write operations on SD card
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/configs/raspmatic_rpi0_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL)/overlay/base $(BR2_EXTERNAL)/overlay/WebUI $
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL)/board/raspberrypi0/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/3ecb1db76d0803121fd5a43fb1c814dfe1ed6965.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/2e6aa1713ad27fc9db40e55a3eb4e1d00965239e.tar.gz"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL)/board/raspberrypi0/kernel_defconfig"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/configs/raspmatic_rpi3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL)/overlay/base $(BR2_EXTERNAL)/overlay/WebUI $
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL)/board/raspberrypi3/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/3ecb1db76d0803121fd5a43fb1c814dfe1ed6965.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/2e6aa1713ad27fc9db40e55a3eb4e1d00965239e.tar.gz"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL)/board/raspberrypi3/kernel_defconfig"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
Expand Down
8 changes: 4 additions & 4 deletions buildroot-patches/0003-rpi-firmware.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- buildroot/package/rpi-firmware/rpi-firmware.mk.orig 2017-06-09 22:44:45.870892238 +0200
+++ buildroot/package/rpi-firmware/rpi-firmware.mk 2017-07-07 17:04:34.329826629 +0200
+++ buildroot/package/rpi-firmware/rpi-firmware.mk 2017-07-31 15:05:09.625464331 +0200
@@ -4,7 +4,7 @@
#
################################################################################

-RPI_FIRMWARE_VERSION = 4b24a81a2ce94afd4458d1af4ea1e73d58e69848
+RPI_FIRMWARE_VERSION = 446b264183fe7cab2bb47832a2e3d6bc3a226f7a
+RPI_FIRMWARE_VERSION = 92a16f14a9bda3b402440eada849fecf79f78859
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_LICENSE = BSD-3-Clause
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
Expand All @@ -24,8 +24,8 @@
endif

--- buildroot/package/rpi-firmware/rpi-firmware.hash.orig 2017-06-09 22:40:23.878873867 +0200
+++ buildroot/package/rpi-firmware/rpi-firmware.hash 2017-07-07 17:06:11.819417286 +0200
+++ buildroot/package/rpi-firmware/rpi-firmware.hash 2017-07-31 15:09:36.445765491 +0200
@@ -1,2 +1,2 @@
# Locally computed
-sha256 84f44265c7e9bfe3e54a326b95ea7067870cfe08a9aae12f00aec8d47f6fc353 rpi-firmware-4b24a81a2ce94afd4458d1af4ea1e73d58e69848.tar.gz
+sha256 104edf88cc79660d9611f3607337b5bcdc93eb4f3ae47aa699140fd07382e782 rpi-firmware-446b264183fe7cab2bb47832a2e3d6bc3a226f7a.tar.gz
+sha256 a0d82386deb2f1dfc376b7a157cccbf769eb8b44e8bac89f4da4d22f1107ee41 rpi-firmware-92a16f14a9bda3b402440eada849fecf79f78859.tar.gz

0 comments on commit 5cf3bbc

Please sign in to comment.