Difference between revisions of "CL-SOM-iMX7: Yocto Linux: Package contents"
(→Package contents) |
imported>Uri.mashiach |
||
(2 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
=== Layout === | === Layout === | ||
<pre> | <pre> | ||
+ | cl-som-imx7-yocto-linux/ | ||
├── development | ├── development | ||
│ └── README.html | │ └── README.html | ||
− | |||
− | |||
├── images | ├── images | ||
− | │ | + | │ ├── cl-som-imx7-image-qt5.sdcard.bz2 |
+ | │ └── rootfs.tar.bz2 | ||
├── kernel | ├── kernel | ||
│ ├── dtb | │ ├── dtb | ||
│ │ ├── imx7d-cl-som-imx7.dtb | │ │ ├── imx7d-cl-som-imx7.dtb | ||
│ │ ├── imx7d-sbc-imx7.dtb | │ │ ├── imx7d-sbc-imx7.dtb | ||
− | │ │ └── imx7d-sbc-iot-imx7.dtb | + | │ │ ├── imx7d-sbc-imx7-lvds.dtb |
+ | │ │ ├── imx7d-sbc-imx7-m4.dtb | ||
+ | │ │ ├── imx7d-sbc-iot-imx7.dtb | ||
+ | │ │ ├── imx7d-sbc-iot-imx7-can.dtb | ||
+ | │ │ └── imx7d-sbc-iot-imx7-rs485-hdx.dtb | ||
│ ├── 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 26: | Line 30: | ||
=== images === | === images === | ||
− | * {{filename| | + | * {{filename|cl-som-imx7-image-qt5.sdcard.bz2}} - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto file-system |
+ | * {{filename|rootfs.tar.bz2}} - Yocto Linux root file-system | ||
=== kernel === | === kernel === | ||
− | * {{filename|zImage-cl-som-imx7}} - ready to run Linux kernel version 4.1. | + | * {{filename|zImage-cl-som-imx7}} - ready to run Linux kernel version 4.9.11-cl-som-imx7-5.1 for CL-SOM-iMX7 |
+ | * {{filename|modules-cl-som-imx7.tgz}} - a modules archive, that matches the ready to run Linux kernel ({{filename|zImage-cl-som-imx7}}) for CL-SOM-iMX7 | ||
* {{filename|dtb}} - Device tree blobs folder | * {{filename|dtb}} - Device tree blobs folder | ||
− | + | * {{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 board kit | |
− | * {{filename| | + | * {{filename|imx7d-sbc-imx7-lvds.dtb}} - device tree blob for SBC-iMX7 evaluation board kit with LVDS support |
− | + | * {{filename|imx7d-sbc-imx7-m4.dtb}} - device tree blob for SBC-iMX7 evaluation board kit with Cortex-M4 core support | |
− | + | * {{filename|imx7d-sbc-iot-imx7.dtb}} - device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices | |
− | * {{filename| | + | * {{filename|imx7d-sbc-iot-imx7-can.dtb}} - device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices with CAN bus support |
− | + | * {{filename|imx7d-sbc-iot-imx7-rs485-hdx.dtb}} - device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices with RS485 half duplex support | |
[[Category:Linux]] | [[Category:Linux]] | ||
Line 44: | Line 50: | ||
[[Category:IOT-GATE-iMX7]] | [[Category:IOT-GATE-iMX7]] | ||
[[Category:SBC-IOT-iMX7]] | [[Category:SBC-IOT-iMX7]] | ||
+ | [[Category:UCM-iMX7]] |
Latest revision as of 14:16, 16 January 2019
Package contents
Layout
cl-som-imx7-yocto-linux/ ├── development │ └── README.html ├── images │ ├── cl-som-imx7-image-qt5.sdcard.bz2 │ └── rootfs.tar.bz2 ├── kernel │ ├── dtb │ │ ├── imx7d-cl-som-imx7.dtb │ │ ├── imx7d-sbc-imx7.dtb │ │ ├── imx7d-sbc-imx7-lvds.dtb │ │ ├── imx7d-sbc-imx7-m4.dtb │ │ ├── imx7d-sbc-iot-imx7.dtb │ │ ├── imx7d-sbc-iot-imx7-can.dtb │ │ └── imx7d-sbc-iot-imx7-rs485-hdx.dtb │ ├── modules-cl-som-imx7.tgz │ └── zImage-cl-som-imx7 ├── README.txt └── version.txt
development
Development documentation
images
- cl-som-imx7-image-qt5.sdcard.bz2 - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto file-system
- rootfs.tar.bz2 - Yocto Linux root file-system
kernel
- zImage-cl-som-imx7 - ready to run Linux kernel version 4.9.11-cl-som-imx7-5.1 for CL-SOM-iMX7
- modules-cl-som-imx7.tgz - a modules archive, that matches the ready to run Linux kernel (zImage-cl-som-imx7) for CL-SOM-iMX7
- dtb - Device tree blobs folder
- imx7d-cl-som-imx7.dtb - device tree blob for CL-SOM-iMX7 SoM
- imx7d-sbc-imx7.dtb - device tree blob for SBC-iMX7 evaluation board kit
- imx7d-sbc-imx7-lvds.dtb - device tree blob for SBC-iMX7 evaluation board kit with LVDS support
- imx7d-sbc-imx7-m4.dtb - device tree blob for SBC-iMX7 evaluation board kit with Cortex-M4 core support
- imx7d-sbc-iot-imx7.dtb - device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices
- imx7d-sbc-iot-imx7-can.dtb - device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices with CAN bus support
- imx7d-sbc-iot-imx7-rs485-hdx.dtb - device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices with RS485 half duplex support