I.MX RT10XX: Release Notes 3.2.0

I.MX RT10XX: Release Notes 3.2.0

1. Overview

This is the Linux BSP (Board Support Package) for the NXP i.MX RT1050/RT1060 EVKB board.

The BSP provides a software development environment for evaluation and development of Linux (uClinux) on the Cortex-M7 processor core of the i.MX RT1050/RT1060 microcontroller using the NXP i.MX RT1050/RT1060 EVKB board as a hardware platform.

2. Supported Features

The following list summarizes the features and capabilities of this release of the NXP i.MX RT1050/RT1060 EVK BSP:

  • Linux:

    • Kernel v.6.12.20;

    • Serial Linux console;

    • Ethernet device driver and Linux TCP/IP networking (ping, NFS, Telnet, FTP, NTPD, etc);

    • Clock driver;

    • pinctrl driver;

    • I2C driver;

    • MMC/SD driver;

    • LCD display and touch support;

    • USB High Speed driver (Host and Gadget modes);

    • (PAID ADD-ON) QSPI Flash driver;

    • (PAID ADD-ON) ADC driver;

    • (PAID ADD-ON) CAN bus driver;

    • (PAID ADD-ON) LPSPI driver;

    • (PAID ADD-ON) Support LVGL GUI;

    • busybox v1.35.0;

    • POSIX pthreads;

    • Hardened exception handling; an exception triggered by a process affects only the offending process;

    • MPU user-level protection support;

    • GPIO device driver;

    • Freescale SNVS RTC support.

  • U-Boot firmware:

    • U-Boot 2025.04;

    • Target initialization from power-on / reset;

    • Serial console;

    • Ethernet driver for loading images to the target;

    • Clock driver;

    • pinctrl driver;

    • Device driver for MMC/SD Card;

    • USB support

    • LCD display support;

    • Autoboot feature, allowing boot of OS images from the SD Card;

    • Persistent environment in the SD Card for customization of target operation;

    • Sophisticated command interface for maintenance and development of the target.

  • Development tools:

    • Linux-hosted cross-development environment;

    • 11.3 GNU toolchain is used for development of user-space applications;

    • ELF / dynamic linking supported;

    • Debugging user-space applications with cross-GDB;

    • Hardware FPU enabled in the toolchain and kernel;

    • mkimage tool used by the Linux kernel build process to create a bootable Linux image.

3. New and Changed Features

The following is a summary of the changes in Release 3.2.0, as compared to Release 3.1.0:

  1. Port i.MX 1050 U-Boot to 6.12.20 BSP.
    ID: RM 7511.

  2. Port i.MX 1050 Linux to 6.12.20 BSP.
    ID: RM 7512.

  3. Migrate ADC support to 6.12.20 BSP for imxrt1050.
    ID: RM 7513.

  4. Migrate CAN support to 6.12.20 BSP for imxrt1050.
    ID: RM 7514.

  5. Migrate LPSPI support to 6.12.20 BSP for imxrt1050.
    ID: RM 7515.

  6. Migrate LVGL demos to 6.12.20 BSP for imxrt1050.
    ID: RM 7516.

  7. Migrate QSPI Flash support to 6.12.20 BSP for imxrt1050.
    ID: RM 7516.

  8. Port i.MX 1060 to 6.12.20 BSP.
    ID: RM 7540.

  9. Migrate QSPI Flash support to 6.12.20 BSP for imxrt1060.
    ID: RM 7541.

  10. Migrate ADC support to 6.12.20 BSP for imxrt1060.
    ID: RM 7542.

  11. Migrate CAN support to 6.12.20 BSP for imxrt1060.
    ID: RM 7543.

  12. Migrate LPSPI support to 6.12.20 BSP for imxrt1060.
    ID: RM 7544.

  13. Migrate LVGL demos to 6.12.20 BSP for imxrt1060.
    ID: RM 7545.

  14. Fix bug: IMXRT10xx: remove duplicate U-Boot SPL banner that is displayed on console at startup.
    ID: RM 7555.

  15. Fix bug: Reduce stack size in U-Boot 6.12.20.
    ID: RM 7532.

4. Known Problems & Limitations

This section lists known problems and limitations of this release:

  1. If the program being debugged is compiled with the -g flag, then the "gdbserver :1234 app" command produces the kernel warning.
    ID: RM 7561.
    Workaround: Do not pay attention on this kernel warning, continue debugging the application.