CL-SOM-iMX7: Linux: Package contents
Package contents
Layout
cl-som-imx7-linux/ ├── images │ ├── boot.scr │ ├── imx7d-cl-som-imx7.dtb │ ├── imx7d-sbc-imx7.dtb │ ├── install.ext2 │ ├── install.sh │ ├── kernel.img │ ├── ramdisk.dtb │ ├── ramdisk.img │ ├── rootfs.tar.bz2 │ └── zImage-cl-som-imx7 ├── kernel │ ├── dtb │ │ ├── imx7d-cl-som-imx7.dtb │ │ └── imx7d-sbc-imx7.dtb │ ├── linux-4.1.15-cl-som-imx7-2.1.config │ ├── linux-4.1.15-cl-som-imx7-2.1.patch │ ├── modules_4.1.15-cl-som-imx7-2.1.tar.bz2 │ ├── patches │ │ ├── 0001-ARM-dts-imx7d-cl-som-imx7-add-basic-module-support.patch │ │ ├── ... │ │ └── 0043-ARM-dts-imx7d-cl-som-imx7-release-kernel-v4.1.15-cl-.patch │ └── zImage-4.1.15-cl-som-imx7-2.1.bin ├── README.txt ├── utilities │ ├── bootscr.sh │ ├── bootscr.src │ ├── eeprom-util │ │ ├── eeprom-util │ │ ├── eeprom-util-static │ │ └── eeprom-util-v2.1-sources.tar.gz │ └── tftpd32.zip └── version.txt
version.txt
The contents of the version.txt identifies the package version.
images
- zImage-cl-som-imx7 - 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-sbc-imx7.dtb - Device tree blob for SBC-iMX7 Evaluation boards kit
- rootfs.tar.bz2 - Debian Sid armhf root file system
- kernel.img - Kernel image required for installation onto the eMMC
- ramdisk.img - Ramdisk image required for installation onto the eMMC
- ramdisk.dtb - Device tree blob
- boot.scr - U-Boot script used for image installation
- install.sh - installation script used for Automatic Installation Procedure
- install.ext2 - ext2 image containing additional scripts for Automatic Installation Procedure
kernel
- zImage-4.1.15-cl-som-imx7-2.1.bin - ready to run Linux kernel version 4.1.15-cl-som-imx7-2.1 for CL-SOM-iMX7
- dtb - Device tree blobs folder
- linux-4.1.15-cl-som-imx7-2.1.config - Linux kernel 4.1.15-cl-som-imx7-2.1 configuration file
- linux-4.1.15-cl-som-imx7-2.1.patch - patch vs. deb84cde0da96c5ccccb7e4c1204ad89ee801eca commit with support for CL-SOM-iMX7 peripherals
- patches - ordered collection of patches, that form the single patch above (linux-4.1.15-cl-som-imx7-2.1.patch)
- modules_4.1.15-cl-som-imx7-2.1.tar.bz2 - a modules tarball, that matches the ready to run Linux kernel (zImage-4.1.15-cl-som-imx7-2.1.bin)
utilities
The utilities directory contains miscellaneous utilities useful for development
- tftpd32.zip - TFTP server for Windows users
- eeprom-util - CompuLab EEPROM utility for reading information found inside the EEPROM on CompuLab boards
- bootscr.src - U-Boot script source used for loading kernel and ramdisk images from MMC/SD card