UCM-iMX7: Linux: Package contents

From Compulab Mediawiki
Revision as of 07:44, 18 June 2017 by Ilya (talk) (utilities)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Package contents

Layout

ucm-imx7-linux
├── extra
│   ├── bluetooth.update.tar.bz2
│   └── wifi.update.tar.bz2
├── install
│   ├── boot.scr
│   ├── imx7d-cl-som-imx7.dtb
│   ├── imx7d-sbc-imx7.dtb
│   ├── imx7d-sbc-iot-imx7.dtb
│   ├── imx7d-sbc-ucm-imx7.dtb
│   ├── imx7d-ucm-imx7.dtb
│   ├── install.ext2
│   ├── install.sh
│   ├── kernel.img
│   ├── ramdisk.img
│   ├── rootfs.tar.bz2
│   └── zImage
├── kernel
│   ├── dtb
│   │   ├── imx7d-cl-som-imx7.dtb
│   │   ├── imx7d-sbc-imx7.dtb
│   │   ├── imx7d-sbc-iot-imx7.dtb
│   │   ├── imx7d-sbc-ucm-imx7.dtb
│   │   └── imx7d-ucm-imx7.dtb
│   ├── dts
│   │   ├── imx7d-cl-som-imx7.dts
│   │   ├── imx7d-sbc-imx7.dts
│   │   ├── imx7d-sbc-iot-imx7.dts
│   │   ├── imx7d-sbc-ucm-imx7.dts
│   │   └── imx7d-ucm-imx7.dts
│   ├── linux-4.1.15-ucm-imx7-1.0.config
│   ├── linux-4.1.15-ucm-imx7-1.0.patch
│   ├── modules_4.1.15-ucm-imx7-1.0.tar.bz2
│   ├── patches
│   │   ├── 0001-platform-add-depends-property-handler.patch
│   │   ├── ...
│   │   └── 0033-ARM-imx7d-ucm-imx7-release-kernel-v4.1.15-ucm-imx7-1.patch
│   └── zImage-4.1.15-ucm-imx7-1.0.bin
├── readme.txt
├── utilities
│   ├── bootscr.scr
│   ├── 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.

install

  • zImage - ready to run Linux kernel image binary for UCM-iMX7 SoM
  • imx7d-sbc-ucm-imx7.dtb - Device tree blob for SBC-UCM-iMX7 Evaluation boards
  • imx7d-ucm-imx7.dtb - Device tree blob for UCM-iMX7 SoM
  • imx7d-cl-som-imx7.dtb - Device tree blob for CL-SOM-iMX7 SoM
  • imx7d-sbc-imx7.dtb - Device tree blob for SBC-iMX7 Evaluation board
  • imx7d-sbc-iot-imx7.dtb - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices
  • 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
  • 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-ucm-imx7-1.0.bin - ready to run Linux kernel version 4.1.15-ucm-imx7-1.0 for UCM-iMX7
  • dtb - Device tree blobs folder
  • dts - Device tree sources folder
  • linux-4.1.15-ucm-imx7-1.0.config - Linux kernel 4.1.15-ucm-imx7-1.0 configuration file
  • linux-4.1.15-ucm-imx7-1.0.patch - patch vs. rel_imx_4.1.15_1.2.0_ga with support for UCM-iMX7 peripherals
  • patches - ordered collection of patches, that form the single patch above (linux-4.1.15-ucm-imx7-1.0.patch)
  • modules_4.1.15-ucm-imx7-1.0.tar.bz2 - a modules tarball, that matches the ready to run Linux kernel (zImage-4.1.15-ucm-imx7-1.0.bin)

extra

  • bluetooth.update.tar.bz2 - Bluetooth configuration files archive
  • wifi.update.tar.bz2 - WiFi configuration files archive

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