Difference between revisions of "UCM-iMX8M-Mini: Yocto Linux: Package contents"
imported>Igor.vaisbein (→kernel) |
imported>Kirill.kapranov |
||
Line 8: | Line 8: | ||
│ └── README.html | │ └── README.html | ||
├── images | ├── images | ||
− | │ ├── | + | │ ├── ucm-imx8m-mini.manifest |
− | │ └── | + | │ ├── rootfs.tar.bz2 |
+ | │ └── ucm-imx8m-mini.sdcard.bz2 | ||
├── kernel | ├── kernel | ||
│ ├── dtb | │ ├── dtb | ||
− | + | │ │ └── ucm-imx8m-mini.dtb | |
− | |||
− | |||
− | │ │ └── ucm-imx8m-mini | ||
│ ├── Image-ucm-imx8m-mini | │ ├── Image-ucm-imx8m-mini | ||
│ └── modules-ucm-imx8m-mini.tgz | │ └── modules-ucm-imx8m-mini.tgz | ||
Line 26: | Line 24: | ||
=== images === | === images === | ||
− | * {{filename| | + | * {{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|rootfs.tar.bz2}} - Yocto Linux root file-system | ||
+ | * {{filename|ucm-imx8m-mini.sdcard.bz2}} - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto file-system | ||
=== kernel === | === kernel === | ||
Line 34: | Line 33: | ||
* {{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 | ||
− | |||
− | |||
− | |||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 17:45, 18 October 2020
Package contents
Layout
├── development │ └── README.html ├── images │ ├── ucm-imx8m-mini.manifest │ ├── rootfs.tar.bz2 │ └── ucm-imx8m-mini.sdcard.bz2 ├── kernel │ ├── dtb │ │ └── ucm-imx8m-mini.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
- rootfs.tar.bz2 - Yocto Linux root file-system
- ucm-imx8m-mini.sdcard.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