How to Flash Android 9 on IMX8 with 128G eMMC

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

How to Flash Android 9 on IMX8 with 128G eMMC

7,691 Views
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 Replies

813 Views
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 Kudos
Reply

744 Views
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 Kudos
Reply

735 Views
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 Kudos
Reply