Questions about uuu

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

Questions about uuu

957件の閲覧回数
Blake001
Contributor III

I'm working on both i.MX 8mm evk and I.MX 8mm custom board. After I produce the .wic from the yocto, I can easily flash it to the emmc by this:

sudo uuu -b emmc_all imx-boot-imx8mm-lpddr4-evk-sd.bin-flash_evk core-image-minimal-imx8mm-lpddr4-evk.rootfs-20240925213534.wic

However, if I would like to flash the bootloader, .dtb, kernel image and root file system seperately, can I still use the uuu? 

I also saw an example involved with the _initramfs.cpio.gz.uboot, it use uuu scripts flash them sperately, but right now I don't have the _initramfs.cpio.gz.uboot, how can I use the uuu to flash the emmc?

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

940件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

You could use this propose for debugging your changes.

The script using UUU would be to write to the partition the additional .dtb and replace the kernel image. This is an example of adding a .dtb to the partition.

uuu -v -b fat_write .\<built-on-pc>.dtb mmc <usdhc interface>:1 <flashed-on-target>.dtb

Regards

0 件の賞賛
返信

896件の閲覧回数
Blake001
Contributor III

 

Thank you so much for the instrucitons. It is really helpful to use the emmc as sdcard and change the dtb or image instantly.

I'm trying to use the ums command but it shows the error like below, it is a imx8mm custom board, how can I resovle it? If you have any suggestion, please let me know. 

Blake001_0-1727825042184.png

Best Regards,

Blake

0 件の賞賛
返信

848件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Is the board getting detected when running the command?

You could try with fastboot command or booting in serial download mode.

Regards,

0 件の賞賛
返信