Difference between revisions of "CM-T43: Yocto Linux: Package contents"

From Compulab Mediawiki
Jump to: navigation, search
(See also)
 
Line 1: Line 1:
 +
== Package contents ==
 +
 +
__NOTOC__
 +
 +
=== Layout ===
 +
<pre>
 +
cm-t43-yocto-linux/
 +
├── development
 +
│   ├── readme.html
 +
│   └── yocto-cm-t43-2.0.patch
 +
├── install
 +
│   ├── am437x-sb-som-t43.dtb
 +
│   ├── bootscr.img
 +
│   ├── install.ext2
 +
│   ├── install.sh
 +
│   ├── kernel.img
 +
│   ├── ramdisk.dtb
 +
│   ├── ramdisk.img
 +
│   ├── rootfs.tar.bz2
 +
│   └── zImage-cm-t43
 +
├── kernel
 +
│   ├── dtb
 +
│   │   ├── am437x-cm-t43.dtb
 +
│   │   └── am437x-sb-som-t43.dtb
 +
│   ├── dts
 +
│   │   ├── am437x-cm-t43.dts
 +
│   │   ├── am437x-sb-som-t43.dts
 +
│   │   └── compulab-sb-som.dtsi                                                                                                                                                                                                           
 +
│   ├── modules-cm-t43-yocto-2.0.tgz                                                                                                                                                                                                       
 +
│   └── zImage-cm-t43-yocto-2.0                                                                                                                                                                                                             
 +
├── readme.txt                                                                                                                                                                                                                             
 +
├── u-boot                                                                                                                                                                                                                                 
 +
│   ├── MLO-yocto-2.0                                                                                                                                                                                                                       
 +
│   └── u-boot-yocto-2.0.img                                                                                                                                                                                                               
 +
├── utilities                                                                                                                                                                                                                               
 +
│   ├── bootscr.src                                                                                                                                                                                                                         
 +
│   ├── eeprom-util                                                                                                                                                                                                                         
 +
│   │   ├── eeprom-util                                                                                                                                                                                                                     
 +
│   │   ├── eeprom-util-static                                                                                                                                                                                                             
 +
│   │   └── eeprom-util-v2.1-sources.tar.gz                                                                                                                                                                                                 
 +
│   └── tftpd32.zip                                                                                                                                                                                                                         
 +
└── version.txt                                                     
 +
</pre>
 +
 
=== version.txt ===
 
=== version.txt ===
The contents of the {{filename|version.txt}} identifies the package version.
+
The contents of the {{filename|version.txt}} identifies the versions of the various package contents.
 +
 
 +
=== readme.txt ===
 +
A file describing the package.
  
 
=== development ===
 
=== development ===
* {{filename|config-yocto-1.6-cm-t43-1.txt }} - CM-T43 Yocto Linux configuration file
+
* {{filename|readme.html }} - development links
* {{filename|yocto-1.6-cm-t43-1.patch}} - CM-T43 Yocto Linux patch
+
* {{filename|yocto-cm-t43-2.0.patch}} - CM-T43 Yocto Linux patch
  
=== images/install_env ===
+
=== install ===
* {{filename|am437x-sb-som-t43.dtb}} - SB-SOM-T43 Device Tree binary  
+
* {{filename|ramdisk.dtb}} - SB-SOM-T43 Device Tree binary for installation kernel
 
* {{filename|kernel.img}} - Kernel image required for installation onto the eMMC/NAND/SD-Card
 
* {{filename|kernel.img}} - Kernel image required for installation onto the eMMC/NAND/SD-Card
 
* {{filename|ramdisk.img}} - Ramdisk image required for installation onto the eMMC/NAND/SD-Card
 
* {{filename|ramdisk.img}} - Ramdisk image required for installation onto the eMMC/NAND/SD-Card
 
* {{filename|bootscr.img}} - U-Boot script used for starting the installation environment
 
* {{filename|bootscr.img}} - U-Boot script used for starting the installation environment
 +
* {{filename|am437x-sb-som-t43.dtb}} - SB-SOM-T43 Device Tree binary for Yocto Linux kernel
 +
* {{filename|zImage-cm-t43}} - Yocto Linux kernel image
 +
* {{filename|rootfs.tar.bz2}} - Yocto Linux rootfs
 +
* {{filename|install.sh}} - An installation script for automatic installation environment
 +
* {{filename|install.ext2}} - A filesystem for automatic installation environment
  
=== images/kernel ===
+
=== kernel ===
* {{filename|zImage-yocto-1.6-cm-t43-1}} - ready to run Linux kernel image binary for CM-T43
+
* {{filename|zImage-cm-t43-yocto-2.0}} - ready to run Linux kernel image binary for CM-T43
 +
* {{filename|modules-cm-t43-yocto-2.0.tgz}} - archive of pre-compiled modules for Linux kernel used with Yocto Linux for CM-T43
 +
==== dtb ====
 +
* {{filename|am437x-cm-t43.dtb}} - CM-T43 Device Tree binary
 
* {{filename|am437x-sb-som-t43.dtb}} - SBC-T43 Device Tree binary
 
* {{filename|am437x-sb-som-t43.dtb}} - SBC-T43 Device Tree binary
* {{filename|modules-yocto-1.6-cm-t43-1.tar.gz}} - archive of pre-compiled modules for Linux kernel used with Yocto Linux for CM-T43
+
==== dts ====
 
+
* {{filename|am437x-cm-t43.dts}} - CM-T43 Device Tree source
=== images/u-boot ===
+
* {{filename|am437x-sb-som-t43.dts}} - SBC-T43 Device Tree source
* {{filename|spl-yocto-1.6-cm-t43-1.bin}} - SPL binary
+
* {{filename|compulab-sb-som.dtsi}} - SB-SOM Device Tree source
* {{filename|u-boot-yocto-1.6-cm-t43-1.bin}} - U-Boot binary
 
 
 
=== images/rootfs ===
 
  
* {{filename|tisdk-rootfs-yocto-1.6-cm-t43-1.tar.gz}} - archive of the Arago Project root file system
+
=== u-boot ===
* {{filename|tisdk-rootfs-yocto-1.6-cm-t43-1.ubi}} - Arago Project root file system image for installation onto CM-T43 NAND
+
* {{filename|MLO-yocto-2.0}} - SPL binary
 +
* {{filename|u-boot-yocto-2.0.img}} - U-Boot binary
  
 
=== utilities ===
 
=== utilities ===
Line 30: Line 83:
 
* {{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}} - U-Boot script source used for loading kernel and ramdisk images from MMC/SD card or USB storage device
 
* {{filename|bootscr.src}} - U-Boot script source used for loading kernel and ramdisk images from MMC/SD card or USB storage device
 +
* {{filename|tftpd32.zip}} - A utility for serial communication
  
= See also =
+
== See also ==
 
* [[CM-T43: Yocto Linux: Getting started]]
 
* [[CM-T43: Yocto Linux: Getting started]]
* [[CM-T43: Yocto Linux: Building]]
+
* [[CM-T43: Yocto_Linux: Building]]
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:Yocto]]
 
[[Category:Yocto]]
 
[[Category:CM-T43]]
 
[[Category:CM-T43]]

Revision as of 15:23, 16 July 2017

Package contents

Layout

cm-t43-yocto-linux/
├── development
│   ├── readme.html
│   └── yocto-cm-t43-2.0.patch
├── install
│   ├── am437x-sb-som-t43.dtb
│   ├── bootscr.img
│   ├── install.ext2
│   ├── install.sh
│   ├── kernel.img
│   ├── ramdisk.dtb
│   ├── ramdisk.img
│   ├── rootfs.tar.bz2
│   └── zImage-cm-t43
├── kernel
│   ├── dtb
│   │   ├── am437x-cm-t43.dtb
│   │   └── am437x-sb-som-t43.dtb
│   ├── dts
│   │   ├── am437x-cm-t43.dts
│   │   ├── am437x-sb-som-t43.dts
│   │   └── compulab-sb-som.dtsi                                                                                                                                                                                                             
│   ├── modules-cm-t43-yocto-2.0.tgz                                                                                                                                                                                                         
│   └── zImage-cm-t43-yocto-2.0                                                                                                                                                                                                              
├── readme.txt                                                                                                                                                                                                                               
├── u-boot                                                                                                                                                                                                                                   
│   ├── MLO-yocto-2.0                                                                                                                                                                                                                        
│   └── u-boot-yocto-2.0.img                                                                                                                                                                                                                 
├── 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 versions of the various package contents.

readme.txt

A file describing the package.

development

  • readme.html - development links
  • yocto-cm-t43-2.0.patch - CM-T43 Yocto Linux patch

install

  • ramdisk.dtb - SB-SOM-T43 Device Tree binary for installation kernel
  • kernel.img - Kernel image required for installation onto the eMMC/NAND/SD-Card
  • ramdisk.img - Ramdisk image required for installation onto the eMMC/NAND/SD-Card
  • bootscr.img - U-Boot script used for starting the installation environment
  • am437x-sb-som-t43.dtb - SB-SOM-T43 Device Tree binary for Yocto Linux kernel
  • zImage-cm-t43 - Yocto Linux kernel image
  • rootfs.tar.bz2 - Yocto Linux rootfs
  • install.sh - An installation script for automatic installation environment
  • install.ext2 - A filesystem for automatic installation environment

kernel

  • zImage-cm-t43-yocto-2.0 - ready to run Linux kernel image binary for CM-T43
  • modules-cm-t43-yocto-2.0.tgz - archive of pre-compiled modules for Linux kernel used with Yocto Linux for CM-T43

dtb

  • am437x-cm-t43.dtb - CM-T43 Device Tree binary
  • am437x-sb-som-t43.dtb - SBC-T43 Device Tree binary

dts

  • am437x-cm-t43.dts - CM-T43 Device Tree source
  • am437x-sb-som-t43.dts - SBC-T43 Device Tree source
  • compulab-sb-som.dtsi - SB-SOM Device Tree source

u-boot

  • MLO-yocto-2.0 - SPL binary
  • u-boot-yocto-2.0.img - U-Boot binary

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
  • bootscr.src - U-Boot script source used for loading kernel and ramdisk images from MMC/SD card or USB storage device
  • tftpd32.zip - A utility for serial communication

See also