IMX8Mp on android11 change emmc from 16G to 64G

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX8Mp on android11 change emmc from 16G to 64G

ソリューションへジャンプ
1,696件の閲覧回数
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!

ラベル(1)
タグ(1)
0 件の賞賛
1 解決策
1,645件の閲覧回数
c-luo
Contributor III

This problem i have solve.

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

Thanks.

元の投稿で解決策を見る

3 返答(返信)
1,667件の閲覧回数
Rita_Wang
NXP TechSupport
NXP TechSupport

I see that your 64GB emmc was identified

mmcblk2 : mmc2:0001 58K721 57.6 GiB

0 件の賞賛
1,646件の閲覧回数
c-luo
Contributor III

This problem i have solve.

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

Thanks.

1,636件の閲覧回数
Rita_Wang
NXP TechSupport
NXP TechSupport

Good news it works.

0 件の賞賛