How to use uuu on MCIMX6Q-SDP?

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

How to use uuu on MCIMX6Q-SDP?

1,813 Views
yenchou
Contributor III

Hi All,

My environment:

UUU: uuu_version 1.2.39

Image: L4.14.98_2.0.0_ga_images_MX6QPDLSOLOX

Board: MCIMX6Q-SDP

I  reference the document UUU, L4.14.98 i.MX_Linux_User's_Guide and L4.14.98 i.MX_Yocto_Project_User's_Guide to use uuu, but output the error log "Fail Can find validate IVT header".

This is the log:

PS D:\user\Desktop\download\UUU> .\uuu -b emmc_all D:\user\Desktop\download\Image\public-board\FSL\L4.14.98_2.0.0_ga_images_
MX6QPDLSOLOX\fsl-image-mfgtool-initramfs-imx_mfgtools.cpio.gz.u-boot D:\user\Desktop\download\Image\public-board\FSL\L4.14.98_
2.0.0_ga_images_MX6QPDLSOLOX\fsl-image-validation-imx-imx6qpdlsolox.sdcard
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.102-0-gb078bd0

Your console don't support VT mode, fail back to verbose mode
Build in config:
Pctl Chip Vid Pid BcdVersion
==================================================
SDPS: MX8QXP 0x1fc9 0x012f [0x0002..0xffff]
SDPS: MX8QM 0x1fc9 0x0129 [0x0002..0xffff]
SDPS: MX28 0x15a2 0x004f
SDPS: MX815 0x1fc9 0x013e
SDP: MX7D 0x15a2 0x0076
SDP: MX6Q 0x15a2 0x0054
SDP: MX6D 0x15a2 0x0061
SDP: MX6SL 0x15a2 0x0063
SDP: MX6SX 0x15a2 0x0071
SDP: MX6UL 0x15a2 0x007d
SDP: MX6ULL 0x15a2 0x0080
SDP: MX6SLL 0x1fc9 0x0128
SDP: MX7ULP 0x1fc9 0x0126
SDP: MXRT106X 0x1fc9 0x0135
SDP: MX8MM 0x1fc9 0x0134
SDP: MX8MQ 0x1fc9 0x012b
SDPU: SPL 0x0525 0xb4a4 [0x0000..0x04ff]
SDPV: SPL1 0x0525 0xb4a4 [0x0500..0x9998]
SDPU: SPL 0x0525 0xb4a4 [0x9999..0x9999]
FBK: 0x066f 0x9afe
FBK: 0x066f 0x9bff
FB: 0x0525 0xa4a5
FB: 0x18d1 0x0d02

Run built-in script:

uuu_version 1.2.39

# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ
SDP: boot -f D:\user\Desktop\download\Image\public-board\FSL\L4.14.98_2.0.0_ga_images_MX6QPDLSOLOX\fsl-image-mfgtool-initramfs
-imx_mfgtools.cpio.gz.u-boot

# This command will be run when ROM support stream mode
# i.MX8QXP, i.MX8QM
SDPS: boot -f D:\user\Desktop\download\Image\public-board\FSL\L4.14.98_2.0.0_ga_images_MX6QPDLSOLOX\fsl-image-mfgtool-initramf
s-imx_mfgtools.cpio.gz.u-boot

# These commands will be run when use SPL and will be skipped if no spl
# SDPU will be deprecated. please use SDPV instead of SDPU
# {
SDPU: delay 1000
SDPU: write -f D:\user\Desktop\download\Image\public-board\FSL\L4.14.98_2.0.0_ga_images_MX6QPDLSOLOX\fsl-image-mfgtool-initram
fs-imx_mfgtools.cpio.gz.u-boot -offset 0x57c00
SDPU: jump
# }

# These commands will be run when use SPL and will be skipped if no spl
# if (SPL support SDPV)
# {
SDPV: delay 1000
SDPV: write -f D:\user\Desktop\download\Image\public-board\FSL\L4.14.98_2.0.0_ga_images_MX6QPDLSOLOX\fsl-image-mfgtool-initram
fs-imx_mfgtools.cpio.gz.u-boot -skipspl
SDPV: jump
# }

FB: ucmd setenv fastboot_dev mmc
FB: ucmd setenv mmcdev ${emmc_dev}
FB: ucmd mmc dev ${emmc_dev}
FB: flash -raw2sparse all D:\user\Desktop\download\Image\public-board\FSL\L4.14.98_2.0.0_ga_images_MX6QPDLSOLOX\fsl-image-vali
dation-imx-imx6qpdlsolox.sdcard
FB: flash bootloader D:\user\Desktop\download\Image\public-board\FSL\L4.14.98_2.0.0_ga_images_MX6QPDLSOLOX\fsl-image-mfgtool-i
nitramfs-imx_mfgtools.cpio.gz.u-boot
FB: ucmd if env exists emmc_ack; then ; else setenv emmc_ack 0; fi;
FB: ucmd mmc partconf ${emmc_dev} ${emmc_ack} 1 0
FB: done

Wait for Known USB Device Appear...
New USB Device Attached at 3:212
3:212>Start Cmd:SDP: boot -f D:\user\Desktop\download\Image\public-board\FSL\L4.14.98_2.0.0_ga_images_MX6QPDLSOLOX\fsl-image-m
fgtool-initramfs-imx_mfgtools.cpio.gz.u-boot
3:212>Fail Can find validate IVT header(0.148s)
[?25h

How do I  use uuu to burn image on MCIMX6Q-SDP?

Labels (2)
Tags (2)
0 Kudos
4 Replies

1,381 Views
joanxie
NXP TechSupport
NXP TechSupport

unzip the "L4.14.98_2.0.0_ga_images_MX6QPDLSOLOX",could you find uuu.auto? if yes, put the uuu.exe under the same path as uuu.auto, then use the command "uuu.exe uuu.auto" under windows OS

0 Kudos

1,381 Views
yenchou
Contributor III

Hi Joan,

Thank you for your reply.

I can't find uuu.auto in L4.14.98_2.0.0_ga_images_MX6QPDLSOLOX.zip.

I downloaded the image from i.MX Software and Development Tools | NXP , but it did not have the uuu.auto in zip file.

How can I get the uuu.auto file? 

0 Kudos

1,381 Views
joanxie
NXP TechSupport
NXP TechSupport

if you use imx6q board, you should find "uuu.auto-imx6qsabresd" in the demo image, then try to use "uuu.exe uuu.auto-imx6qsabresd" to download fsl-image-validation-imx-imx6qpdlsolox.sdcard to your board

0 Kudos

1,381 Views
theresarui417
Contributor I

This is a very informative blog for me. I am very much benefited after reading this blog. Keep sharing. 

mycfavisit

0 Kudos