CL-SOM-iMX7: Linux: Package contents

From Compulab Mediawiki
Revision as of 06:53, 1 March 2016 by Ilya (talk) (utilities)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Package contents

Layout

cl-som-imx7-linux
├── images
│   ├── bootscr.img
│   ├── debian-image.tar.bz2
│   ├── imx7d-sbc-imx7.dtb
│   ├── kernel.img
│   ├── ramdisk.img
│   └── zImage-cl-som-imx7
├── kernel
│   ├── dtb
│   │   ├── imx7d-cl-som-imx7.dtb
│   │   └── imx7d-sbc-imx7.dtb
│   ├── linux-3.14.52-cl-som-imx7-1.0.config
│   ├── linux-3.14.52-cl-som-imx7-1.0.patch
│   ├── modules_3.14.52-cl-som-imx7-1.0.tar.bz2
│   ├── patches
│   │   ├── 0001-ARM-dts-imx7d-cl-som-imx7-add-basic-module-support.patch
│   │   ├── ...
│   │   └── 0017-ARM-dts-imx7d-cl-som-imx7-release-kernel-v3.14.52-cl.patch
│   └── zImage-3.14.52-cl-som-imx7-1.0.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
  • debian-image.tar.bz2 - Debian Sid armhf root file system with:
Fluxbox WindowManager
  • kernel.img - Kernel image required for installation onto the eMMC
  • ramdisk.img - Ramdisk image required for installation onto the eMMC
  • bootscr.img - U-Boot script used for image installation

kernel

  • zImage-3.14.52-cl-som-imx7-1.0.bin - ready to run Linux kernel version 3.14.52-cl-som-imx7-1.0 for CL-SOM-iMX7
  • dtb - Device tree blobs folder
  • linux-3.14.52-cl-som-imx7-1.0.config - Linux kernel 3.14.52-cl-som-imx7-1.0 configuration file
  • linux-3.14.52-cl-som-imx7-1.0.patch - patch vs. FreeScale rel_imx_3.14.52_1.1.0_ga with support for CL-SOM-iMX7 peripherals
  • patches - ordered collection of patches, that form the single patch above (linux-3.14.352-cl-som-imx7-1.0.patch)
  • modules_3.14.52-cl-som-imx7-1.0.tar.gz - a modules tarball, that matches the ready to run Linux kernel (zImage-3.14.52-cl-som-imx7-1.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 - U-Boot script source used for loading kernel and ramdisk images from MMC/SD card