Overview
This is the Linux BSP (Board Support Package) for the NXP i.MX RT1170 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 RT1170 microcontroller using the NXP i.MX RT1170 EVK board as a hardware platform.
Supported Features
The following list provides a summary of the features and capabilities of this release of the NXP i.MX RT1170 EVK BSP:
- Linux:
- Kernel v.6.1.22;
- Serial Linux console;
- Ethernet device driver and Linux TCP/IP networking (ping, NFS, Telnet, FTP, NTPD, etc);
- Clock driver;
- pinctrl 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 v 2023.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;
- 10.3-2021.10 Arm Embedded Toolchain is used for development of U-Boot, Linux;
- 11.3.0 GNU toolchain is used for development of user-space applications;
- ELF / dynamic linking supported;
- 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.2, as compared to Release 3.0.1:
- Update i.MX RT1170 BSP to NXP baseline 6.1.22.
ID: RM 6820.
- Fix defect: Add gdbserver in build.
ID: RM 6784.
- Fix defect: Not possible to boot linux from U-Boot 2023.04 after performing command to reset environment.
ID: RM 6827.
Known Problems & Limitations
This section lists known problems and limitations of this release:
- dropbear crashes after exiting from the ssh session to rt1024.
ID: RM 6769 Workaround: Restart dropbear by performing the dropbear -R command on the target.
- NFS mount is not supported in the BSP.
ID: RM 6785 Workaround: None.
- gcc 11.3: gdbserver crashes when attempting to start remote debugging.
ID: RM 6821. Workaround: None.
- IMXRT1170: USB gadget function can be broken in OTG mode if insert a USB flash to the OTG connector.
ID: RM 6804. Workaround: None.
- gcc 11.3: Bluetooth FTP Profile does not work.
ID: RM 6772. Workaround: None.
- http demo does not work with busybox 1.35.0.
ID: RM 6812. Workaround: None.
|