-
Notifications
You must be signed in to change notification settings - Fork 301
How to use UUU on Windows
UUU works for both Linux and Windows distributions. This page describes the steps on Windows.
To use UUU on windows the following files are required.
uuu.exe
The files can be downloaded from the GitHub's Release tab
The list of dependencies to use UUU on Windows are listed below.
- (optional) A serial console emulator (such as Putty or TeraTerm)
- (optional) The USB to serial converter driver (see How-to-install-USB-to-serial-driver-on-Windows for detail)
❗ Open the lower COM
port to monitor the Cortex A* log messages while UUU is being executed.
- Setup the board (below steps is example for i.MX8MM Mini EVK boards)
- Connect the USB power supply to the
J302
connector (the USB Type-C POWER connector) - Connect the USB Type-C cable from the serial download connector (
J301
) to the host machine - Connect the serial debug (connector
J901
) to the host machine using a USB micro-B cable - Set the boot mode switches to the
Download Mode
(see sticker or silk on the board) - Turn on the board on ON/OFF switch (
SW101
)
- Connect the USB power supply to the
- Open
CMD
- Navigate to the folder with the
uuu.exe
,libusb-1.0.dll
, files and where the images to be installed on the target are located. - Execute
uuu.exe L4.9.123_2.3.0_8mm-ga.zip
L4.9.123_2.3.0_8mm-ga.zip download from here
UUU starts the flash process by loading the boot loader to the RAM, and using it to make the copy of the binaries. In case everything works fine the final message shows zero errors. See the image below with UUU execution on CMD
on the left and the Cortex A53 log message on Putty on the right.
❗ Default auto.uuu script write image to emmc, if you want to write to other storage please see Example]
uuu.exe -b sd imx-boot-imx8mmevk-sd.bin-flash_evk
Go back to Home