How to Flash Android 9 on IMX8 with 128G eMMC

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to Flash Android 9 on IMX8 with 128G eMMC

15,233 次查看
weikeng-jimmy
Contributor III

Hi Sir,

My customer want to expand EMMC size from 32GB to 128GB. We modify and new a 128GB bpt file as below.

1.

{
"settings": {
"disk_size": "128 GiB",
"disk_alignment": 2097152,
"first_partition_offset": 8388608
},

2. Modify ~/ANDROID_CODEBASE/device/fsl/imx8m/rom5720_a1/BoardConfig.mk

# Support gpt
BOARD_BPT_INPUT_FILES += device/fsl/common/partition/device-partitions-13GB-ab.bpt
ADDITION_BPT_PARTITION = partition-table-7GB:device/fsl/common/partition/device-partitions-7GB-ab.bpt \
partition-table-128GB:device/fsl/common/partition/device-partitions-128GB-ab.bpt \
partition-table-28GB:device/fsl/common/partition/device-partitions-28GB-ab.bpt


We try to use uuu tool and get a fail when use download command.

./uuu_imx_android_flash.sh -f imx8mq -a -e -c 128


Please help to modify a "128GB dual-bootloader" .bpt file for 128G eMMC.

Thansk~

23 回复数

1,590 次查看
lisztkao
Contributor II

Rename file partition-table-28GB.img to partition-table-128GB.img and flash image via uuu tool.

emmc_uuu.jpg

The storage in Setting application shown

emmc_storage.jpg

0 项奖励
回复

1,521 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

Sorry for my last reply, I have confirmed and discussed with our expert team. Get feedback from them that if you are using the 128GB emmc, you steps is right at first, but you need to modify  the file device-partitions-128GB-ab.bpt add the

"disk_size": "119 GiB"

                                                                                                       

 

0 项奖励
回复

1,512 次查看
weikeng-jimmy
Contributor III

My customer modify partitions-128GB-ab.bpt and flash image via uuu tool , but it's still burn fail.

1.jpg

2.jpg3.jpg4.jpg

0 项奖励
回复