mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
increase system image size
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user