From 72bf3d32f6a5bff86be5c8a0abce1be46fbc257c Mon Sep 17 00:00:00 2001 From: Dieter Reuter Date: Tue, 11 Oct 2016 17:16:14 +0200 Subject: [PATCH 1/2] Upgrade kernel to 4.4.24 Signed-off-by: Dieter Reuter --- README.md | 1 + kernel_configs/rpi1_docker_kernel_config | 2 +- kernel_configs/rpi2_3_docker_kernel_config | 5 ++++- scripts/compile_kernel.sh | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c59c64..1b8406e 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ To test the new kernel, copy all DEB packages to your Pi and login as root. Then install the following packages: ```bash +dpkg -i raspberrypi-kernel_${KERNEL_DATETIME}_armhf.deb dpkg -i raspberrypi-bootloader_${KERNEL_DATETIME}_armhf.deb dpkg -i libraspberrypi0_${KERNEL_DATETIME}_armhf.deb dpkg -i libraspberrypi-dev_${KERNEL_DATETIME}_armhf.deb diff --git a/kernel_configs/rpi1_docker_kernel_config b/kernel_configs/rpi1_docker_kernel_config index 416270a..4f689f0 100644 --- a/kernel_configs/rpi1_docker_kernel_config +++ b/kernel_configs/rpi1_docker_kernel_config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.4.15-hypriotos Kernel Configuration +# Linux/arm 4.4.24-hypriotos Kernel Configuration # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y diff --git a/kernel_configs/rpi2_3_docker_kernel_config b/kernel_configs/rpi2_3_docker_kernel_config index e2bf720..d4e9a95 100644 --- a/kernel_configs/rpi2_3_docker_kernel_config +++ b/kernel_configs/rpi2_3_docker_kernel_config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.4.15-hypriotos Kernel Configuration +# Linux/arm 4.4.24-hypriotos Kernel Configuration # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -3359,6 +3359,7 @@ CONFIG_DVB_ASCOT2E=m # Graphics support # CONFIG_DRM=m +CONFIG_DRM_MIPI_DSI=m CONFIG_DRM_KMS_HELPER=m CONFIG_DRM_KMS_FB_HELPER=y CONFIG_DRM_FBDEV_EMULATION=y @@ -3386,7 +3387,9 @@ CONFIG_DRM_PANEL=y # CONFIG_DRM_PANEL_SIMPLE is not set # CONFIG_DRM_PANEL_SAMSUNG_LD9040 is not set # CONFIG_DRM_PANEL_LG_LG4573 is not set +# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set # CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set +# CONFIG_DRM_PANEL_SHARP_LQ101R1SX01 is not set CONFIG_DRM_BRIDGE=y # diff --git a/scripts/compile_kernel.sh b/scripts/compile_kernel.sh index 664c10b..f826c2c 100755 --- a/scripts/compile_kernel.sh +++ b/scripts/compile_kernel.sh @@ -13,7 +13,8 @@ BUILD_ROOT=/var/kernel_build BUILD_CACHE=$BUILD_ROOT/cache ARM_TOOLS=$BUILD_CACHE/tools LINUX_KERNEL=$BUILD_CACHE/linux-kernel -LINUX_KERNEL_COMMIT=4eda74f2dfcc8875482575c79471bde6766de3ad # Linux 4.4.15 +LINUX_KERNEL_COMMIT=e14824ba0cc70de7cbb7b34c28a00cf755ceb0dc # Linux 4.4.24 +#LINUX_KERNEL_COMMIT=4eda74f2dfcc8875482575c79471bde6766de3ad # Linux 4.4.15 # LINUX_KERNEL_COMMIT=52261e73a34f9ed7f1d049902842895a2c433a50 # Linux 4.4.10 # LINUX_KERNEL_COMMIT=36311a9ec4904c080bbdfcefc0f3d609ed508224 # Linux 4.1.8 # LINUX_KERNEL_COMMIT="59e76bb7e2936acd74938bb385f0884e34b91d72" From 42115658c742c3ce0bed530a84887c44c75df898 Mon Sep 17 00:00:00 2001 From: Dieter Reuter Date: Tue, 11 Oct 2016 17:57:46 +0200 Subject: [PATCH 2/2] Update compile_kernel.sh --- scripts/compile_kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile_kernel.sh b/scripts/compile_kernel.sh index f826c2c..073076d 100755 --- a/scripts/compile_kernel.sh +++ b/scripts/compile_kernel.sh @@ -14,7 +14,7 @@ BUILD_CACHE=$BUILD_ROOT/cache ARM_TOOLS=$BUILD_CACHE/tools LINUX_KERNEL=$BUILD_CACHE/linux-kernel LINUX_KERNEL_COMMIT=e14824ba0cc70de7cbb7b34c28a00cf755ceb0dc # Linux 4.4.24 -#LINUX_KERNEL_COMMIT=4eda74f2dfcc8875482575c79471bde6766de3ad # Linux 4.4.15 +# LINUX_KERNEL_COMMIT=4eda74f2dfcc8875482575c79471bde6766de3ad # Linux 4.4.15 # LINUX_KERNEL_COMMIT=52261e73a34f9ed7f1d049902842895a2c433a50 # Linux 4.4.10 # LINUX_KERNEL_COMMIT=36311a9ec4904c080bbdfcefc0f3d609ed508224 # Linux 4.1.8 # LINUX_KERNEL_COMMIT="59e76bb7e2936acd74938bb385f0884e34b91d72"