Hey,
I am trying to use the UUU tool. I am completely confused and cannot figure out how to use this tool.
I have gone onto the github page and downloaded the uuu file for linux.(I have just downloaded the uuu file and not the tar.bz2 file)
I want to know the next steps to use it. Besides the fact that there is such an extensive documentation, I cannot figure out a way to use it. What are the steps to use it? Any easy tutorial video or exact steps would be highly appreciated.
TIA,
Anurag
there is no TIMEOUT issue on windows 10.
Yes, you can also use uuu on ubuntu host.
weidong
imx-boot-imx8mnddr4evk-fspi.bin-flash_ddr4_evk_flexspi is for IMX8MN-DDR4-EVK, it means your evk is the version of DDR4.
and imx-boot-imx8mnevk-fspi.bin-flash_evk_flexspi is for iMX8MN-LPDDR4-EVK.
Have a nice day!
B,R,
Weidong
Hi Anurag,
See below, please!
---------------------------
1. Download demo image from the link
https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...
2. example script in demo image
decompress demo image, you will find samples subdirectory, which includes some example script:
--example_kernel_emmc.uuu
--example_kernel_nand.uuu
--example_spinor.uuu
...
3. modify scirpt for you board.
you can create a new script for your board on basis of above example script.
expecially images name in script shoud be the same as those of your images.
4. Using uuu on windows 10 command line
assume your images , uuu and script are in c:/uuu-program, then opreate it like this:
---Power off board
---set BOOT MODE to be Serial download mode.
---connect USB OTG port to PC USB by USB OTG cable.
---Power on board, then windows 10 will drive it as HID compliance device
---cd c:/uuu-program
---c:
----uuu xxxx.uuu
then uuu tool begins to program images into flash on board.
[comment]
you can use the command to program all images into flash on board.
---uuu uuu.auto (uuu.auto is also in demo image path)
5. other commands
you can see other commands in uuu.pdf, such as :
uuu -b emmc u-boot-imx
or
uuu -b sd uuu u-boot-imx
-----------------------------
Hope these steps are helpful to you.
Have a nice day!
B.R,
Weidong
Hey Weidong,
Thanks for your help. I am trying to flash an M7 example programming available in MCUXpresso SDK. I am running into an issue similar to the one faced in this(https://community.nxp.com/t5/i-MX-Processors/Flashing-i-MX8M-Nano-EVK-using-UUU-Tool/m-p/1055123#M15...
2:21 1/ 1 [HID(W):LIBUSB_ERROR_TIMEOUT ] SDPS: boot -f imx-boot-imx8mnevk-fspi.bin-flash_evk_flexspi -skipfhdr
I am unsure why this error persists. I have looked up ways to resolve this but the solutions have not been helpful. One solution suggested I should use Ubuntu 16.14 which is also mentioned in the documentation provided by NXP for UUU. I believe this is a typo as I am not able to locate any version of Ubuntu 16.14 on the internet.
What does this error indicate?
Is there a way to resolve this error?
TIA
Anurag