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