IMX8Mp on android11 change emmc from 16G to 64G

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX8Mp on android11 change emmc from 16G to 64G

Jump to solution
1,642 Views
c-luo
Contributor III

Hi NXP: I encountered some problems while debugging the EMMC size, I hope to get your support. Because some reasons,we changed EMMC from 16g to 64g. So,i need to change code.

first: change my BoardConfig.mk add 56G-ab_super.bpt # Support gpt ifeq ($(TARGET_USE_DYNAMIC_PARTITIONS),true) BOARD_BPT_INPUT_FILES += $(CONFIG_REPO_PATH)/common/partition/device-partitions-13GB-ab_super.bpt ADDITION_BPT_PARTITION = partition-table-28GB:$(CONFIG_REPO_PATH)/common/partition/device-partitions-28GB-ab_super.bpt \ partition-table-54GB:$(CONFIG_REPO_PATH)/common/partition/device-partitions-54GB-ab_super.bpt \ partition-table-dual:$(CONFIG_REPO_PATH)/common/partition/device-partitions-13GB-ab-dual-bootloader_super.bpt \ partition-table-28GB-dual:$(CONFIG_REPO_PATH)/common/partition/device-partitions-28GB-ab-dual-bootloader_super.bpt

change device-partitions-54GB-ab_super.bpt

"settings": {
"disk_size": "54 GiB",
"disk_alignment": 2097152,
"partitions_offset_begin": 8388608
},

$ sudo ./uuu_imx_android_flash.sh -f imx8mp -e -c 54

 

This script is validated with uuu 1.4.139 version, it is recommended to align with this version.
dtbo is supported
dual slot is supported
dynamic parttition is supported
vendor_boot parttition is supported
generate lines to flash u-boot-imx8mp.imx to the partition of bootloader0
generate lines to flash partition-table-54GB.img to the partition of gpt
generate lines to flash dtbo-imx8mp.img to the partition of dtbo_a
generate lines to flash boot.img to the partition of boot_a
generate lines to flash vendor_boot.img to the partition of vendor_boot_a
generate lines to flash vbmeta-imx8mp.img to the partition of vbmeta_a
generate lines to flash dtbo-imx8mp.img to the partition of dtbo_b
generate lines to flash boot.img to the partition of boot_b
generate lines to flash vendor_boot.img to the partition of vendor_boot_b
generate lines to flash vbmeta-imx8mp.img to the partition of vbmeta_b
generate lines to flash super.img to the partition of super
uuu script generated, start to invoke uuu with the generated uuu script
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.165-0-ge10b026

Success 1 Failure 0

3:10 23/23 [Done ] FB: done

My board can't get into Android interface when it starts for the first time after downloading the code,need input reboot command,then it can Normal use.

The first startup log Please check the attachment log-err.txt.

I tried to change the EMMC size to 13G,It won't have this problem.

Looking forward to your reply, thank you!

Tags (1)
0 Kudos
1 Solution
1,591 Views
c-luo
Contributor III

This problem i have solve.

Because the first time start-up gpu wait time too long.

Thanks.

View solution in original post

3 Replies
1,613 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

I see that your 64GB emmc was identified

mmcblk2 : mmc2:0001 58K721 57.6 GiB

0 Kudos
1,592 Views
c-luo
Contributor III

This problem i have solve.

Because the first time start-up gpu wait time too long.

Thanks.

1,582 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Good news it works.

0 Kudos