summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykhailo Sopiha2018-12-04 09:47:33 -0600
committerPraneeth Bajjuri2018-12-14 17:33:27 -0600
commite1ccb4762a1a7d7456a921298c31cd1b4992d909 (patch)
tree60d7186fec86ff5e41cf81ca7abd9f2aa007acee
parent914f4849f8d5ccbb5a07d685d573740d9928e928 (diff)
downloaddevice-ti-beagle-x15-e1ccb4762a1a7d7456a921298c31cd1b4992d909.tar.gz
device-ti-beagle-x15-e1ccb4762a1a7d7456a921298c31cd1b4992d909.tar.xz
device-ti-beagle-x15-e1ccb4762a1a7d7456a921298c31cd1b4992d909.zip
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>
-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
41 41
42USE_CAMERA_STUB := true 42USE_CAMERA_STUB := true
43 43
44BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648 # 2GB 44BOARD_USERDATAIMAGE_PARTITION_SIZE := 1879048192 # 1792MB
45BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368 # 768MB 45BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 # 1024MB
46BOARD_VENDORIMAGE_PARTITION_SIZE := 268435456 # 256MB 46BOARD_VENDORIMAGE_PARTITION_SIZE := 268435456 # 256MB
47 47
48TARGET_USERIMAGES_USE_EXT4 := true 48TARGET_USERIMAGES_USE_EXT4 := true