Difference between revisions of "UCM-iMX8M-Mini: Yocto Linux: Package contents"

From Compulab Mediawiki
Jump to: navigation, search
imported>Kirill.kapranov
(images)
 
imported>Igor.vaisbein
(kernel)
Line 5: Line 5:
 
=== Layout ===
 
=== Layout ===
 
<pre>
 
<pre>
ucm-imx8m-mini-yocto-linux/
 
 
├── development
 
├── development
 
│   └── README.html
 
│   └── README.html
Line 13: Line 12:
 
├── kernel
 
├── kernel
 
│   ├── dtb
 
│   ├── dtb
│   │   └── ucm-imx8m-mini.dtb
+
│   │   ├── ucm-imx8m-mini-dsi2.dtb
 +
│   │   ├── ucm-imx8m-mini.dtb
 +
│   │   ├── ucm-imx8m-mini-lvds.dtb
 +
│   │   └── ucm-imx8m-mini-m4.dtb
 
│   ├── Image-ucm-imx8m-mini
 
│   ├── Image-ucm-imx8m-mini
 
│   └── modules-ucm-imx8m-mini.tgz
 
│   └── modules-ucm-imx8m-mini.tgz
Line 28: Line 30:
  
 
=== kernel ===
 
=== kernel ===
* {{filename|Image-ucm-imx8m-mini}} - ready to run Linux kernel version 4.14.78+g66620c3d281c for UCM-iMX8M-Mini
+
* {{filename|Image-ucm-imx8m-mini}} - ready to run Linux kernel for UCM-iMX8M-Mini
* {{filename|modules-ucm-imx8m-mini.tgz}} - a modules archive, that match the ready to run Linux kernel ({{filename|Image-ucm-imx8m-mini}}) for UCM-iMX8M-Mini
+
* {{filename|modules-ucm-imx8m-mini.tgz}} - a modules archive, that match the Linux kernel
 
* {{filename|dtb}} - Device tree blobs folder
 
* {{filename|dtb}} - Device tree blobs folder
** {{filename|ucm-imx8m-mini.dtb}} - device tree blob for UCM-iMX8M-Mini evaluation board kit
+
** {{filename|ucm-imx8m-mini.dtb}} - default device tree blob for UCM-iMX8M-Mini evaluation board kit
 +
** {{filename|ucm-imx8m-mini-dsi2.dtb}} - device tree blob with support for 2-lane MIPI-DSI interface
 +
** {{filename|ucm-imx8m-mini-lvds.dtb}} - device tree blob with support for LVDS interface
 +
** {{filename|ucm-imx8m-mini-m4.dtb}} - device tree blob for Cortex-M4 FreeRTOS demos
  
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 14:44, 17 November 2019

Package contents

Layout

├── development
│   └── README.html
├── images
│   ├── image-ucm-imx8m-mini.sdcard.bz2
│   └── rootfs.tar.bz2
├── kernel
│   ├── dtb
│   │   ├── ucm-imx8m-mini-dsi2.dtb
│   │   ├── ucm-imx8m-mini.dtb
│   │   ├── ucm-imx8m-mini-lvds.dtb
│   │   └── ucm-imx8m-mini-m4.dtb
│   ├── Image-ucm-imx8m-mini
│   └── modules-ucm-imx8m-mini.tgz
├── README.txt
└── version.txt

development

Development documentation

images

  • image-ucm-imx8m-mini.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

  • Image-ucm-imx8m-mini - ready to run Linux kernel for UCM-iMX8M-Mini
  • modules-ucm-imx8m-mini.tgz - a modules archive, that match the Linux kernel
  • dtb - Device tree blobs folder
    • ucm-imx8m-mini.dtb - default device tree blob for UCM-iMX8M-Mini evaluation board kit
    • ucm-imx8m-mini-dsi2.dtb - device tree blob with support for 2-lane MIPI-DSI interface
    • ucm-imx8m-mini-lvds.dtb - device tree blob with support for LVDS interface
    • ucm-imx8m-mini-m4.dtb - device tree blob for Cortex-M4 FreeRTOS demos