CM-T43: Linux: Package contents

From Compulab Mediawiki
Jump to: navigation, search

Layout

cm-t43-linux
├── images
│   ├── bootscr.img
│   ├── debian-image.tar.bz2
│   ├── am437x-sb-som-t43.dtb
│   ├── kernel.img
│   ├── ramdisk.img
│   └── zImage-cm-t43
├── kernel
│   ├── linux-4.4.13-cm-t43-5.config
│   ├── linux-4.4.13-cm-t43-5.patch
│   ├── modules-4.4.13-cm-t43-5.tar.bz2
│   ├── zImage-4.4.13-cm-t43-5.bin
│   ├── patches
│   │   ├── 0001-ARM-dts-cm-t43-add-support-for-cm-t43.patch
│   │   ├── ...
│   │   └── 0027-Linux-v4.4.13-cm-t43-5.patch
│   └── zImage-4.1.15-cl-som-imx7-2.0.bin
├── README.txt
├── utilities
│   ├── 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

  • debian-image.tar.bz2 - archive of the Debian root file system
  • bootscr.img - U-Boot script used for image installation
  • am437x-sb-som-t43.dtb - SB-SOM-T43 Device Tree binary
  • kernel.img - Kernel image required for installation onto the eMMC
  • ramdisk.img - Ramdisk image required for installation onto the eMMC
  • zImage-cm-t43 - ready to run Linux kernel image binary for CM-T43

kernel

  • linux-4.4.13-cm-t43-5.config - Linux kernel 4.4.13-cm-t43-5 configuration file
  • linux-4.4.13-cm-t43-5.patch - patch vs. Linux kernel 4.4.13 with support for CM-T43 peripherals
  • modules-4.4.13-cm-t43-5.tar.bz2 - archive of pre-compiled modules for Linux kernel version 4.4.13-cm-t43-5
  • zImage-4.4.13-cm-t43-5.bin - ready to run Linux kernel version 4.4.13-cm-t43-5 for CM-T43
  • patches - ordered collection of patches, that form the single patch above (linux-4.4.13-cm-t43-5.patch)

utilities

The utilities directory contains miscellaneous utilities useful for development

  • bootscr.src - U-Boot script source used for loading kernel and ramdisk images from MMC/SD card or USB storage device
  • eeprom-util - CompuLab EEPROM utility for reading information found inside the EEPROM on CompuLab boards
  • tftpd32.zip - TFTP server for Windows users