Following the Jan 2021 release of the 'Android_Quick_Start_Guide.pdf' but can't flash pre-built android image.
Are there any commands I can use to directly flash without use of script?
>sudo ./uuu_imx_android_flash.sh -f imx8qm -e
This script is validated with uuu 1.4.72 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-imx8qm.imx to the partition of bootloader0
generate lines to flash partition-table.img to the partition of gpt
generate lines to flash dtbo-imx8qm.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-imx8qm.img to the partition of vbmeta_a
generate lines to flash dtbo-imx8qm.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-imx8qm.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.127-9-g22c5181
Wait for Known USB Device Appear...
Error: fail open file: >/tmp/u-boot-imx8qm-mek-uuu.imx
解決済! 解決策の投稿を見る。
Issue was that I was trying to download the wrong software. iMX 8 Quad 8M != iMX 8 QuadMax
Script is in the iMX8QM image package
Issue was that I was trying to download the wrong software. iMX 8 Quad 8M != iMX 8 QuadMax
Script is in the iMX8QM image package
[replied to message below]
Hi Kelly
one can try to follow sect."Programming Images" Android User's Guide on link
Best regards
igor
Thanks for the reference Igor.
Do you know where I can download ' imx-sdcard-partition.sh'?
Seems I can download Linux pre-built image, but not Android for some reason.