Transclusion: Debian: CL-SOM-iMX7: Package contents
Package contents
Layout
cl-som-imx7-linux/ ├── install │ ├── boot.scr │ ├── config │ ├── imx7d-cl-som-imx7.dtb │ ├── imx7d-sbc-imx7.dtb │ ├── imx7d-sbc-imx7-m4.dtb │ ├── imx7d-sbc-iot-imx7-can.dtb │ ├── imx7d-sbc-iot-imx7.dtb │ ├── imx7d-sbc-iot-imx7-rs485-hdx.dtb │ ├── install.ext2 │ ├── kernel.img │ ├── ramdisk.img │ ├── rootfs.tar.bz2 │ └── zImage ├── kernel │ ├── dtb │ │ ├── imx7d-cl-som-imx7.dtb │ │ ├── imx7d-sbc-imx7.dtb │ │ ├── imx7d-sbc-imx7-m4.dtb │ │ ├── imx7d-sbc-iot-imx7-can.dtb │ │ ├── imx7d-sbc-iot-imx7.dtb │ │ └── imx7d-sbc-iot-imx7-rs485-hdx.dtb │ ├── dts │ │ ├── imx7d-cl-som-imx7.dts │ │ ├── imx7d-sbc-imx7.dts │ │ ├── imx7d-sbc-imx7-m4.dts │ │ ├── imx7d-sbc-iot-imx7-can.dts │ │ └── imx7d-sbc-iot-imx7.dts │ ├── linux-4.9.11-cl-som-imx7-5.0.config │ ├── linux-4.1.15-cl-som-imx7-4.0.patch │ ├── modules_4.9.11-cl-som-imx7-5.0.tar.bz2 │ ├── patches │ │ ├── 0001-MLK-16470-thermal-imx_thermal-fix-wrong-thermal-grad.patch │ │ ├── ... │ │ └── 0042-ARM-imx7d-release-kernel-v4.9.11-cl-som-imx7-5.0.patch │ └── zImage-4.9.11-cl-som-imx7-5.0.bin ├── utilities │ ├── boot.scr │ ├── bootscr.sh │ ├── bootscr.src.mmc │ ├── bootscr.src.usb │ ├── eeprom-util │ │ ├── eeprom-util │ │ ├── eeprom-util-static │ │ └── eeprom-util-v3.0.0-sources.tar.gz │ └── tftpd32.zip ├── readme.txt └── version.txt
version.txt
The contents of the version.txt identifies the package version.
images
- 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-sbc-imx7.dtb - Device tree blob for SBC-iMX7 Evaluation boards kit
- 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-sbc-iot-imx7-rs485-hdx.dtb - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices with RS485 half duplex support
- rootfs.tar.bz2 - Debian Sid armhf 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
- config - Configuration file for Automatic Installation Procedure
kernel
- zImage-4.9.11-cl-som-imx7-5.0.bin - ready to run Linux kernel version 4.9.11-cl-som-imx7-5.0 for CL-SOM-iMX7
- dtb - Device tree blobs folder
- dts - Device tree sources folder
- linux-4.9.11-cl-som-imx7-5.0.config - Linux kernel 4.9.11-cl-som-imx7-5.0 configuration file
- linux-4.9.11-cl-som-imx7-5.0.patch - patch vs. rel_imx_4.9.x_1.0.0_ga 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-4.0.patch)
- modules_4.9.11-cl-som-imx7-5.0.tar.bz2 - a modules tarball, that matches the ready to run Linux kernel (zImage-4.9.11-cl-som-imx7-5.0.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.mmc - U-Boot script source used for loading Auto-Installation suite from MMC storage
- bootscr.src.usb - U-Boot script source used for loading Auto-Installation suite from USB storage
- boot.scr - pre-built U-Boot script bootscr.src.usb
- bootscr.sh - Linux command line script to create U-Boot script