From a09f6ee1e29716f60edfa962bb1422e075916090 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Tue, 27 Mar 2018 09:56:51 +0800 Subject: [PATCH] Bump rpi kernel to 4.9.80 rpi-bootloader: v20180320-071222 rpi64-kernel: v20180319-130037 (cherry picked from commit 0ac085b273ca85fc2fd1f6fa5eec8e0ec0ee8f22) --- 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 27fda2d3..5585509b 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/DieterReuter/rpi64-kernel/releases/download -ENV VER=v20180114-121512 +ENV VER=v20180319-130037 -RUN curl -fL ${URL}/${VER}/4.9.76-hypriotos-v8.tar.gz > /source/assets/kernel.tar.gz +RUN curl -fL ${URL}/${VER}/4.9.80-hypriotos-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/DieterReuter/rpi-bootloader/releases/download/v20180114-121611/rpi-bootloader.tar.gz > /source/assets/rpi-bootfiles.tar.gz +RUN curl -fL https://github.com/DieterReuter/rpi-bootloader/releases/download/v20180320-071222/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