Difference between revisions of "CL-SOM-iMX7: Yocto Linux: Package contents"

From Compulab Mediawiki
Jump to: navigation, search
(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
├── extra
 
│   └── btwlink-fs-support.tar.bz2
 
 
├── images
 
├── images
│   └── fsl-image-gui-cl-som-imx7.rootfs.sdcard.gz
+
│   ├── 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
└── rootfs
+
├── README.txt
    └── fsl-image-gui-cl-som-imx7-rootfs.tar.bz2
+
└── version.txt
 
</pre>
 
</pre>
  
Line 26: Line 30:
  
 
=== images ===
 
=== images ===
* {{filename|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
+
* {{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.15-cl-som-imx7 for CL-SOM-iMX7
+
* {{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
=== rootfs ===
+
* {{filename|imx7d-sbc-imx7.dtb}} - device tree blob for SBC-iMX7 evaluation board kit
* {{filename|fsl-image-gui-cl-som-imx7-rootfs.tar.bz2}} - rootfs tar ball for deployment onto any (including NFS) storage or further customization
+
* {{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
=== extra ===
+
* {{filename|imx7d-sbc-iot-imx7.dtb}} - device tree blob for IOT-GATE-iMX7 and SBC-IOT-iMX7 devices
* {{filename|btwlink-fs-support.tar.bz2}} - miscellaneous utilities and firmware for WiLink8 Bluetooth support
+
* {{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