Skip to content

Commit

Permalink
meta-mender-e31x: conf: Reduce data partition size for E310
Browse files Browse the repository at this point in the history
Reducing the data partition would result in a bigger rootfs partition
to support more packages e.g. GNURadio.

Signed-off-by: Sugandha Gupta <[email protected]>
Signed-off-by: Moritz Fischer <[email protected]>
  • Loading branch information
sugandhagupta authored and Moritz Fischer committed May 24, 2019
1 parent 23de1b0 commit 5c8c093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-mender-e31x/conf/machine/ni-e31x-mender.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MACHINEOVERRIDES =. "ni-e31x-mender:"

# 8GB SD card with some wiggle room for smaller cards
MENDER_STORAGE_TOTAL_SIZE_MB = "7590"
MENDER_DATA_PART_SIZE_MB = "4400"
MENDER_DATA_PART_SIZE_MB = "2000"
MENDER_BOOT_PART_SIZE_MB = "16"
MENDER_STORAGE_DEVICE = "/dev/mmcblk0"

Expand Down

0 comments on commit 5c8c093

Please sign in to comment.