Release Notes 3.0.4 Print

 

 

Overview

This is the Linux BSP (Board Support Package) for the NXP i.MX RT1024 EVK 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 RT1024 microcontroller using the NXP i.MX RT1024 EVK board as a hardware platform.

Supported Features

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

  • Linux:
    • Kernel v.5.15.71;
    • 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;
    • USB High Speed driver (Host and Gadget modes);
    • 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.
  • U-Boot firmware:
    • U-Boot 2022.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 driver;
    • 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.

New and Changed Features

The following is a summary of the changes in Release 3.0.4, as compared to Release 3.0.0:

  1. Migrate to the defconfig format for the kernel options in the IMXRT1024-EVK BSP.
    ID
    : RM 7024.
  2. Migrate to HZ_1000 for the i.MX rt1024 BSP.
    ID
    : RM 7025.
  3. Set scheduling mode to the “Preemptible Kernel (Low-Latency Desktop)” for the imxrt1024 BSP.
    ID
    : RM 7026.
  4. Support I2C in Linux for the imxrt1024 BSP.
    ID
    : RM 7028.
  5. Fix bug: gcc 11.3: gdbserver crashes when attempting to start remote debugging.
    ID
    : RM 6821.
  6. Fix bug: gdb 11.2: Termination of the gdbserver program leads to segmentation fault.
    ID
    : RM 7001.
  7. Fix bug: Port CONFIG_ARM_V7M_NO_UNALIGN_TRP patch to the new kernel baseline.
    ID
    : RM 6933.
  8. Fix bug: Сan't resolve symbol by the ldso interpretator.
    ID
    : RM 6943.
  9. Fix bug: Kernel crash when booting from SD Card.
    ID
    : RM 6895.

Known Problems & Limitations

This section lists known problems and limitations of this release:

  1. Support USB device in Linux for the imxrt1024 BSP.
    ID: RM 7027.
  2.