Difference between revisions of "Transclusion: Debian: CL-SOM-iMX7: Package contents"

From Compulab Mediawiki
Jump to: navigation, search
(images)
 
Line 6: Line 6:
 
<pre>
 
<pre>
 
cl-som-imx7-linux/
 
cl-som-imx7-linux/
├── images
+
├── extra
│  ├── boot.scr
+
│   └── bcm4343w
│  ├── imx7d-cl-som-imx7.dtb
+
│      ├── bluetooth.update.tar.bz2
│  ├── imx7d-sbc-imx7.dtb
+
│      └── wifi.update.tar.bz2
│  ├── imx7d-sbc-iot-imx7.dtb
+
├── install
│  ├── install.ext2
+
│   ├── boot.scr
│  ├── install.sh
+
│   ├── imx7d-cl-som-imx7.dtb
│  ├── kernel.img
+
│   ├── imx7d-cl-som-imx7-m4.dtb
│  ├── ramdisk.dtb
+
│   ├── imx7d-sbc-imx7-csi.dtb
│  ├── ramdisk.img
+
│   ├── imx7d-sbc-imx7.dtb
│  ├── rootfs.tar.bz2
+
│   ├── imx7d-sbc-imx7-lvds.dtb
│  └── zImage
+
│   ├── imx7d-sbc-imx7-m4.dtb
 +
│   ├── imx7d-sbc-iot-imx7-can.dtb
 +
│   ├── imx7d-sbc-iot-imx7.dtb
 +
│   ├── imx7d-sbc-ucm-imx7.dtb
 +
│   ├── imx7d-ucm-imx7.dtb
 +
│   ├── install.ext2
 +
│   ├── kernel.img
 +
│   ├── ramdisk.img
 +
│   ├── rootfs.tar.bz2
 +
│   └── zImage
 
├── kernel
 
├── kernel
│  ├── dtb
+
│   ├── dtb
│  │  ├── imx7d-cl-som-imx7.dtb
+
│   │   ├── imx7d-cl-som-imx7.dtb
│  │  ├── imx7d-sbc-imx7.dtb
+
│   │   ├── imx7d-cl-som-imx7-m4.dtb
│  │  └── imx7d-sbc-iot-imx7.dtb
+
│   │   ├── imx7d-sbc-imx7-csi.dtb
│  ├── linux-4.1.15-cl-som-imx7-3.1.config
+
│   │   ├── imx7d-sbc-imx7.dtb
│  ├── linux-4.1.15-cl-som-imx7-3.1.patch
+
│   │   ├── imx7d-sbc-imx7-lvds.dtb
│  ├── modules_4.1.15-cl-som-imx7-3.1.tar.bz2
+
│   │   ├── imx7d-sbc-imx7-m4.dtb
│  ├── patches
+
│   │   ├── imx7d-sbc-iot-imx7-can.dtb
│  │  ├── 0001-ARM-dts-imx7d-cl-som-imx7-add-basic-module-support.patch
+
│   │   ├── imx7d-sbc-iot-imx7.dtb
│  │  ├── ...
+
│   │   ├── imx7d-sbc-ucm-imx7.dtb
│  │  └── 0050-ARM-dts-imx7d-cl-som-imx7-release-kernel-v4.1.15-cl-.patch
+
│   │   └── imx7d-ucm-imx7.dtb
│  └── zImage-4.1.15-cl-som-imx7-3.1.bin
+
│   ├── dts
├── README.txt
+
│   │   ├── imx7d-cl-som-imx7.dts
 +
│   │   ├── imx7d-cl-som-imx7-m4.dts
 +
│   │   ├── imx7d-cl-som-imx7-m4.dtsi
 +
│   │   ├── imx7d-sbc-imx7-csi.dts
 +
│   │   ├── imx7d-sbc-imx7.dts
 +
│   │   ├── imx7d-sbc-imx7-lvds.dts
 +
│   │   ├── imx7d-sbc-imx7-m4.dts
 +
│   │   ├── imx7d-sbc-iot-imx7-can.dts
 +
│   │   ├── imx7d-sbc-iot-imx7.dts
 +
│   │   ├── imx7d-sbc-ucm-imx7.dts
 +
│   │   └── imx7d-ucm-imx7.dts
 +
│   ├── linux-4.1.15-cl-som-imx7-4.0.config
 +
│   ├── linux-4.1.15-cl-som-imx7-4.0.patch
 +
│   ├── modules_4.1.15-cl-som-imx7-4.0.tar.bz2
 +
│   ├── patches
 +
│   │   ├── 0001-platform-add-depends-property-handler.patch
 +
│   │   ├── ...
 +
│   │   └── 0043-ARM-imx7d-release-kernel-v4.1.15-cl-som-imx7-4.0.patch
 +
│   └── zImage-4.1.15-cl-som-imx7-4.0.bin
 
├── utilities
 
├── utilities
│  ├── bootscr.sh
+
│   ├── boot.scr
│  ├── bootscr.src
+
│   ├── bootscr.sh
│  ├── eeprom-util
+
│   ├── bootscr.src.mmc
│  │  ├── eeprom-util
+
│   ├── bootscr.src.usb
│  │  ├── eeprom-util-static
+
│   ├── eeprom-util
│  │  └── eeprom-util-v2.1-sources.tar.gz
+
│   │   ├── eeprom-util
│  └── tftpd32.zip
+
│   │   ├── eeprom-util-static
 +
│   │   └── eeprom-util-v2.1-sources.tar.gz
 +
│   └── tftpd32.zip
 +
├── readme.txt
 
└── version.txt
 
└── version.txt
 
</pre>
 
</pre>
Line 49: Line 79:
 
* {{filename|zImage}} - ready to run Linux kernel image binary for CL-SOM-iMX7
 
* {{filename|zImage}} - ready to run Linux kernel image binary for CL-SOM-iMX7
 
* {{filename|imx7d-cl-som-imx7.dtb}} - Device tree blob for CL-SOM-iMX7 SoM
 
* {{filename|imx7d-cl-som-imx7.dtb}} - Device tree blob for CL-SOM-iMX7 SoM
 +
* {{filename|imx7d-cl-som-imx7-m4.dtb}} - Device tree blob for CL-SOM-iMX7 SoM with Cortex-M4 core support
 
* {{filename|imx7d-sbc-imx7.dtb}} - Device tree blob for SBC-iMX7 Evaluation boards kit
 
* {{filename|imx7d-sbc-imx7.dtb}} - Device tree blob for SBC-iMX7 Evaluation boards kit
 +
* {{filename|imx7d-sbc-imx7-csi.dtb}} - Device tree blob for SBC-iMX7 Evaluation boards kit with MIPI CSI camera support
 +
* {{filename|imx7d-sbc-imx7-lvds.dtb}} - Device tree blob for SBC-iMX7 Evaluation boards kit with LVDS support
 +
* {{filename|imx7d-sbc-imx7-m4.dtb}} - Device tree blob for SBC-iMX7 Evaluation boards kit with Cortex-M4 core support
 
* {{filename|imx7d-sbc-iot-imx7.dtb}} - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices
 
* {{filename|imx7d-sbc-iot-imx7.dtb}} - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices
 +
* {{filename|imx7d-sbc-iot-imx7-can.dtb}} - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices with CAN bus support
 +
* {{filename|imx7d-ucm-imx7.dtb}} - Device tree blob for UCM-iMX7 SoM
 +
* {{filename|imx7d-sbc-ucm-imx7.dtb}} - Device tree blob for SBC-UCM-iMX7 Evaluation boards
 
* {{filename|rootfs.tar.bz2}} - Debian Sid armhf root file system
 
* {{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/NAND
* {{filename|ramdisk.img}} - Ramdisk image required for installation onto the eMMC
+
* {{filename|ramdisk.img}} - Ramdisk image required for installation onto the eMMC/NAND
* {{filename|ramdisk.dtb}} - Device tree blob
 
 
* {{filename|boot.scr}} - U-Boot script used for image installation
 
* {{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
 
* {{filename|install.ext2}} - ext2 image containing additional scripts for Automatic Installation Procedure
  
 
=== kernel ===
 
=== kernel ===
* {{filename|zImage-4.1.15-cl-som-imx7-3.1.bin}} - ready to run Linux kernel version 4.1.15-cl-som-imx7-3.1 for CL-SOM-iMX7
+
* {{filename|zImage-4.1.15-cl-som-imx7-4.0.bin}} - ready to run Linux kernel version 4.1.15-cl-som-imx7-4.0 for CL-SOM-iMX7
 
* {{filename|dtb}} - Device tree blobs folder
 
* {{filename|dtb}} - Device tree blobs folder
* {{filename|linux-4.1.15-cl-som-imx7-3.1.config}} - Linux kernel 4.1.15-cl-som-imx7-3.1 configuration file
+
* {{filename|dts}} - Device tree sources folder
* {{filename|linux-4.1.15-cl-som-imx7-3.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|linux-4.1.15-cl-som-imx7-4.0.config}} - Linux kernel 4.1.15-cl-som-imx7-4.0 configuration file
* {{filename|patches}} - ordered collection of patches, that form the single patch above ({{filename|linux-4.1.15-cl-som-imx7-3.1.patch}})
+
* {{filename|linux-4.1.15-cl-som-imx7-4.0.patch}} - patch vs. [http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/commit/?id=77f61547834c4f127b44b13e43c59133a35880dc rel_imx_4.1.15_1.2.0_ga] commit with support for CL-SOM-iMX7 and UCM-iMX7 peripherals
* {{filename|modules_4.1.15-cl-som-imx7-3.1.tar.bz2}} - a modules tarball, that matches the ready to run Linux kernel ({{filename|zImage-4.1.15-cl-som-imx7-3.1.bin}})
+
* {{filename|patches}} - ordered collection of patches, that form the single patch above ({{filename|linux-4.1.15-cl-som-imx7-4.0.patch}})
 +
* {{filename|modules_4.1.15-cl-som-imx7-4.0.tar.bz2}} - a modules tarball, that matches the ready to run Linux kernel ({{filename|zImage-4.1.15-cl-som-imx7-4.0.bin}})
 +
 
 +
=== extra ===
 +
* {{filename|bcm4343w}} - Bluetooth and WiFi configuration files archives for BCM4343W chipset
  
 
=== utilities ===
 
=== utilities ===
Line 71: Line 110:
 
* {{filename|tftpd32.zip}} - TFTP server for Windows users
 
* {{filename|tftpd32.zip}} - TFTP server for Windows users
 
* {{filename|eeprom-util}} - CompuLab EEPROM utility for reading information found inside the EEPROM on CompuLab boards
 
* {{filename|eeprom-util}} - CompuLab EEPROM utility for reading information found inside the EEPROM on CompuLab boards
* {{filename|bootscr.src}} - U-Boot script source used for loading kernel and ramdisk images from MMC/SD card
+
* {{filename|bootscr.src.mmc}} - U-Boot script source used for loading Auto-Installation suite from MMC storage
 +
* {{filename|bootscr.src.usb}} - U-Boot script source used for loading Auto-Installation suite from USB storage
 +
* {{filename|boot.scr}} - pre-built U-Boot script {{filename|bootscr.src.usb}}
 +
* {{filename|bootscr.sh}} - Linux command line script to create U-Boot script

Revision as of 10:06, 24 August 2017

Package contents

Layout

cl-som-imx7-linux/
├── extra
│   └── bcm4343w
│       ├── bluetooth.update.tar.bz2
│       └── wifi.update.tar.bz2
├── 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-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-ucm-imx7.dtb
│   │   └── imx7d-ucm-imx7.dtb
│   ├── dts
│   │   ├── imx7d-cl-som-imx7.dts
│   │   ├── imx7d-cl-som-imx7-m4.dts
│   │   ├── imx7d-cl-som-imx7-m4.dtsi
│   │   ├── imx7d-sbc-imx7-csi.dts
│   │   ├── imx7d-sbc-imx7.dts
│   │   ├── imx7d-sbc-imx7-lvds.dts
│   │   ├── imx7d-sbc-imx7-m4.dts
│   │   ├── imx7d-sbc-iot-imx7-can.dts
│   │   ├── imx7d-sbc-iot-imx7.dts
│   │   ├── imx7d-sbc-ucm-imx7.dts
│   │   └── imx7d-ucm-imx7.dts
│   ├── linux-4.1.15-cl-som-imx7-4.0.config
│   ├── linux-4.1.15-cl-som-imx7-4.0.patch
│   ├── modules_4.1.15-cl-som-imx7-4.0.tar.bz2
│   ├── patches
│   │   ├── 0001-platform-add-depends-property-handler.patch
│   │   ├── ...
│   │   └── 0043-ARM-imx7d-release-kernel-v4.1.15-cl-som-imx7-4.0.patch
│   └── zImage-4.1.15-cl-som-imx7-4.0.bin
├── utilities
│   ├── boot.scr
│   ├── bootscr.sh
│   ├── bootscr.src.mmc
│   ├── bootscr.src.usb
│   ├── eeprom-util
│   │   ├── eeprom-util
│   │   ├── eeprom-util-static
│   │   └── eeprom-util-v2.1-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-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 - 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

kernel

  • zImage-4.1.15-cl-som-imx7-4.0.bin - ready to run Linux kernel version 4.1.15-cl-som-imx7-4.0 for CL-SOM-iMX7
  • dtb - Device tree blobs folder
  • dts - Device tree sources folder
  • linux-4.1.15-cl-som-imx7-4.0.config - Linux kernel 4.1.15-cl-som-imx7-4.0 configuration file
  • linux-4.1.15-cl-som-imx7-4.0.patch - patch vs. rel_imx_4.1.15_1.2.0_ga commit with support for CL-SOM-iMX7 and UCM-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.1.15-cl-som-imx7-4.0.tar.bz2 - a modules tarball, that matches the ready to run Linux kernel (zImage-4.1.15-cl-som-imx7-4.0.bin)

extra

  • bcm4343w - Bluetooth and WiFi configuration files archives for BCM4343W chipset

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