Difference between revisions of "CL-SOM-iMX7: Linux: Package contents"
(→kernel) |
(→images) |
||
Line 1: | Line 1: | ||
== Package contents == | == Package contents == | ||
+ | |||
+ | __NOTOC__ | ||
+ | |||
=== Layout === | === Layout === | ||
<pre> | <pre> | ||
− | cl-som-imx7-linux | + | cl-som-imx7-linux/ |
├── images | ├── images | ||
− | │ ├── | + | │ ├── boot.scr |
− | + | │ ├── imx7d-cl-som-imx7.dtb | |
− | + | │ ├── imx7d-sbc-imx7.dtb | |
+ | │ ├── install.ext2 | ||
+ | │ ├── install.sh | ||
│ ├── kernel.img | │ ├── kernel.img | ||
+ | │ ├── ramdisk.dtb | ||
│ ├── ramdisk.img | │ ├── ramdisk.img | ||
+ | │ ├── rootfs.tar.bz2 | ||
│ └── zImage-cl-som-imx7 | │ └── zImage-cl-som-imx7 | ||
├── kernel | ├── kernel | ||
Line 14: | Line 21: | ||
│ │ ├── imx7d-cl-som-imx7.dtb | │ │ ├── imx7d-cl-som-imx7.dtb | ||
│ │ └── imx7d-sbc-imx7.dtb | │ │ └── imx7d-sbc-imx7.dtb | ||
− | │ ├── linux-4.1.15-cl-som-imx7-2. | + | │ ├── linux-4.1.15-cl-som-imx7-2.1.config |
− | │ ├── linux-4.1.15-cl-som-imx7-2. | + | │ ├── linux-4.1.15-cl-som-imx7-2.1.patch |
− | │ ├── modules_4.1.15-cl-som-imx7-2. | + | │ ├── modules_4.1.15-cl-som-imx7-2.1.tar.bz2 |
│ ├── patches | │ ├── patches | ||
│ │ ├── 0001-ARM-dts-imx7d-cl-som-imx7-add-basic-module-support.patch | │ │ ├── 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. | + | │ └── zImage-4.1.15-cl-som-imx7-2.1.bin |
├── README.txt | ├── README.txt | ||
├── utilities | ├── utilities | ||
Line 39: | Line 46: | ||
=== images === | === images === | ||
* {{filename|zImage-cl-som-imx7}} - ready to run Linux kernel image binary for CL-SOM-iMX7 | * {{filename|zImage-cl-som-imx7}} - ready to run Linux kernel image binary for CL-SOM-iMX7 | ||
− | * {{filename| | + | * {{filename|imx7d-cl-som-imx7.dtb}} - Device tree blob for CL-SOM-iMX7 SoM |
− | + | * {{filename|imx7d-sbc-imx7.dtb}} - Device tree blob for SBC-iMX7 Evaluation boards kit | |
+ | * {{filename|rootfs.tar.bz2}} - Debian Sid armhf root file system | ||
* {{filename|kernel.img}} - Kernel image required for installation onto the eMMC | * {{filename|kernel.img}} - Kernel image required for installation onto the eMMC | ||
* {{filename|ramdisk.img}} - Ramdisk image required for installation onto the eMMC | * {{filename|ramdisk.img}} - Ramdisk image required for installation onto the eMMC | ||
− | * {{filename| | + | * {{filename|ramdisk.dtb}} - Device tree blob |
+ | * {{filename|boot.scr}} - U-Boot script used for image installation | ||
+ | * {{filename|install.sh}} - installation script used for Automatic Installation Procedure | ||
+ | * {{filename|install.ext2}} - ext2 image containing additional scripts for Automatic Installation Procedure | ||
=== kernel === | === kernel === | ||
− | * {{filename|zImage-4.1.15-cl-som-imx7-2. | + | * {{filename|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 |
* {{filename|dtb}} - Device tree blobs folder | * {{filename|dtb}} - Device tree blobs folder | ||
− | * {{filename|linux-4.1.15-cl-som-imx7-2. | + | * {{filename|linux-4.1.15-cl-som-imx7-2.1.config}} - Linux kernel 4.1.15-cl-som-imx7-2.1 configuration file |
− | * {{filename|linux-4.1.15-cl-som-imx7-2. | + | * {{filename|linux-4.1.15-cl-som-imx7-2.1.patch}} - patch vs. [http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/commit/?h=imx_4.1.15_1.0.0_ga&id=deb84cde0da96c5ccccb7e4c1204ad89ee801eca deb84cde0da96c5ccccb7e4c1204ad89ee801eca] commit with support for CL-SOM-iMX7 peripherals |
− | * {{filename|patches}} - ordered collection of patches, that form the single patch above ({{filename|linux-4.1.15-cl-som-imx7-2. | + | * {{filename|patches}} - ordered collection of patches, that form the single patch above ({{filename|linux-4.1.15-cl-som-imx7-2.1.patch}}) |
− | * {{filename|modules_4.1.15-cl-som-imx7-2. | + | * {{filename|modules_4.1.15-cl-som-imx7-2.1.tar.bz2}} - a modules tarball, that matches the ready to run Linux kernel ({{filename|zImage-4.1.15-cl-som-imx7-2.1.bin}}) |
=== utilities === | === utilities === |
Revision as of 10:54, 8 September 2016
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