From 33bfd7db54289ac04176fbae2eccd491bb493dd7 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 13 Oct 2017 15:16:57 +0000 Subject: Increase the arm/armv6 and arm/armv7 images from 2.5GB to 3GB, since the RPI2 (at least) does not fit in 2.5GB. While here, add a missing BOARDNAME to RPI2.conf. Sponsored by: The FreeBSD Foundation --- release/arm/RPI-B.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/arm/RPI-B.conf') diff --git a/release/arm/RPI-B.conf b/release/arm/RPI-B.conf index 8b8e48e08ae7..84217f4838aa 100644 --- a/release/arm/RPI-B.conf +++ b/release/arm/RPI-B.conf @@ -9,7 +9,7 @@ EMBEDDED_TARGET_ARCH="armv6" EMBEDDEDPORTS="sysutils/u-boot-rpi" KERNEL="RPI-B" WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x2000000" -IMAGE_SIZE="2560M" +IMAGE_SIZE="3072M" PART_SCHEME="MBR" FAT_SIZE="17m" FAT_TYPE="16" -- cgit v1.2.3