UCM-iMX8M-Plus: Yocto Linux: Package contents
Revision as of 09:35, 30 May 2021 by imported>Valentin
Package contents
Layout
├── development │ └── README.html ├── images │ ├── imx-image-full-ucm-imx8m-plus.rootfs.manifest │ ├── imx-image-full-ucm-imx8m-plus.rootfs.tar.bz2 │ └── imx-image-full-ucm-imx8m-plus.rootfs.wic.bz2 ├── kernel │ ├── dtb │ │ ├── ucm-imx8m-plus.dtb │ │ ├── ucm-imx8m-plus_mipi-csi1.dtb │ │ └── ucm-imx8m-plus_mipi-csi2.dtb │ ├── Image-ucm-imx8m-plus │ └── modules-ucm-imx8m-plus.tgz ├── release.note └── version.txt
development
Development documentation
images
- imx-image-full-ucm-imx8m-plus.rootfs.wic.bz2 - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto file-system
- imx-image-full-ucm-imx8m-plus.rootfs.tar.bz2 - tar ball archive with Linux kernel and Yocto file-system (optional; can be used as an NFS rootfs)
kernel
- Image-ucm-imx8m-plus - ready to run Linux kernel for UCM-iMX8M-Plus
- modules-ucm-imx8m-plus.tgz - a modules archive, that match the Linux kernel
- dtb - Device tree blobs folder
- ucm-imx8m-plus.dtb - default device tree blob for UCM-iMX8M-Plus evaluation board kit
- ucm-imx8m-plus-csi1.dtb - device tree blob for UCM-iMX8M-Plus evaluation board kit with mipi_csi1=on ; mipi_csi2=off
- ucm-imx8m-plus-csi2.dtb - device tree blob for UCM-iMX8M-Plus evaluation board kit with mipi_csi1=off ; mipi_csi2=on