From b9fea2e8d3ccdd1dcfc984ae6f3ef8818fe501b7 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Thu, 21 Dec 2017 15:16:11 +0800 Subject: [PATCH] Update build file for raspberry-pi-hypriot64 --- scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper b/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper index 39298c73..afa4010c 100644 --- a/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper +++ b/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper @@ -12,12 +12,12 @@ RUN mkdir -p /source/assets #RUN curl -fL https://releases.rancher.com/os/latest/rootfs_arm64.tar.gz > /source/assets/rootfs_arm64.tar.gz COPY rootfs_arm64.tar.gz /source/assets/rootfs_arm64.tar.gz -ENV URL=https://github.com/SvenDowideit/rpi64-kernel/releases/download -ENV VER=v20170916-110614 +ENV URL=https://github.com/DieterReuter/rpi64-kernel/releases/download +ENV VER=v20171216-172054 -RUN curl -fL ${URL}/${VER}/4.9.50-bee42-v8.tar.gz > /source/assets/kernel.tar.gz +RUN curl -fL ${URL}/${VER}/4.9.69-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/SvenDowideit/rpi-bootloader/releases/download/v20170916-104016/rpi-bootloader.tar.gz > /source/assets/rpi-bootfiles.tar.gz +RUN curl -fL https://github.com/DieterReuter/rpi-bootloader/releases/download/v20171216-171651/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