From 2751745a59b36ea64ac5278bb3586ef0b67bc64c Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Sat, 16 Sep 2017 12:42:37 +0000 Subject: [PATCH] rpi64 linux kernel 4.9.50 Signed-off-by: Sven Dowideit --- scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper b/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper index 5487c4f0..39298c73 100644 --- a/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper +++ b/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper @@ -13,11 +13,11 @@ RUN mkdir -p /source/assets COPY rootfs_arm64.tar.gz /source/assets/rootfs_arm64.tar.gz ENV URL=https://github.com/SvenDowideit/rpi64-kernel/releases/download -ENV VER=v20170626-014036 +ENV VER=v20170916-110614 -RUN curl -fL ${URL}/${VER}/4.9.34-bee42-v8.tar.gz > /source/assets/kernel.tar.gz +RUN curl -fL ${URL}/${VER}/4.9.50-bee42-v8.tar.gz > /source/assets/kernel.tar.gz RUN curl -fL ${URL}/${VER}/bootfiles.tar.gz > /source/assets/bootfiles.tar.gz -RUN curl -fL https://github.com/SvenDowideit/rpi-bootloader/releases/download/v20170622-085322/rpi-bootloader.tar.gz > /source/assets/rpi-bootfiles.tar.gz +RUN curl -fL https://github.com/SvenDowideit/rpi-bootloader/releases/download/v20170916-104016/rpi-bootloader.tar.gz > /source/assets/rpi-bootfiles.tar.gz #ENV RPI_URL=https://github.com/raspberrypi/firmware/raw/master/boot #RUN curl -fL ${RPI_URL}/bootcode.bin > /source/assets/bootcode.bin