Difference between revisions of "UCM-iMX8M-Mini: Yocto Linux: Package contents"
Line 6: | Line 6: | ||
<pre> | <pre> | ||
ucm-imx8m-mini_yocto-linux | ucm-imx8m-mini_yocto-linux | ||
+ | ├── bootloader | ||
+ | │ └── imx-boot-tagged | ||
├── development | ├── development | ||
− | + | │ └── README.html | |
├── images | ├── images | ||
− | + | │ ├── ucm-imx8m-mini.manifest | |
− | + | │ └── ucm-imx8m-mini.wic.zst | |
├── kernel | ├── kernel | ||
− | + | │ ├── dtb | |
− | + | │ │ ├── ucm-imx8m-mini.dtb | |
− | + | │ │ ├── ucm-imx8m-mini-rev1.4.dtb | |
− | + | │ │ └── ucm-imx8m-mini-thermal.dtb | |
− | + | │ ├── Image-ucm-imx8m-mini | |
+ | │ └── modules-ucm-imx8m-mini.tgz | ||
├── README.txt | ├── README.txt | ||
└── version.txt | └── version.txt | ||
</pre> | </pre> | ||
+ | === bootloader === | ||
+ | Boot loader | ||
=== development === | === development === | ||
Development documentation | Development documentation | ||
Line 26: | Line 31: | ||
=== images === | === images === | ||
* {{filename|ucm-imx8m-mini.mainfest}} - Manifest provides an actual version info for all component of the build | * {{filename|ucm-imx8m-mini.mainfest}} - Manifest provides an actual version info for all component of the build | ||
− | * {{filename|ucm-imx8m-mini.wic. | + | * {{filename|ucm-imx8m-mini.wic.zst}} - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto file-system |
=== kernel === | === kernel === | ||
Line 33: | Line 38: | ||
* {{filename|dtb}} - Device tree blobs folder | * {{filename|dtb}} - Device tree blobs folder | ||
** {{filename|ucm-imx8m-mini.dtb}} - default 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 | + | ** {{filename|ucm-imx8m-mini-rev1.4.dtb}} - device tree blob for UCM-iMX8M-Mini (PCB rev 1.4) 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 14:37, 19 November 2024
Package contents
Layout
ucm-imx8m-mini_yocto-linux ├── bootloader │ └── imx-boot-tagged ├── development │ └── README.html ├── images │ ├── ucm-imx8m-mini.manifest │ └── ucm-imx8m-mini.wic.zst ├── kernel │ ├── dtb │ │ ├── ucm-imx8m-mini.dtb │ │ ├── ucm-imx8m-mini-rev1.4.dtb │ │ └── ucm-imx8m-mini-thermal.dtb │ ├── Image-ucm-imx8m-mini │ └── modules-ucm-imx8m-mini.tgz ├── README.txt └── version.txt
bootloader
Boot loader
development
Development documentation
images
- ucm-imx8m-mini.mainfest - Manifest provides an actual version info for all component of the build
- ucm-imx8m-mini.wic.zst - 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-rev1.4.dtb - device tree blob for UCM-iMX8M-Mini (PCB rev 1.4) evaluation board kit
- ucm-imx8m-mini-thermal.dtb - special device tree blob for lab tests only