aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2022-06-22 18:23:39 +0000
committerGlen Barber <gjb@FreeBSD.org>2022-06-22 18:25:08 +0000
commit423871b226ea54ce5f98254c6f12ca3a9a419f0d (patch)
treede2ef1b3df94345e25fa5153ca001fe6a8fea5e8 /release
parent159ae92df5a5b9e9a7457d6beafc60b424607d50 (diff)
downloadsrc-423871b226ea54ce5f98254c6f12ca3a9a419f0d.tar.gz
src-423871b226ea54ce5f98254c6f12ca3a9a419f0d.zip
release: arm - increase IMAGE_SIZE
For some reason, while 3072M is sufficient for 14-CURRENT, it is not for 13-STABLE. Notably, previous investigations suggest that there are changes to makefs(8) in main that do not exist in stable/13, in which 14-CURRENT seems perfectly happy to ignore the target image size is smaller than the data being populated to it. I have no futher investigative details at the moment, but as this had caused arm failures for the past three weeks, this is the more hasty measure, hence the MFC timeframe noted. MFC after: 10 minutes Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit cf83038cec6874aafacf56a1cac531d079af016b)
Diffstat (limited to 'release')
-rw-r--r--release/arm/GENERICSD.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/arm/GENERICSD.conf b/release/arm/GENERICSD.conf
index c76829b22b04..22ca02b61139 100644
--- a/release/arm/GENERICSD.conf
+++ b/release/arm/GENERICSD.conf
@@ -9,7 +9,7 @@ EMBEDDEDBUILD=1
EMBEDDEDPORTS="sysutils/u-boot-beaglebone sysutils/u-boot-rpi2 sysutils/rpi-firmware"
FAT_SIZE="50m -b 1m"
FAT_TYPE="16"
-IMAGE_SIZE="3072M"
+IMAGE_SIZE="4096M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
BBB_UBOOT_DIR="/usr/local/share/u-boot/u-boot-beaglebone"