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

From Compulab Mediawiki
Jump to: navigation, search
m
imported>Uri.mashiach
Line 3: Line 3:
 
__NOTOC__
 
__NOTOC__
  
=== Layout ===
+
=== BSP binary Layout ===
 
<pre>
 
<pre>
cl-som-imx7-linux/
+
cl-som-imx7-bsp-bin/
 +
├── images
 +
│   ├── cl-som-imx7-firmware
 +
│   ├── live.1G.img.xz
 +
│   └── readme.md
 
├── install
 
├── install
│   ├── boot.scr
+
│  ├── zImage
│  ├── config
 
 
│   ├── imx7d-cl-som-imx7.dtb
 
│   ├── imx7d-cl-som-imx7.dtb
 
│   ├── imx7d-sbc-imx7.dtb
 
│   ├── imx7d-sbc-imx7.dtb
 +
│   ├── imx7d-sbc-imx7-lvds.dtb
 
│   ├── imx7d-sbc-imx7-m4.dtb
 
│   ├── imx7d-sbc-imx7-m4.dtb
 
│   ├── imx7d-sbc-iot-imx7-can.dtb
 
│   ├── imx7d-sbc-iot-imx7-can.dtb
 
│   ├── imx7d-sbc-iot-imx7.dtb
 
│   ├── imx7d-sbc-iot-imx7.dtb
 
│   ├── imx7d-sbc-iot-imx7-rs485-hdx.dtb
 
│   ├── imx7d-sbc-iot-imx7-rs485-hdx.dtb
 +
│  ├── rootfs.tar.bz2
 +
│  ├── boot.scr
 +
│  ├── config
 
│   ├── install.ext2
 
│   ├── install.ext2
 
│   ├── kernel.img
 
│   ├── kernel.img
│   ├── ramdisk.img
+
│   └── ramdisk.img
│   ├── rootfs.tar.bz2
+
├── utilities
│   └── zImage
+
│   ├── eeprom-util
 +
│   │   ├── eeprom-util
 +
│   │   ├── eeprom-util-static
 +
│   │   └── eeprom-util-v3.2.0-sources.tar.gz
 +
│   ├── firmware_scripts
 +
│   │   ├── combine_firmware.sh
 +
│   │   └── compulab-bootloader-update.sh
 +
│   ├── splash_image
 +
│   │  ├── splash1024_768.bmp
 +
│   │  └── splash800_480.bmp
 +
│  └── readme.txt
 +
├── readme.txt
 +
└── version.txt
 +
</pre>
 +
 
 +
=== BSP source Layout ===
 +
<pre>
 +
cl-som-imx7-bsp-src/
 
├── kernel
 
├── 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
 
│   ├── dts
 
│   │   ├── imx7d-cl-som-imx7.dts
 
│   │   ├── imx7d-cl-som-imx7.dts
 
│   │   ├── imx7d-sbc-imx7.dts
 
│   │   ├── imx7d-sbc-imx7.dts
 +
│   │   ├── imx7d-sbc-imx7-lvds.dts
 
│   │   ├── imx7d-sbc-imx7-m4.dts
 
│   │   ├── imx7d-sbc-imx7-m4.dts
 
│   │   ├── imx7d-sbc-iot-imx7-can.dts
 
│   │   ├── imx7d-sbc-iot-imx7-can.dts
│   │   └── imx7d-sbc-iot-imx7.dts
+
│   │   ├── imx7d-sbc-iot-imx7.dts
│   ├── linux-4.9.11-cl-som-imx7-5.0.config
+
│   │   └── imx7d-sbc-iot-imx7-rs485-hdx.dts
│   ├── linux-4.1.15-cl-som-imx7-4.0.patch
 
│   ├── modules_4.9.11-cl-som-imx7-5.0.tar.bz2
 
 
│   ├── patches
 
│   ├── patches
 
│   │   ├── 0001-MLK-16470-thermal-imx_thermal-fix-wrong-thermal-grad.patch
 
│   │   ├── 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
+
│   │   └── 0053-ARM-imx7d-release-kernel-v4.9.11-cl-som-imx7-5.1.patch
│   └── zImage-4.9.11-cl-som-imx7-5.0.bin
+
│   ├── zImage-4.9.11-cl-som-imx7-5.1.bin
├── utilities
+
│  ├── linux-4.9.11-cl-som-imx7-5.1.config
│   ├── boot.scr
+
│  ├── linux-4.9.11-cl-som-imx7-5.1.patch
│   ├── bootscr.sh
+
│  └── modules_4.9.11-cl-som-imx7-5.1.tar.bz2
│   ├── bootscr.src.mmc
+
├── u-boot
│   ├── bootscr.src.usb
+
│   └── readme.txt
│   ├── eeprom-util
 
│   │   ├── eeprom-util
 
│   │   ├── eeprom-util-static
 
│   │   └── eeprom-util-v3.0.0-sources.tar.gz
 
│   └── tftpd32.zip
 
 
├── readme.txt
 
├── readme.txt
 
└── version.txt
 
└── version.txt
Line 60: Line 71:
  
 
=== images ===
 
=== images ===
 +
* {{filename|cl-som-imx7-firmware}} - CL-SOM-iMX7 firmware binary
 +
* {{filename|live.1G.img.xz}} - live SD card or USB drive image.
 +
* {{filename|readme.md}} - instructions related to the live image
 +
 +
=== install ===
 
* {{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-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-m4.dtb}} - Device tree blob for SBC-iMX7 Evaluation boards kit with Cortex-M4 core support
+
* {{filename|imx7d-sbc-imx7-lvds.dtb}} - device tree blob for SBC-iMX7 evaluation boards kit with LVDS support
* {{filename|imx7d-sbc-iot-imx7.dtb}} - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices
+
* {{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-can.dtb}} - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices with CAN bus support
+
* {{filename|imx7d-sbc-iot-imx7.dtb}} - device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices
* {{filename|imx7d-sbc-iot-imx7-rs485-hdx.dtb}} - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices with RS485 half duplex support
+
* {{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-sbc-iot-imx7-rs485-hdx.dtb}} - device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices with RS485 half duplex support
 
* {{filename|rootfs.tar.bz2}} - Debian Sid armhf root file system
 
* {{filename|rootfs.tar.bz2}} - Debian Sid armhf root file system
 +
* {{filename|boot.scr}} - U-Boot script used for image installation
 +
* {{filename|config}} - configuration file for Automatic Installation Procedure
 +
* {{filename|install.ext2}} - ext2 image containing additional scripts for automatic installation procedure
 
* {{filename|kernel.img}} - Kernel image required for installation onto the eMMC/NAND
 
* {{filename|kernel.img}} - Kernel image required for installation onto the eMMC/NAND
* {{filename|ramdisk.img}} - Ramdisk image required for installation onto the eMMC/NAND
+
* {{filename|ramdisk.img}} - ram disk image required for installation onto the eMMC/NAND
* {{filename|boot.scr}} - U-Boot script used for image installation
 
* {{filename|install.ext2}} - ext2 image containing additional scripts for Automatic Installation Procedure
 
* {{filename|config}} - Configuration file for Automatic Installation Procedure
 
  
 
=== kernel ===
 
=== kernel ===
* {{filename|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
 
* {{filename|dtb}} - Device tree blobs folder
 
 
* {{filename|dts}} - Device tree sources folder
 
* {{filename|dts}} - Device tree sources folder
* {{filename|linux-4.9.11-cl-som-imx7-5.0.config}} - Linux kernel 4.9.11-cl-som-imx7-5.0 configuration file
+
* {{filename|patches}} - ordered collection of patches, that form the single patch above ({{filename|linux-4.9.11-cl-som-imx7-5.1.patch}})
* {{filename|linux-4.9.11-cl-som-imx7-5.0.patch}} - patch vs. [http://git.freescale.com/git/cgit.cgi/imx/linux-imx.git/commit/?h=imx_4.9.11_1.0.0_ga&id=f2ed3bfca174b3e370fc37cd5f75a67334822093 rel_imx_4.9.x_1.0.0_ga] commit with support for CL-SOM-iMX7 peripherals
+
* {{filename|zImage-4.9.11-cl-som-imx7-5.1.bin}} - ready to run Linux kernel image for the CL-SOM-iMX7
* {{filename|patches}} - ordered collection of patches, that form the single patch above ({{filename|linux-4.1.15-cl-som-imx7-4.0.patch}})
+
* {{filename|linux-4.9.11-cl-som-imx7-5.1.config}} - Linux kernel configuration file
* {{filename|modules_4.9.11-cl-som-imx7-5.0.tar.bz2}} - a modules tarball, that matches the ready to run Linux kernel ({{filename|zImage-4.9.11-cl-som-imx7-5.0.bin}})
+
* {{filename|linux-4.9.11-cl-som-imx7-5.1.patch}} - patch vs. [http://git.freescale.com/git/cgit.cgi/imx/linux-imx.git/commit/?h=imx_4.9.11_1.0.0_ga&id=f2ed3bfca174b3e370fc37cd5f75a67334822093 rel_imx_4.9.x_1.0.0_ga] commit with support for CL-SOM-iMX7 peripherals
 +
* {{filename|modules_4.9.11-cl-som-imx7-5.1.tar.bz2}} - a modules tarball, that matches the ready to run Linux kernel ({{filename|zImage-4.9.11-cl-som-imx7-5.1.bin}})
  
 
=== utilities ===
 
=== utilities ===
 
The {{filename|utilities}} directory contains miscellaneous utilities useful for development
 
The {{filename|utilities}} directory contains miscellaneous utilities useful for development
* {{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.mmc}} - U-Boot script source used for loading Auto-Installation suite from MMC storage
+
* {{filename|combine_firmware.sh}} - a script for combining SPL and U-Boot in to a single binary
* {{filename|bootscr.src.usb}} - U-Boot script source used for loading Auto-Installation suite from USB storage
+
* {{filename|compulab-bootloader-update.sh}} - an interactive script for updating U-Boot from Linux
* {{filename|boot.scr}} - pre-built U-Boot script {{filename|bootscr.src.usb}}
+
* {{filename|splash_image}} - splash image examples
* {{filename|bootscr.sh}} - Linux command line script to create U-Boot script
+
* {{filename|readme.txt}} - link to TFTP server for Windows users

Revision as of 13:54, 29 November 2018

Package contents

BSP binary Layout

cl-som-imx7-bsp-bin/
├── images
│   ├── cl-som-imx7-firmware
│   ├── live.1G.img.xz
│   └── readme.md
├── install
│   ├── zImage
│   ├── imx7d-cl-som-imx7.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
│   ├── rootfs.tar.bz2
│   ├── boot.scr
│   ├── config
│   ├── install.ext2
│   ├── kernel.img
│   └── ramdisk.img
├── utilities
│   ├── eeprom-util
│   │   ├── eeprom-util
│   │   ├── eeprom-util-static
│   │   └── eeprom-util-v3.2.0-sources.tar.gz
│   ├── firmware_scripts
│   │   ├── combine_firmware.sh
│   │   └── compulab-bootloader-update.sh
│   ├── splash_image
│   │   ├── splash1024_768.bmp
│   │   └── splash800_480.bmp
│   └── readme.txt
├── readme.txt
└── version.txt

BSP source Layout

cl-som-imx7-bsp-src/
├── kernel
│   ├── dts
│   │   ├── imx7d-cl-som-imx7.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-iot-imx7-rs485-hdx.dts
│   ├── patches
│   │   ├── 0001-MLK-16470-thermal-imx_thermal-fix-wrong-thermal-grad.patch
│   │   ├── ...
│   │   └── 0053-ARM-imx7d-release-kernel-v4.9.11-cl-som-imx7-5.1.patch
│   ├── zImage-4.9.11-cl-som-imx7-5.1.bin
│   ├── linux-4.9.11-cl-som-imx7-5.1.config
│   ├── linux-4.9.11-cl-som-imx7-5.1.patch
│   └── modules_4.9.11-cl-som-imx7-5.1.tar.bz2
├── u-boot
│   └── readme.txt
├── readme.txt
└── version.txt

version.txt

The contents of the version.txt identifies the package version.

images

  • cl-som-imx7-firmware - CL-SOM-iMX7 firmware binary
  • live.1G.img.xz - live SD card or USB drive image.
  • readme.md - instructions related to the live image

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-sbc-imx7.dtb - device tree blob for SBC-iMX7 evaluation boards kit
  • 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-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
  • boot.scr - U-Boot script used for image installation
  • config - configuration file for Automatic Installation Procedure
  • install.ext2 - ext2 image containing additional scripts for automatic installation procedure
  • kernel.img - Kernel image required for installation onto the eMMC/NAND
  • ramdisk.img - ram disk image required for installation onto the eMMC/NAND

kernel

  • dts - Device tree sources folder
  • patches - ordered collection of patches, that form the single patch above (linux-4.9.11-cl-som-imx7-5.1.patch)
  • zImage-4.9.11-cl-som-imx7-5.1.bin - ready to run Linux kernel image for the CL-SOM-iMX7
  • linux-4.9.11-cl-som-imx7-5.1.config - Linux kernel configuration file
  • linux-4.9.11-cl-som-imx7-5.1.patch - patch vs. rel_imx_4.9.x_1.0.0_ga commit with support for CL-SOM-iMX7 peripherals
  • modules_4.9.11-cl-som-imx7-5.1.tar.bz2 - a modules tarball, that matches the ready to run Linux kernel (zImage-4.9.11-cl-som-imx7-5.1.bin)

utilities

The utilities directory contains miscellaneous utilities useful for development

  • eeprom-util - CompuLab EEPROM utility for reading information found inside the EEPROM on CompuLab boards
  • combine_firmware.sh - a script for combining SPL and U-Boot in to a single binary
  • compulab-bootloader-update.sh - an interactive script for updating U-Boot from Linux
  • splash_image - splash image examples
  • readme.txt - link to TFTP server for Windows users