From d8d33fa2acedbee7220fa46877376ceb1e464a70 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Tue, 6 May 2025 14:35:41 -0700 Subject: [PATCH] increase system image size --- build_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_system.sh b/build_system.sh index 9545016..92fc532 100755 --- a/build_system.sh +++ b/build_system.sh @@ -18,7 +18,7 @@ OUT_IMAGE="$OUTPUT_DIR/system.img" # the partition is 10G, but openpilot's updater didn't always handle the full size # openpilot fix, shipped in 0.9.8 (8/18/24): https://github.com/commaai/openpilot/pull/33320 -ROOTFS_IMAGE_SIZE=4200M +ROOTFS_IMAGE_SIZE=4500M # Create temp dir if non-existent mkdir -p $BUILD_DIR $OUTPUT_DIR