CL-SOM-iMX6UL: Yocto Linux: Package contents
Contents
Layout
- Tree
├── development │ ├── 0001-u-boot-compulab-add-u-boot-configuration-for-cl-som-.patch │ ├── 0002-linux-compulab-add-cl-som-imx6ul-3.14.38-kernel-conf.patch │ └── 0003-cl-som-imx6ul-add-cl-som-imx6ul-machine-configuratio.patch ├── images │ ├── extra │ │ └── WiLink8.fs.support.tar.bz2 │ ├── install_env │ │ ├── bootscr.img │ │ ├── imx6ul-sbc-imx6ul.dtb │ │ ├── kernel.img │ │ └── ramdisk.img │ ├── kernel │ │ ├── imx6ul-cl-som-imx6ul.dtb │ │ ├── imx6ul-cl-som-imx6ul-wilink.dtb │ │ ├── imx6ul-sbc-imx6ul.dtb │ │ ├── imx6ul-sbc-imx6ul-wilink.dtb │ │ ├── modules-cl-som-imx6ul.tgz │ │ └── zImage-cl-som-imx6ul │ ├── rootfs │ │ ├── fsl-image-gui-cl-som-imx6ul.sdcard.bz2 │ │ └── fsl-image-gui-cl-som-imx6ul.tar.bz2 │ └── u-boot │ └── u-boot-cl-som-imx6ul.imx ├── utilities │ ├── bootscr.sh │ ├── bootscr.src │ ├── eeprom-util │ │ ├── eeprom-util │ │ ├── eeprom-util-static │ │ └── eeprom-util-v2.1-sources.tar.gz │ └── tftpd32.zip └── version.txt.
Details
version.txt
The contents of the version.txt identifies the package version.
development
- 0001-u-boot-compulab-add-u-boot-configuration-for-cl-som-.patch - U-Boot patch
- 0002-linux-compulab-add-cl-som-imx6ul-3.14.38-kernel-conf.patch - Linux Kernel patch
- 0003-cl-som-imx6ul-add-cl-som-imx6ul-machine-configuratio.patch - CL-SOM-iMX6UL machine configuration patch
images/install_env
- kernel.img - Kernel image required for installation onto the NAND flash or the eMMC
- imx6ul-sbc-imx6ul.dtb - Device tree binary
- ramdisk.img - Ramdisk image required for installation onto the NAND flash or the eMMC
- bootscr.img - U-Boot script used for image installation
images/kernel
- modules-cl-som-imx6ul.tgz - the Linux kernel modules
- zImage-cl-som-imx6ul - ready to run Linux kernel image binary for CL-SOM-iMX6UL
- imx6ul-cl-som-imx6ul.dtb - CL-SOM-iMX6UL (module only) device tree blob
- imx6ul-cl-som-imx6ul-wilink.dtb - CL-SOM-iMX6UL (module only) with WiLink8 device tree blob
- imx6ul-sbc-imx6ul.dtb - SBC-iMX6UL (evaluation board) device tree blob
- imx6ul-sbc-imx6ul-wilink.dtb - SBC-iMX6UL (evaluation board) with WiLink8 device tree blob
images/rootfs
- fsl-image-gui-cl-som-imx6ul.sdcard.bz2 - SD card image that provides the full system to boot with U-Boot and Linux kernel
- fsl-image-gui-cl-som-imx6ul.tar.bz2 - rootfs tar ball for deployment onto any (including NFS) storage or further customization
images/u-boot
- u-boot-cl-som-imx6ul.imx - ready to flash CL-SOM-iMX6UL firmware
extra
- WiLink8.fs.support.tar.bz2 - WiLink8 firmware files and user space utilities
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