summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorMykhailo Sopiha <mykhailo.sopiha@linaro.org>2018-12-04 17:47:33 +0200
committerPraneeth Bajjuri <praneeth@ti.com>2018-12-14 17:33:27 -0600
commite1ccb4762a1a7d7456a921298c31cd1b4992d909 (patch)
tree60d7186fec86ff5e41cf81ca7abd9f2aa007acee /BoardConfig.mk
parent914f4849f8d5ccbb5a07d685d573740d9928e928 (diff)
downloadbeagle-x15-e1ccb4762a1a7d7456a921298c31cd1b4992d909.tar.gz
beagle_x15: Change system and userdata partition size
System image size increased with the recent master builds. This patch changes max system and userdata image partition size. Note: As per http://beagleboard.org/x15 onboard eMMC is 4GB. Hence all android partitions has to fit in the limited media storage. Change-Id: I03d917bdfdb43b59dd592f5aaa4920624d86d7d7 Signed-off-by: Mykhailo Sopiha <mykhailo.sopiha@linaro.org> [update commitmsg and userdata max size] Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d07a534..ba063e1 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -41,8 +41,8 @@ BOARD_FLASH_BLOCK_SIZE := 4096
USE_CAMERA_STUB := true
-BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648 # 2GB
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368 # 768MB
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 1879048192 # 1792MB
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 # 1024MB
BOARD_VENDORIMAGE_PARTITION_SIZE := 268435456 # 256MB
TARGET_USERIMAGES_USE_EXT4 := true