From d1c74a79bb5fbd8737996f725d4719ee46f82bf3 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 29 Jan 2018 15:19:28 +0100 Subject: [PATCH] raspi2: bump kernel version; use 4MiB partition startpoints. --- boards/raspberry-pi2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/raspberry-pi2.sh b/boards/raspberry-pi2.sh index c7e801c..b81ef85 100644 --- a/boards/raspberry-pi2.sh +++ b/boards/raspberry-pi2.sh @@ -30,15 +30,15 @@ size=1891 inittab=("T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100") parted_type="dos" -parted_boot="fat32 2048s 264191s" -parted_root="ext4 264192s 100%" +parted_boot="fat32 8192s 270335s" +parted_root="ext4 270336s 100%" bootfs="vfat" extra_packages+=() custmodules=(snd_bcm2835) gitkernel="https://github.com/raspberrypi/linux.git" -gitbranch="rpi-4.14.y" +gitbranch="rpi-4.15.y" rpifirmware="https://github.com/raspberrypi/firmware.git"