iMX RT1011 Nano Kit Quick Start Guide¶
Introduction¶
This guide provides a quick introduction to running the Out-of-Box Demo for iMX RT1011 Nano Kit. The Out-of-Box Demo blinks the Red LED forever and prints logs to the console over USB.
Requirements¶
Before you start, check that you have the required hardware and software:
- 1x iMX RT1011 Nano Kit
- 1x USB-C Cable
- A computer running macOS, Linux, or Windows 7 or newer
Flashing the Demo (Optional)¶
iMX RT1011 Nano Kit is shipped with the UF2 Bootloader and led blinky demo. If the firmware is not present, follow the steps below to flash the demo:
- Connect iMX RT1011 Nano Kit to your computer using the USB-C Cable.
- Double-click the RST button to enter UF2 Bootloader mode.
- The board will mount as a Mass Storage Device called UF2BOOT and the Red LED blinks slow.
- Download the demo firmware. Drag and drop
blinky.uf2
onto the UF2BOOT volume. - After the firmware is done flashing, the demo will start running. If not, try to click the RST button to reset the board.
Ensure UF2 Bootloader is present
If the UF2 Bootloader is not present or gets corrupted somehow, you can re-install the UF2 Bootloader by following the UF2 Bootloader Installation section.
Running the Demo¶
Now, you can run the demo by following the steps below:
- Connect the board to your computer using the USB-C Cable.
-
When the board is powered, the Green LED should stay on and the Red LED should flash on and off.
-
Open up a serial terminal, specifying the correct serial port that your computer uses to communicate with the board:
-
Observe the output of the terminal. You should see the output, similar to what is shown in the following:
Next steps¶
Congratulations! You have finished the iMX RT1011 Nano Kit quick start guide. Want to learn more? Check out the following pages:
-
Programming with UF2 Bootloader
Learn how to install UF2 Bootloader on iMX RT1011 Nano Kit and flash the application code in UF2.
-
MCUXpresso Secure Provisioning Tool
Learn how to use MCUXpresso Secure Provisioning Tool to prepare and flash images.
-
Develop with Zephyr RTOS
Learn how to get started with Zephyr RTOS on iMX RT1011 Nano Kit and explore some of the typical samples.
-
Code in Python
Get started with CircuitPython on iMX RT1011 Nano Kit and explore some of the typical samples in Python.