Difference between revisions of "CL-SOM-iMX7: Yocto Linux: Package contents"
(→Package contents) |
(→images) |
||
Line 5: | Line 5: | ||
=== Layout === | === Layout === | ||
<pre> | <pre> | ||
+ | cl-som-imx7-yocto-linux | ||
├── development | ├── development | ||
│ └── README.html | │ └── README.html | ||
Line 11: | Line 12: | ||
├── images | ├── images | ||
│ └── fsl-image-gui-cl-som-imx7.rootfs.sdcard.gz | │ └── fsl-image-gui-cl-som-imx7.rootfs.sdcard.gz | ||
+ | ├── install | ||
+ | │ ├── boot.scr | ||
+ | │ ├── imx7d-cl-som-imx7.dtb | ||
+ | │ ├── imx7d-sbc-imx7.dtb | ||
+ | │ ├── imx7d-sbc-iot-imx7.dtb | ||
+ | │ ├── install.ext2 | ||
+ | │ ├── install.sh | ||
+ | │ ├── kernel.img | ||
+ | │ ├── ramdisk.dtb | ||
+ | │ ├── ramdisk.img | ||
+ | │ ├── rootfs.tar.bz2 | ||
+ | │ └── zImage | ||
├── kernel | ├── kernel | ||
│ ├── dtb | │ ├── dtb | ||
Line 18: | Line 31: | ||
│ ├── modules-cl-som-imx7.tgz | │ ├── modules-cl-som-imx7.tgz | ||
│ └── zImage-cl-som-imx7 | │ └── zImage-cl-som-imx7 | ||
− | + | ├── README.txt | |
− | + | └── version.txt | |
</pre> | </pre> | ||
Line 32: | Line 45: | ||
* {{filename|dtb}} - Device tree blobs folder | * {{filename|dtb}} - Device tree blobs folder | ||
− | === | + | === install === |
− | * {{filename| | + | * {{filename|zImage}} - ready to run Linux kernel image binary for CL-SOM-iMX7 |
+ | * {{filename|imx7d-cl-som-imx7.dtb}} - Device tree blob for CL-SOM-iMX7 SoM | ||
+ | * {{filename|imx7d-sbc-imx7.dtb}} - Device tree blob for SBC-iMX7 Evaluation boards kit | ||
+ | * {{filename|imx7d-sbc-iot-imx7.dtb}} - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices | ||
+ | * {{filename|rootfs.tar.bz2}} - Yocto Linux root file system | ||
+ | * {{filename|kernel.img}} - Kernel image required for installation onto the eMMC | ||
+ | * {{filename|ramdisk.img}} - Ramdisk image required for installation onto the eMMC | ||
+ | * {{filename|ramdisk.dtb}} - Device tree blob | ||
+ | * {{filename|boot.scr}} - U-Boot script used for image installation | ||
+ | * {{filename|install.sh}} - installation script used for Automatic Installation Procedure | ||
+ | * {{filename|install.ext2}} - ext2 image containing additional scripts for Automatic Installation Procedure | ||
=== extra === | === extra === |
Revision as of 07:01, 30 April 2017
Package contents
Layout
cl-som-imx7-yocto-linux ├── development │ └── README.html ├── extra │ └── btwlink-fs-support.tar.bz2 ├── images │ └── fsl-image-gui-cl-som-imx7.rootfs.sdcard.gz ├── install │ ├── boot.scr │ ├── imx7d-cl-som-imx7.dtb │ ├── imx7d-sbc-imx7.dtb │ ├── imx7d-sbc-iot-imx7.dtb │ ├── install.ext2 │ ├── install.sh │ ├── kernel.img │ ├── ramdisk.dtb │ ├── ramdisk.img │ ├── rootfs.tar.bz2 │ └── zImage ├── kernel │ ├── dtb │ │ ├── imx7d-cl-som-imx7.dtb │ │ ├── imx7d-sbc-imx7.dtb │ │ └── imx7d-sbc-iot-imx7.dtb │ ├── modules-cl-som-imx7.tgz │ └── zImage-cl-som-imx7 ├── README.txt └── version.txt
development
Development documentation
images
- fsl-image-gui-cl-som-imx7.rootfs.sdcard.gz - SD card image that provides the full system to boot with U-Boot and Linux kernel
kernel
- zImage-cl-som-imx7 - ready to run Linux kernel version 4.1.15-cl-som-imx7 for CL-SOM-iMX7
- dtb - Device tree blobs folder
install
- zImage - ready to run Linux kernel image binary for CL-SOM-iMX7
- imx7d-cl-som-imx7.dtb - Device tree blob for CL-SOM-iMX7 SoM
- imx7d-sbc-imx7.dtb - Device tree blob for SBC-iMX7 Evaluation boards kit
- imx7d-sbc-iot-imx7.dtb - Device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices
- rootfs.tar.bz2 - Yocto Linux root file system
- kernel.img - Kernel image required for installation onto the eMMC
- ramdisk.img - Ramdisk image required for installation onto the eMMC
- ramdisk.dtb - Device tree blob
- boot.scr - U-Boot script used for image installation
- install.sh - installation script used for Automatic Installation Procedure
- install.ext2 - ext2 image containing additional scripts for Automatic Installation Procedure
extra
- btwlink-fs-support.tar.bz2 - miscellaneous utilities and firmware for WiLink8 Bluetooth support