Skip to content

Commit

Permalink
Change super partion to 10000
Browse files Browse the repository at this point in the history
Signed-off-by: xubing <[email protected]>
  • Loading branch information
XuBing0 committed Oct 8, 2023
1 parent 8505794 commit c3b3d95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion celadon_ivi/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
BOARD_SUPER_PARTITION_GROUPS := group_sys
BOARD_GROUP_SYS_PARTITION_LIST := system vendor product odm

BOARD_SUPER_PARTITION_SIZE := $(shell echo 5000*1024*1024 | bc)
BOARD_SUPER_PARTITION_SIZE := $(shell echo 10000*1024*1024 | bc)
BOARD_GROUP_SYS_SIZE = $(shell echo "$(BOARD_SUPER_PARTITION_SIZE) - 4*1024*1024" | bc)
BOARD_SEPOLICY_DIRS += $(INTEL_PATH_SEPOLICY)/virtual_ab

Expand Down
2 changes: 1 addition & 1 deletion celadon_ivi/gpt.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
##############################################################
[partition.super]
label = super
len = 5000
len = 10000
type = linux
##############################################################
# Source: device/intel/mixins/groups/boot-arch/project-celadon/gpt.ini
Expand Down
2 changes: 1 addition & 1 deletion celadon_ivi/mixins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ filesystem_config: common
telephony: false
load_modules: true
gptbuild: true(size=32G,generate_craff=false,compress_gptimage=true)
dynamic-partitions: true(super_img_in_flashzip=true,super_partition_size=5000,virtual_ab=true,virtual_ab_compression=true)
dynamic-partitions: true(super_img_in_flashzip=true,super_partition_size=10000,virtual_ab=true,virtual_ab_compression=true)
dbc: true
atrace: true
firmware: true(all_firmwares=false)
Expand Down

0 comments on commit c3b3d95

Please sign in to comment.