Difference between revisions of "CL-SOM-AM57x: Linux: Package contents"

From Compulab Mediawiki
Jump to: navigation, search
(kernel)
Line 1: Line 1:
=== version.txt ===
+
__NOTOC__
 +
== Layout ==
 +
<pre>
 +
├── extra
 +
│   ├── develop
 +
│   │   └── ti-sdk-4.1
 +
│   ├── kernel-v4.4
 +
│   │   └── rootfs-update
 +
│   └── ti-sdk-4.1
 +
│      └── rootfs-update
 +
├── images
 +
│   ├── bootscr.img
 +
│   ├── install.ext2
 +
│   ├── install.sh
 +
│   ├── kernel.img
 +
│   ├── kernel-v4.4
 +
│   │   ├── am57xx-sbc-am57x.dtb
 +
│   │   └── zImage-cl-som-am57x
 +
│   ├── ramdisk.dtb
 +
│   ├── ramdisk.img
 +
│   ├── rootfs.tar.bz2
 +
│   └── ti-sdk-4.1
 +
│      ├── am57xx-sbc-am57x.dtb
 +
│      └── zImage-cl-som-am57x
 +
├── kernel
 +
│   ├── kernel-v4.4
 +
│   │   ├── am57xx-cl-som-am57x.dtb
 +
│   │   ├── am57xx-sbc-am57x.dtb
 +
│   │   ├── linux-4.4.21-cl-som-am57x-3.2.config
 +
│   │   ├── linux-4.4.21-cl-som-am57x-3.2.patch
 +
│   │   ├── modules-4.4.21-cl-som-am57x-3.2.tar.bz2
 +
│   │   ├── patches
 +
│   │   │   ├── 0001-ARM-dts-sb-som-introduce-SB-SOM-baseboard.patch
 +
│  │  │  ├── ...
 +
│   │   │   └── 0057-arm-am57xx-cl-som-am57x-tag-kernel-version-cl-som-am.patch
 +
│   │   └── zImage-4.4.21-cl-som-am57x-3.2.bin
 +
│   └── ti-sdk-4.1
 +
│      ├── am57xx-cl-som-am57x.dtb
 +
│      ├── am57xx-sbc-am57x.dtb
 +
│      ├── linux-4.1.13-cl-som-am57x-ti-3.2.config
 +
│      ├── linux-4.1.13-cl-som-am57x-ti-3.2.patch
 +
│      ├── modules-4.1.13-cl-som-am57x-ti-3.2.tar.bz2
 +
│      ├── patches
 +
│      │  ├── 0001-ARM-dts-sb-som-introduce-SB-SOM-baseboard.patch
 +
│      │  ├── ...
 +
│      │   └── 0058-ARM-am57xx-cl-som-am57x-tag-kernel-version-cl-som-am.patch
 +
│      └── zImage-4.1.13-cl-som-am57x-ti-3.2.bin
 +
├── readme.txt
 +
├── utilities
 +
│   ├── bootscr.src
 +
│   ├── eeprom-util
 +
│   │   ├── eeprom-util
 +
│   │   ├── eeprom-util-static
 +
│   │   └── eeprom-util-v2.1-sources.tar.gz
 +
│   ├── tftpd32.zip
 +
│   └── Win32DiskImager.zip
 +
└── version.txt
 +
</pre>
 +
== version.txt ==
 
The contents of the {{filename|version.txt}} identifies the package version.
 
The contents of the {{filename|version.txt}} identifies the package version.
  
=== images ===
+
== images ==
* {{filename|debian-armhf-image.tar.bz2}} - archive of the Debian root file system
+
* {{filename|rootfs.tar.bz2}} - archive of the Debian root file system
 
* {{filename|ramdisk.dtb}} - SBC-AM57x Device Tree binary, required for installation onto the eMMC/NAND/SATA
 
* {{filename|ramdisk.dtb}} - SBC-AM57x Device Tree binary, required for installation onto the eMMC/NAND/SATA
 
* {{filename|kernel.img}} - Kernel image required for installation onto the eMMC/NAND/SATA
 
* {{filename|kernel.img}} - Kernel image required for installation onto the eMMC/NAND/SATA
 
* {{filename|ramdisk.img}} - Ramdisk image required for installation onto the eMMC/NAND/SATA
 
* {{filename|ramdisk.img}} - Ramdisk image required for installation onto the eMMC/NAND/SATA
 
* {{filename|bootscr.img}} - U-Boot script image, used for automatic installation
 
* {{filename|bootscr.img}} - U-Boot script image, used for automatic installation
 +
* {{filename|install.sh}} - automatic installation script
 +
* {{filename|install.ext2}} - automatic installation scripts image
 
* {{filename|kernel-v4.4/zImage-cl-som-am57x}} - Ready to run Linux kernel v4.4 image binary
 
* {{filename|kernel-v4.4/zImage-cl-som-am57x}} - Ready to run Linux kernel v4.4 image binary
 
* {{filename|kernel-v4.4/am57xx-sbc-am57x.dtb}} - SBC-AM57x Device Tree binary for kernel v4.4
 
* {{filename|kernel-v4.4/am57xx-sbc-am57x.dtb}} - SBC-AM57x Device Tree binary for kernel v4.4
Line 13: Line 73:
 
* {{filename|ti-sdk-4.1/am57xx-sbc-am57x.dtb}} - SBC-AM57x Device Tree binary for kernel v4.1 with TI SDK
 
* {{filename|ti-sdk-4.1/am57xx-sbc-am57x.dtb}} - SBC-AM57x Device Tree binary for kernel v4.1 with TI SDK
  
=== kernel ===
+
== kernel ==
* {{filename|kernel-v4.4/zImage-4.4-cl-som-am57x-3.0.bin}} - ready to run Linux kernel version 4.4-cl-som-am57x-3.0 for CL-SOM-AM57x
+
* {{filename|kernel-v4.4/zImage-4.4.21-cl-som-am57x-3.2.bin}} - ready to run Linux kernel version 4.4.21-cl-som-am57x-3.2 for CL-SOM-AM57x
* {{filename|kernel-v4.4/am57xx-cl-som-am57x.dtb}} - CL-SOM-AM57x Device Tree binary for kernel v4.4
+
* {{filename|kernel-v4.4/am57xx-cl-som-am57x.dtb}} - CL-SOM-AM57x Device Tree binary for kernel v4.4.21
* {{filename|kernel-v4.4/am57xx-sbc-am57x.dtb}} - SBC-AM57x Device Tree binary for kernel v4.4
+
* {{filename|kernel-v4.4/am57xx-sbc-am57x.dtb}} - SBC-AM57x Device Tree binary for kernel v4.4.21
* {{filename|kernel-v4.4/modules-4.4-cl-som-am57x-3.0.tar.bz2}} - archive of pre-compiled modules for Linux kernel version 4.4-cl-som-am57x-3.0
+
* {{filename|kernel-v4.4/modules-4.4.21-cl-som-am57x-3.2.tar.bz2}} - archive of pre-compiled modules for Linux kernel version 4.4.21-cl-som-am57x-3.2
* {{filename|kernel-v4.4/linux-4.4-cl-som-am57x-3.0.config}} - Linux kernel 4.4-cl-som-am57x-3.0 configuration file
+
* {{filename|kernel-v4.4/linux-4.4.21-cl-som-am57x-3.2.config}} - Linux kernel 4.4.21-cl-som-am57x-3.2 configuration file
* {{filename|kernel-v4.4/linux-4.4-cl-som-am57x-3.0.patch}} - patch vs. [http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tag/?h=v4.4 Linux kernel 4.4] with support for CL-SOM-AM57x peripherals
+
* {{filename|kernel-v4.4/linux-4.4.21-cl-som-am57x-3.2.patch}} - patch vs. [http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=1d074db69c46d62ce82b331c2080e2fcb710bf4a Linux kernel 4.4.21] with support for CL-SOM-AM57x peripherals
* {{filename|kernel-v4.4/patches}} - ordered collection of patches, that form the single patch above ({{filename|linux-4.4-cl-som-am57x-3.0.patch}})
+
* {{filename|kernel-v4.4/patches}} - ordered collection of patches, that form the single patch above ({{filename|linux-4.4.21-cl-som-am57x-3.2.patch}})
* {{filename|ti-sdk-4.1/zImage-4.1.13-cl-som-am57x-ti-3.1.bin}} - ready to run Linux kernel v4.1 with TI SDK
+
* {{filename|ti-sdk-4.1/zImage-4.1.13-cl-som-am57x-ti-3.2.bin}} - ready to run Linux kernel v4.1.13 with TI SDK
* {{filename|ti-sdk-4.1/am57xx-cl-som-am57x.dtb}} - CL-SOM-AM57x Device Tree binary for kernel v4.1 with TI SDK
+
* {{filename|ti-sdk-4.1/am57xx-cl-som-am57x.dtb}} - CL-SOM-AM57x Device Tree binary for kernel v4.1.13 with TI SDK
* {{filename|ti-sdk-4.1/am57xx-sbc-am57x.dtb}} - SBC-AM57x Device Tree binary for kernel v4.1 with TI SDK
+
* {{filename|ti-sdk-4.1/am57xx-sbc-am57x.dtb}} - SBC-AM57x Device Tree binary for kernel v4.1.13 with TI SDK
* {{filename|ti-sdk-4.1/modules-4.1.13-cl-som-am57x-ti-3.1.tar.bz2}} - archive of pre-compiled modules for Linux kernel v4.1 with TI SDK
+
* {{filename|ti-sdk-4.1/modules-4.1.13-cl-som-am57x-ti-3.2.tar.bz2}} - archive of pre-compiled modules for Linux kernel v4.1 with TI SDK
* {{filename|ti-sdk-4.1/linux-4.1.13-cl-som-am57x-ti-3.1.config}} - kernel v4.1 with TI SDK configuration file
+
* {{filename|ti-sdk-4.1/linux-4.1.13-cl-som-am57x-ti-3.2.config}} - kernel v4.1.13 with TI SDK configuration file
* {{filename|ti-sdk-4.1/linux-4.1.13-cl-som-am57x-ti-3.1.patch}} - patch vs. kernel v4.1 with TI SDK (commit id 8dc66170d9c7e365e723dd3f515f0446b2b9c7bd) with support for CL-SOM-AM57x peripherals
+
* {{filename|ti-sdk-4.1/linux-4.1.13-cl-som-am57x-ti-3.2.patch}} - patch vs. kernel v4.1.13 with TI SDK (commit id 8dc66170d9c7e365e723dd3f515f0446b2b9c7bd) with support for CL-SOM-AM57x peripherals
* {{filename|ti-sdk-4.1/patches}} - ordered collection of patches, that form the single patch above ({{filename|linux-4.1.13-cl-som-am57x-ti-3.1.patch}})
+
* {{filename|ti-sdk-4.1/patches}} - ordered collection of patches, that form the single patch above ({{filename|linux-4.1.13-cl-som-am57x-ti-3.2.patch}})
  
=== 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|tftpd32.zip}} - TFTP server for Windows users
Line 36: Line 96:
 
* {{filename|Win32DiskImager.zip}} - Windows utility for writing a raw disk image to a removable device.
 
* {{filename|Win32DiskImager.zip}} - Windows utility for writing a raw disk image to a removable device.
  
=== extra ===
+
== extra ==
 
* {{filename|kernel-v4.4/rootfs-update}} - Debian root file system update for kernel v4.4
 
* {{filename|kernel-v4.4/rootfs-update}} - Debian root file system update for kernel v4.4
 
* {{filename|ti-sdk-4.1/rootfs_update}} - Debian root file system update for kernel v4.1 with TI SDK
 
* {{filename|ti-sdk-4.1/rootfs_update}} - Debian root file system update for kernel v4.1 with TI SDK

Revision as of 08:09, 26 October 2016

Layout

├── extra
│   ├── develop
│   │   └── ti-sdk-4.1
│   ├── kernel-v4.4
│   │   └── rootfs-update
│   └── ti-sdk-4.1
│       └── rootfs-update
├── images
│   ├── bootscr.img
│   ├── install.ext2
│   ├── install.sh
│   ├── kernel.img
│   ├── kernel-v4.4
│   │   ├── am57xx-sbc-am57x.dtb
│   │   └── zImage-cl-som-am57x
│   ├── ramdisk.dtb
│   ├── ramdisk.img
│   ├── rootfs.tar.bz2
│   └── ti-sdk-4.1
│       ├── am57xx-sbc-am57x.dtb
│       └── zImage-cl-som-am57x
├── kernel
│   ├── kernel-v4.4
│   │   ├── am57xx-cl-som-am57x.dtb
│   │   ├── am57xx-sbc-am57x.dtb
│   │   ├── linux-4.4.21-cl-som-am57x-3.2.config
│   │   ├── linux-4.4.21-cl-som-am57x-3.2.patch
│   │   ├── modules-4.4.21-cl-som-am57x-3.2.tar.bz2
│   │   ├── patches
│   │   │   ├── 0001-ARM-dts-sb-som-introduce-SB-SOM-baseboard.patch
│   │   │   ├── ...
│   │   │   └── 0057-arm-am57xx-cl-som-am57x-tag-kernel-version-cl-som-am.patch
│   │   └── zImage-4.4.21-cl-som-am57x-3.2.bin
│   └── ti-sdk-4.1
│       ├── am57xx-cl-som-am57x.dtb
│       ├── am57xx-sbc-am57x.dtb
│       ├── linux-4.1.13-cl-som-am57x-ti-3.2.config
│       ├── linux-4.1.13-cl-som-am57x-ti-3.2.patch
│       ├── modules-4.1.13-cl-som-am57x-ti-3.2.tar.bz2
│       ├── patches
│       │   ├── 0001-ARM-dts-sb-som-introduce-SB-SOM-baseboard.patch
│       │   ├── ...
│       │   └── 0058-ARM-am57xx-cl-som-am57x-tag-kernel-version-cl-som-am.patch
│       └── zImage-4.1.13-cl-som-am57x-ti-3.2.bin
├── readme.txt
├── utilities
│   ├── bootscr.src
│   ├── eeprom-util
│   │   ├── eeprom-util
│   │   ├── eeprom-util-static
│   │   └── eeprom-util-v2.1-sources.tar.gz
│   ├── tftpd32.zip
│   └── Win32DiskImager.zip
└── version.txt

version.txt

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

images

  • rootfs.tar.bz2 - archive of the Debian root file system
  • ramdisk.dtb - SBC-AM57x Device Tree binary, required for installation onto the eMMC/NAND/SATA
  • kernel.img - Kernel image required for installation onto the eMMC/NAND/SATA
  • ramdisk.img - Ramdisk image required for installation onto the eMMC/NAND/SATA
  • bootscr.img - U-Boot script image, used for automatic installation
  • install.sh - automatic installation script
  • install.ext2 - automatic installation scripts image
  • kernel-v4.4/zImage-cl-som-am57x - Ready to run Linux kernel v4.4 image binary
  • kernel-v4.4/am57xx-sbc-am57x.dtb - SBC-AM57x Device Tree binary for kernel v4.4
  • ti-sdk-4.1/zImage-cl-som-am57x - Ready to run Linux kernel image v4.1 with TI SDK,
  • ti-sdk-4.1/am57xx-sbc-am57x.dtb - SBC-AM57x Device Tree binary for kernel v4.1 with TI SDK

kernel

  • kernel-v4.4/zImage-4.4.21-cl-som-am57x-3.2.bin - ready to run Linux kernel version 4.4.21-cl-som-am57x-3.2 for CL-SOM-AM57x
  • kernel-v4.4/am57xx-cl-som-am57x.dtb - CL-SOM-AM57x Device Tree binary for kernel v4.4.21
  • kernel-v4.4/am57xx-sbc-am57x.dtb - SBC-AM57x Device Tree binary for kernel v4.4.21
  • kernel-v4.4/modules-4.4.21-cl-som-am57x-3.2.tar.bz2 - archive of pre-compiled modules for Linux kernel version 4.4.21-cl-som-am57x-3.2
  • kernel-v4.4/linux-4.4.21-cl-som-am57x-3.2.config - Linux kernel 4.4.21-cl-som-am57x-3.2 configuration file
  • kernel-v4.4/linux-4.4.21-cl-som-am57x-3.2.patch - patch vs. Linux kernel 4.4.21 with support for CL-SOM-AM57x peripherals
  • kernel-v4.4/patches - ordered collection of patches, that form the single patch above (linux-4.4.21-cl-som-am57x-3.2.patch)
  • ti-sdk-4.1/zImage-4.1.13-cl-som-am57x-ti-3.2.bin - ready to run Linux kernel v4.1.13 with TI SDK
  • ti-sdk-4.1/am57xx-cl-som-am57x.dtb - CL-SOM-AM57x Device Tree binary for kernel v4.1.13 with TI SDK
  • ti-sdk-4.1/am57xx-sbc-am57x.dtb - SBC-AM57x Device Tree binary for kernel v4.1.13 with TI SDK
  • ti-sdk-4.1/modules-4.1.13-cl-som-am57x-ti-3.2.tar.bz2 - archive of pre-compiled modules for Linux kernel v4.1 with TI SDK
  • ti-sdk-4.1/linux-4.1.13-cl-som-am57x-ti-3.2.config - kernel v4.1.13 with TI SDK configuration file
  • ti-sdk-4.1/linux-4.1.13-cl-som-am57x-ti-3.2.patch - patch vs. kernel v4.1.13 with TI SDK (commit id 8dc66170d9c7e365e723dd3f515f0446b2b9c7bd) with support for CL-SOM-AM57x peripherals
  • ti-sdk-4.1/patches - ordered collection of patches, that form the single patch above (linux-4.1.13-cl-som-am57x-ti-3.2.patch)

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 or USB storage device
  • Win32DiskImager.zip - Windows utility for writing a raw disk image to a removable device.

extra

  • kernel-v4.4/rootfs-update - Debian root file system update for kernel v4.4
  • ti-sdk-4.1/rootfs_update - Debian root file system update for kernel v4.1 with TI SDK
  • develop/ti-sdk-4.1/.env.x-am57x - ko compilation parameters
  • develop/ti-sdk-4.1/omapdrm_pvr - omapdrm_pvr.ko source directory
  • develop/ti-sdk-4.1/do-omapdrm_pvr - omapdrm_pvr.ko compilation script
  • develop/ti-sdk-4.1/cmem-mod - cmemk.ko source directory
  • develop/ti-sdk-4.1/do-cmem - cmemk.ko compilation script