Download pre-built images#
This page provides details about the contents of the Robotics Edge Platform release package for i.MX boards.
Download link for pre-built images#
Log in to NXP website and locate the prebuilt images from the home page of Robotics Edge Platform: https://www.nxp.com/RoboticsEdgePlatform.
Package overview#
The release package is a compressed zip file containing bootloader images, device tree files, root file system images.
Package naming format:
robotics-edge-image-<VERSION>_<BOARD>.zip
Example:
robotics-edge-image-1.0.0_IMX8MPEVK.zip
Package structure#
robotics-edge-image-<VERSION>_<BOARD>/
├── EULA.txt # End User License Agreement
├── SCR-<VERSION>.txt # Software Content Register
│
├── Bootloader/
│ └── imx-boot-*-sd.bin-flash_* # SD card bootloader
│
├── *-evk.dtb # EVK board device tree
├── *-frdm.dtb # FRDM board device tree
├── *.dtb # variant board device trees
│
├── Image-*.bin # Linux kernel image
│
├── robotics-edge-image-full-*.wic.zst # Compressed WIC image
├── robotics-edge-image-full-*.tar.zst # Compressed tarball
└── robotics-edge-image-full-*.manifest # Package manifest
File descriptions#
Bootloader images#
Bootloader images for different boot devices and configurations:
File Pattern |
Boot Device |
Description |
|---|---|---|
|
eMMC/SD |
eMMC/SD card boot |
Board-specific bootloaders:
FRDM-IMX8MPLUS:
imx-boot-imx8mp-lpddr4-frdm-sd.bin-flash_evkIMX8MP-EVK:
imx-boot-imx8mp-lpddr4-evk-sd.bin-flash_evkIMX95-EVK (19x19):
imx-boot-imx95-19x19-lpddr5-evk-sd.bin-flash_a55IMX95-EVK (15x15):
imx-boot-imx95-15x15-lpddr4x-evk-sd.bin-flash_a55
Device Tree Blobs (DTB)#
Device tree files for different board configurations and peripherals:
Kernel image#
File |
Description |
|---|---|
|
Compressed Linux kernel image |
Root file system images#
Platform Shared: These rootfs images are common to all boards in the same platform series.
File |
Format |
Description |
Use Case |
|---|---|---|---|
|
WIC (compressed) |
Complete disk image with partitions |
Direct flashing to SD/eMMC |
|
TAR (compressed) |
Root file system tarball |
Custom installations |
|
Text |
List of all installed packages |
Reference/audit |