CL-SOM-iMX7: Yocto Linux: Package contents
Package contents
Layout
cl-som-imx7-yocto-linux/ ├── development │ └── README.html ├── images │ └── fsl-image-gui-cl-som-imx7.sdcard.gz ├── install │ ├── boot.scr │ ├── imx7d-cl-som-imx7.dtb │ ├── imx7d-cl-som-imx7-m4.dtb │ ├── imx7d-sbc-imx7-csi.dtb │ ├── imx7d-sbc-imx7.dtb │ ├── imx7d-sbc-imx7-lvds.dtb │ ├── imx7d-sbc-imx7-m4.dtb │ ├── imx7d-sbc-iot-imx7-can.dtb │ ├── imx7d-sbc-iot-imx7.dtb │ ├── imx7d-sbc-iot-imx7-rs485-hdx.dtb │ ├── imx7d-sbc-ucm-imx7.dtb │ ├── imx7d-ucm-imx7.dtb │ ├── install.ext2 │ ├── kernel.img │ ├── ramdisk.img │ ├── rootfs.tar.bz2 │ └── zImage ├── kernel │ ├── dtb │ │ ├── imx7d-cl-som-imx7.dtb │ │ ├── imx7d-cl-som-imx7-m4.dtb │ │ ├── imx7d-sbc-imx7-csi.dtb │ │ ├── imx7d-sbc-imx7.dtb │ │ ├── imx7d-sbc-imx7-lvds.dtb │ │ ├── imx7d-sbc-imx7-m4.dtb │ │ ├── imx7d-sbc-iot-imx7-can.dtb │ │ ├── imx7d-sbc-iot-imx7.dtb │ │ ├── imx7d-sbc-iot-imx7-rs485-hdx.dtb │ │ ├── imx7d-sbc-ucm-imx7.dtb │ │ └── imx7d-ucm-imx7.dtb │ ├── modules-cl-som-imx7.tgz │ └── zImage-cl-som-imx7 ├── README.txt └── version.txt
development
Development documentation
images
- fsl-image-gui-cl-som-imx7.rootfs.sdcard.gz - SD card image that provides the full system to boot with U-Boot and Linux kernel
kernel
- zImage-cl-som-imx7 - ready to run Linux kernel version 4.1.15-cl-som-imx7 for CL-SOM-iMX7
- modules-cl-som-imx7.tgz - a modules archive, that matches the ready to run Linux kernel (zImage-cl-som-imx7) for CL-SOM-iMX7
- dtb - Device tree blobs folder
install
- zImage - ready to run Linux kernel image binary for CL-SOM-iMX7
- imx7d-cl-som-imx7.dtb - Device tree blob for CL-SOM-iMX7 SoM
- imx7d-cl-som-imx7-m4.dtb - Device tree blob for CL-SOM-iMX7 SoM with Cortex-M4 core support
- imx7d-sbc-imx7.dtb - Device tree blob for SBC-iMX7 Evaluation boards kit
- imx7d-sbc-imx7-csi.dtb - Device tree blob for SBC-iMX7 Evaluation boards kit with MIPI CSI camera support
- imx7d-sbc-imx7-lvds.dtb - Device tree blob for SBC-iMX7 Evaluation boards kit with LVDS support
- imx7d-sbc-imx7-m4.dtb - Device tree blob for SBC-iMX7 Evaluation boards kit with Cortex-M4 core support
- imx7d-sbc-iot-imx7.dtb - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices
- imx7d-sbc-iot-imx7-can.dtb - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices with CAN bus support
- imx7d-ucm-imx7.dtb - Device tree blob for UCM-iMX7 SoM
- imx7d-sbc-ucm-imx7.dtb - Device tree blob for SBC-UCM-iMX7 Evaluation boards
- rootfs.tar.bz2 - Yocto Linux root file system
- kernel.img - Kernel image required for installation onto the eMMC/NAND
- ramdisk.img - Ramdisk image required for installation onto the eMMC/NAND
- boot.scr - U-Boot script used for image installation
- install.ext2 - ext2 image containing additional scripts for Automatic Installation Procedure