How to burn mx8qmmek pre-build image to SD card?

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

How to burn mx8qmmek pre-build image to SD card?

ソリューションへジャンプ
1,891件の閲覧回数
fei_4_xu
Contributor III

Hi,

 

I have a MCIMX8QM-CPU ( https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-8quadmax-m... ) board and I'm following the quick start guide (https://www.nxp.com/document/guide/get-started-with-the-i-mx-8quadmax-mek:GS-iMX-8QM-MEK )

I inserted the 16G SD which comes together with the MEK and boot, from the debug console, I found that the board can boot from SD card and the linux version is L4.x.

Then I downloaded the pre-build image of L5.4.24-2.1.0_images_MX8QMMEK.zip (L5.4 version), with the same 16G SD card inserted, I run uuu:

uuu.exe L5.4.24-2.1.0_images_MX8QMMEK.zip

It seemed to be successful and the log is:

uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.130-0-g247629e

Success 1 Failure 0


1:1 8/ 8 [Done ] FB: done

But when I change the start dip switch back to 001100 and boot again, I found that the linux version is still L4.x. The SD card content seems to be unchanged.

I'd like to see how can I use the pre-build L5.x image to update (or burn) the sd card?

 

Fei

0 件の賞賛
返信
1 解決策
1,886件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello ,

 

You can follow page 6 of uuu.pdf .The uuu.exe L5.4.24-2.1.0_images_MX8QMMEK.zip only support download to emmc. You need unzip the file ,and use :

uuu -b sd_all bootloader rootfs.sdcard 
uuu -b sd_all bootloader rootfs.sdcard.bz2

Best Regards,

Zhiming

元の投稿で解決策を見る

2 返答(返信)
1,879件の閲覧回数
fei_4_xu
Contributor III

Thanks, I can confirm that the default uuu.exe L5.4.24-2.1.0_images_MX8QMMEK.zip has burn uboot and other files into emmc by testing with dip switch of 000100.

 

and I also confirmed that uuu -b sd_all imx-boot-imx8qmmek-sd.bin-flash imx-image-full-imx8qmmek.sdcard can burn image to sd card.

0 件の賞賛
返信
1,887件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello ,

 

You can follow page 6 of uuu.pdf .The uuu.exe L5.4.24-2.1.0_images_MX8QMMEK.zip only support download to emmc. You need unzip the file ,and use :

uuu -b sd_all bootloader rootfs.sdcard 
uuu -b sd_all bootloader rootfs.sdcard.bz2

Best Regards,

Zhiming