CL-SOM-AM57x: Yocto Linux: Package contents
Layout
├── development │ ├── readme.html │ └── yocto-cl-som-am57x-1.0.patch ├── images │ ├── am57xx-sbc-am57x.dtb │ ├── bootscr.img │ ├── install.ext2 │ ├── install.sh │ ├── kernel.img │ ├── ramdisk.dtb │ ├── ramdisk.img │ ├── rootfs.tar.bz2 │ └── zImage-cl-som-am57x ├── kernel │ ├── am57xx-cl-som-am57x.dtb │ ├── am57xx-sbc-am57x.dtb │ ├── modules-cl-som-am57x-yocto-1.0.tar.bz2 │ └── zImage-cl-som-am57x-yocto-1.0 ├── readme.txt ├── u-boot │ ├── MLO-yocto-1.0 │ └── u-boot-yocto-1.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 package version.
development
- readme.html - package WiKi documentation links
- yocto-cl-som-am57x-1.0.patch - CL-SOM-AM57x Yocto Linux patch
images
- rootfs.tar.bz2 - archive of the Arago project 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
- zImage-cl-som-am57x - ready to run Linux kernel v4.1 with TI SDK
- am57xx-sbc-am57x.dtb - SBC-AM57x Device Tree binary for kernel v4.1 with TI SDK
u-boot
- spl-yocto-1.0 - SPL binary
- u-boot-yocto-1.0.img - U-Boot binary
kernel
- zImage-cl-som-am57x-yocto-1.0 - ready to run Linux kernel image binary
- am57xx-cl-som-am57x.dtb - CL-SOM-AM57x Device Tree binary
- am57xx-sbc-am57x.dtb - SBC-AM57x Device Tree binary
- modules-cl-som-am57x-yocto-1.0.tar.bz2 - archive of pre-compiled modules for Linux kernel image zImage-cl-som-am57x-yocto-1.0
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