UCM-iMX8M-Mini: Yocto Linux: Package contents
Revision as of 14:44, 17 November 2019 by imported>Igor.vaisbein (→kernel)
Package contents
Layout
├── development │ └── README.html ├── images │ ├── image-ucm-imx8m-mini.sdcard.bz2 │ └── rootfs.tar.bz2 ├── kernel │ ├── dtb │ │ ├── ucm-imx8m-mini-dsi2.dtb │ │ ├── ucm-imx8m-mini.dtb │ │ ├── ucm-imx8m-mini-lvds.dtb │ │ └── ucm-imx8m-mini-m4.dtb │ ├── Image-ucm-imx8m-mini │ └── modules-ucm-imx8m-mini.tgz ├── README.txt └── version.txt
development
Development documentation
images
- image-ucm-imx8m-mini.sdcard.bz2 - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto file-system
- rootfs.tar.bz2 - Yocto Linux root file-system
kernel
- Image-ucm-imx8m-mini - ready to run Linux kernel for UCM-iMX8M-Mini
- modules-ucm-imx8m-mini.tgz - a modules archive, that match the Linux kernel
- dtb - Device tree blobs folder
- ucm-imx8m-mini.dtb - default device tree blob for UCM-iMX8M-Mini evaluation board kit
- ucm-imx8m-mini-dsi2.dtb - device tree blob with support for 2-lane MIPI-DSI interface
- ucm-imx8m-mini-lvds.dtb - device tree blob with support for LVDS interface
- ucm-imx8m-mini-m4.dtb - device tree blob for Cortex-M4 FreeRTOS demos