Having been installed onto the Linux host, the cross development environment provides the following files and directories, relative to the top of the installation directory:
A2F/
- this is a directory with target components;
A2F/alsa-lib-1.0.25
- sources and development tree of the ALSA Library package;
A2F/alsa-utils-1.0.25
- sources and development tree of the ALSA Utils
package;
A2F/bt-tools
- sources and development tree of the various Bluetooth utilities;
A2F/busybox
- busybox
source and development tree;
A2F/can-tests
- sources and development tree of Linux-CAN / SocketCAN testing applications;
A2F/can-utils
- sources and development tree of basic tools to display, record, generate and replay CAN traffic;
A2F/dropbear
- dropbear
SSH server source and development tree;
A2F/fdpichdr
- sources and executable of the utility for FDPIC ELF header modifications on the fly;
A2F/hostapd-1.0
- source and development tree of the HostAP Daemon package;
A2F/i2c-tools-3.1.0
- sources and development tree of the I2C tools package;
A2F/iproute2
- sources and development tree of the iproute2 package;
A2F/iptables-1.8.1+gitb2fc2a3685
- sources and development tools of the iptables
package;
A2F/libnl-3.2.11
- source and development tree of the Netlink Protocol Library package;
A2F/lv_drivers
- source and development tree of the LVGL drivers;
A2F/lvgl
- source and development tree of the the LVGL library itself;
A2F/lvgl_bins
- pre-built binaries for the target;
A2F/ncurses
- source and development tree of the ncurses
package;
A2F/net-snmp
- source and development tree of the net-snmp
package;
A2F/omping-0.0.5
- sources and development tools of the OMPing
package;
A2F/openssh-7.1p2
- sources and development tools of the Open SSH package;
A2F/openssl-1.0.1h
- sources and development tools of the Open SSL package;
A2F/pppd
- sources and development tools of the Open SSL package;
A2F/root
- pre-built target binaries ready for use on the target;
A2F/samba-3.0.25
- sources and development tools of the Samba package;
A2F/strace-4.25
- sources and development tools of the strace
package;
A2F/tslib
- sources and development tools of the TSLib Touch Screen access library;
A2F/wireless_tools
- source and development tree of the Wireless Tools package;
A2F/wpa_supplicant-2.2
- sources and development tools of the WPA Supplicant package;
A2F/zlib-1.2.8
- sources and development tools of the data compression library;
u-boot/
- U-Boot source and development tree;
linux/
- Linux (uClinux) kernel source and development tree;
projects/
- run-time projects (embedded applications);
tools/
- development tools;
tools/bin/mkimage
- utility used by the Linux Cortex-M kernel build process to create a bootable U-Boot kernel image such as uImage
;
tools/bin/imxrt_install.sh
- script to install a bootable image (U-Boot) to an external memory (QSPI Flash) on the IMXRT
targets
ACTIVATE.sh
- shell script you need to perform in order to activate the Linux Cortex-M development environment on your host.