- 02 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Recover to Factory Settings: PICO-IMX8M-MINI
- Updated on 02 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Connect debug console, power, and data cables to the baseboard
Yellow box: Debug console cable
Red box: Power cable (Note: PICO-PI-IMX8M-MINI is powered by USB Type C)
Magenta box: Boot configuration jumper location
The picture above shows the PICO-PI-IMX8M-MINI. On PICO-WIZARD-IMX8M-MINI, there is no on-board USB-to-Serial converter. The debug console port is available as a TTL serial port on connector M1. However, the data shown in the console port, while educational, is not important and no console port interaction is necessary when loading software via UUU.
Use UUU (mfgtool) to write the rescue loader image to eMMC on SOM
Set the boot jumpers to Serial Download Mode
Board | Jumper Settings for Serial Download Mode |
---|---|
PICO-PI | |
PICO-WIZARD |
Download UUU (mfgtool)
Download the UUU tool from our website:
https://download.technexion.com/development_resources/development_tools/installer/imx-mfg-uuu-tool.zip
Unzip the package
After you download it, you will need to unzip the package:
unzip imx-mfg-uuu-tool.zip
If you are using a Linux-based host, by default files unpacked using unzip are not executable. You may need to set the execute flag on the ‘uuu’ binary in order to execute it (run it).
cd imx-mfg-uuu-tool
chmod +x uuu/linux64/uuu
Download a default TechNexion Software Loader image for your board
The following table lists the URLs based on the SOM and baseboard you are using. Please make sure to correctly identify the board you have.
Protocol | Download location |
---|---|
HTTP: | https://download.technexion.com/rescue/pico-imx8mm/pi-dsi1280x720/rescue-22.04.2.bz2 |
For historical reasons, the filename starts with 'rescue' (as the original system was called the 'rescue loader')
Unpack the rescue loader binary image
After download, you’ll need to unpack the rescue loader binary from the “bz2” archive. This results in a file named “rescue-22.04.2” in the current directory.
bzip2 -d <path/to/file/rescue-22.04.2.bz2>
or
bunzip2 <path/to/file/rescue-22.04.2.bz2>
If you directly write the archive file (“*.xz”), the process may appear to complete successfully, but in fact this is quite incorrect and the board will not boot. ‘uuu’ is smart enough to look into .bz2 archives, but not .xz archives.
Write the rescue loader image to EMMC
This assumes that you are in imx-mfg-uuu-tool directory.
For Linux Platforms:
sudo ./uuu/linux64/uuu -b emmc_img imx8mm/pico-imx8mm/pico-imx8mm-flash.bin <path/to/rescue>
Set the boot jumpers back to boot from eMMC and reboot.
You should be presented with the TechNexion Software Loader UI.