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

From Compulab Mediawiki
Jump to: navigation, search
imported>Kirill.kapranov
(images)
 
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
=== Layout ===
 
=== Layout ===
 
<pre>
 
<pre>
ucm-imx8m-mini-yocto-linux/
+
ucm-imx8m-mini_yocto-linux
 
├── development
 
├── development
│   └── README.html
+
│  └── README.html
 
├── images
 
├── images
│   ├── image-ucm-imx8m-mini.sdcard.bz2
+
│  ├── ucm-imx8m-mini.manifest
│   └── rootfs.tar.bz2
+
│  └── ucm-imx8m-mini.wic.bz2
 
├── kernel
 
├── kernel
│   ├── dtb
+
│  ├── dtb
│   │   └── ucm-imx8m-mini.dtb
+
│  │  ├── ucm-imx8m-mini.dtb
│   ├── Image-ucm-imx8m-mini
+
│  │  └── ucm-imx8m-mini-thermal.dtb
│   └── modules-ucm-imx8m-mini.tgz
+
│  ├── Image-ucm-imx8m-mini
 +
│  └── modules-ucm-imx8m-mini.tgz
 
├── README.txt
 
├── README.txt
 
└── version.txt
 
└── version.txt
Line 24: Line 25:
  
 
=== images ===
 
=== images ===
* {{filename|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
+
* {{filename|ucm-imx8m-mini.mainfest}} - Manifest provides an actual version info for all component of the build
* {{filename|rootfs.tar.bz2}} - Yocto Linux root file-system
+
* {{filename|ucm-imx8m-mini.wic.bz2}} - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto file-system
  
 
=== 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-thermal.dtb}} - special device tree blob for lab tests only
  
 
[[Category:Linux]]
 
[[Category:Linux]]

Latest revision as of 09:34, 25 November 2021

Package contents

Layout

ucm-imx8m-mini_yocto-linux
├── development
│   └── README.html
├── images
│   ├── ucm-imx8m-mini.manifest
│   └── ucm-imx8m-mini.wic.bz2
├── kernel
│   ├── dtb
│   │   ├── ucm-imx8m-mini.dtb
│   │   └── ucm-imx8m-mini-thermal.dtb
│   ├── Image-ucm-imx8m-mini
│   └── modules-ucm-imx8m-mini.tgz
├── README.txt
└── version.txt

development

Development documentation

images

  • ucm-imx8m-mini.mainfest - Manifest provides an actual version info for all component of the build
  • ucm-imx8m-mini.wic.bz2 - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto 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-thermal.dtb - special device tree blob for lab tests only