Use Linux on the NXP FRDM i.MX 93 board
Who is this for?
This is an introductory topic for embedded developers and ML engineers who want to boot an NXP FRDM i.MX 93 board, connect over serial, enable WiFi, and transfer files for on-device development on Arm.
What will you learn?
Upon completion of this Learning Path, you will be able to:
- Boot the NXP FRDM i.MX 93 board and log in to Linux over a serial console.
- Create a non-root Linux user with sudo access for development workflows.
- Connect the board to WiFi using ConnMan.
- Transfer files to the board over WiFi (scp) or USB.
- Load the WiFi driver module on boot to enable automatic reconnection.
Prerequisites
Before starting, you will need the following:
- An NXP FRDM i.MX 93 board.
- A computer running Linux or macOS.
- A USB-C cable for the board’s DBG serial connection.
- A USB-C power supply/cable for the board’s POWER port.
Summary
This summary was drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.
sudo privileges and connect to Wi-Fi with ConnMan. Then, you’ll find the board’s IP address, transfer files with scp or USB, and optionally load the Wi-Fi driver at startup for automatic reconnection.Frequently asked questions
These FAQs were drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.
wheel group and enabling wheel in sudoers, log in as that user and run a command with sudo. If the command runs successfully, the configuration is correct.ifconfig command and look for the Wi-Fi interface, often named mlan0. Then, note its inet address. Use that IP in the scp target path.modprobe command so ConnMan can reconnect to the saved network. After loading, verify the interface has an IP address before continuing.