IMX8QXP SD card flash on Android

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

IMX8QXP SD card flash on Android

260 Views
AjithAjmal
Contributor II

Hello all,

I am using the i.MX8QXP EVK board. Due to a damaged USB port, I am unable to flash eMMC. As a workaround, I am attempting to flash the SD card with AAOS (Android OS). I have already successfully flashed Linux to the SD card. Could you provide the steps for flashing Android to the SD card?

0 Kudos
Reply
4 Replies

243 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hi,

Please refer to the section <5 Programming Images> of ANDROID_USERS_GUIDE.pdf 

To use the fastboot_imx_flashall script to download images to SD Card.

$ sudo ./imx-sdcard-partition.sh -f -D /dev/sdX # can be as imx8mm, imx8mn, imx8mp, imx8mq, imx8qm, imx8qxp, imx95.

 

Regards

Harvey

0 Kudos
Reply

235 Views
AjithAjmal
Contributor II

Hello Harvey,

I run the following command, but it didn’t execute properly. Additionally, I couldn't find the "imx-sdcard-partition.sh" file while attempting to flash the Android pre-built image on automotive-13.0.0_1.1.0_image_8qmek_car

sudo ./imx-sdcard-partition.sh -f imx8qxp -c 28 /dev/sdb

0 Kudos
Reply

222 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hi @AjithAjmal 

Android automotive OS (automotive-13.0.0_1.1.0_image_8qmek_car) is not supported for SD Card, for eMMC only.

 

Regards

Harvey

0 Kudos
Reply

213 Views
AjithAjmal
Contributor II

Hi @Harvey021,

Thank you for your support! I successfully flashed the Android demo image "android-13.0.0_1.2.0_image_8qmek" to the SD card, and the board booted successfully.