Skip to content

Commit d16be80

Browse files
committed
Increase image size to 2GB with 1GB data partition.
As we'll be using a sdcard for now, this should not be an issue and provides some available space for additional features in the future.
1 parent aa8e3ed commit d16be80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

layers/targets/meta-raspberrypi/conf/layer.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ MENDER_PARTITION_ALIGNMENT = "4194304"
2323

2424
# Mender storage total and data-partition size.
2525
MENDER_BOOT_PART_SIZE_MB = "40"
26-
MENDER_STORAGE_TOTAL_SIZE_MB = "1024"
27-
MENDER_DATA_PART_SIZE_MB = "512"
26+
MENDER_STORAGE_TOTAL_SIZE_MB = "2048"
27+
MENDER_DATA_PART_SIZE_MB = "1024"
2828

2929
# To be able to update the Linux kernel Mender
3030
# uses an image that resides on the root file system and below line

layers/targets/meta-wifx/conf/layer.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ MENDER_FEATURES_DISABLE_append = " mender-grub mender-image-uefi"
1414
MENDER_PARTITION_ALIGNMENT = "4194304"
1515

1616
# Mender storage total and data-partition size.
17-
MENDER_STORAGE_TOTAL_SIZE_MB = "1024"
18-
MENDER_DATA_PART_SIZE_MB = "512"
17+
MENDER_STORAGE_TOTAL_SIZE_MB = "2048"
18+
MENDER_DATA_PART_SIZE_MB = "1024"
1919

2020
# To be able to update the Linux kernel Mender
2121
# uses an image that resides on the root file system and below line

0 commit comments

Comments
 (0)