i.MX 93 Evaluation Kit
Preparation
The instructions in this section show the preparation before the flashing procedure.
Important
Ensure you replace <factory> placeholder below with the name of your Factory.
Download the necessary files from
https://app.foundries.io/factories/<factory>/targets:Click the latest Target with the platform trigger.
Expand the run in the Runs section which corresponds with the name of the board. Download the Factory image for that machine. For example:
lmp-factory-image-<machine_name>.wic.gz u-boot-<machine_name>.itb imx-boot-<machine_name>
Note
The compressed image (
.wic.gz) is used since LmP v92. Before, the scripts required a compressed file image (.wic).Download and extract the file
mfgtool-files-<machine_name>.tar.gz:tar -zxvf mfgtool-files-imx93-11x11-lpddr4x-evk.tar.gz
Organize all the files, mirroring the tree below:
├── lmp-factory-image-imx93-11x11-lpddr4x-evk.wic.gz ├── u-boot-imx93-11x11-lpddr4x-evk.itb ├── imx-boot-imx93-11x11-lpddr4x-evk └── mfgtool-files-imx93-11x11-lpddr4x-evk ├── bootloader.uuu ├── full_image.uuu ├── SPL-mfgtool ├── u-boot-mfgtool.itb ├── uuu └── uuu.exe
Hardware Preparation
Set up the board for updating using the manufacturing tools:
Top view of i.MX 93 EVK
OPTIONAL. Only required if you have problems or want to see the boot console output.
Connect the USB-C end of the USB cable into debug port J1401. Connect the other end of the cable to a PC acting as a host terminal. Four UART connections will appear on the PC. For example, on a Linux host:
s -l /dev/serial/by-id/ total 0 lrwxrwxrwx 1 root root 13 abr 20 16:20 usb-FTDI_Quad_RS232-HS-if00-port0 -> ../../ttyUSB0 lrwxrwxrwx 1 root root 13 abr 20 16:20 usb-FTDI_Quad_RS232-HS-if01-port0 -> ../../ttyUSB1 lrwxrwxrwx 1 root root 13 abr 20 16:20 usb-FTDI_Quad_RS232-HS-if02-port0 -> ../../ttyUSB2 lrwxrwxrwx 1 root root 13 abr 20 16:20 usb-FTDI_Quad_RS232-HS-if03-port0 -> ../../ttyUSB3
Using a serial terminal program like minicom, connect to the port with
if02in the name (in this examplettyUSB2). Apply the following configuration:- Baud rate: 115200
- Data bits: 8
- Stop bit: 1
- Parity: None
- Flow control: None
Ensure that the power is off (SW301)
Put the i.MX 93 EVK into programing mode:
Connect your computer to the i.MX 93 EVK board via the USB-C port 1
DownloadJ401 jack.Connect the USB-C power plug to the port 2
PowerJ301 jack.Power on the i.MX 93 EVK board by sliding power switch SW301 to ON.
Flashing
Once in serial downloader mode and connected to your PC, the evaluation board should show up as an NXP® USB device.
Follow the instructions below.
Verify target is present:
lsusb | grep NXP Bus 001 Device 018: ID 1fc9:014e NXP Semiconductors OO Blank 93
In this mode you will use the
uuutools to program the images to the eMMC. TheUSB IDmay differ if a different SoC is used.To program the LmP to the EMMC run
$ sudo mfgtool-files-imx93-11x11-lpddr4x-evk/uuu mfgtool-files-imx93-11x11-lpddr4x-evk/full_image.uuu uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.243-0-ged48c51 Success 1 Failure 0 1:92 6/ 6 [Done ] FB: done
Turn off the power
Put the board into run mode
Start the
Device ManagerSelect
ViewSelect
Devices by containerRun the command below to program the LmP to the EMMC:
C:\Users\Someone> mfgtool-files-imx93-11x11-lpddr4x-evk\uuu.exe mfgtool-files-imx93-11x11-lpddr4x-evk\full_image.uuu uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.243-0-ged48c51 Success 1 Failure 0 1:92 6/ 6 [Done ] FB: done
Turn off the power.
Put the board into run mode
Put the i.MX 93 EVK into run mode by switching SW1301 to ON, ON, ON, ON to set the board to boot from eMMC.
Power on the i.MX 93 EVK board by sliding the power switch SW301 to ON.


