Difference between revisions of "CM-T43: Yocto Linux: Package contents"
(→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 | + | 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| | + | * {{filename|readme.html }} - development links |
− | * {{filename|yocto | + | * {{filename|yocto-cm-t43-2.0.patch}} - CM-T43 Yocto Linux patch |
− | === | + | === install === |
− | * {{filename| | + | * {{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 | ||
− | === | + | === kernel === |
− | * {{filename|zImage | + | * {{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| | + | ==== dts ==== |
− | + | * {{filename|am437x-cm-t43.dts}} - CM-T43 Device Tree source | |
− | + | * {{filename|am437x-sb-som-t43.dts}} - SBC-T43 Device Tree source | |
− | * {{filename| | + | * {{filename|compulab-sb-som.dtsi}} - SB-SOM Device Tree source |
− | * {{filename| | ||
− | |||
− | |||
− | * {{filename| | + | === u-boot === |
− | * {{filename| | + | * {{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: | + | * [[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