Difference between revisions of "UCM-iMX8M-Plus: Yocto Linux: Package contents"
imported>Igor.vaisbein (→Layout) |
|||
Line 5: | Line 5: | ||
=== Layout === | === Layout === | ||
<pre> | <pre> | ||
+ | ucm-imx8m-plus_yocto-linux | ||
+ | ├── bootloader | ||
+ | │ └── imx-boot-ucm-imx8m-plus-sd.bin-flash_evk | ||
├── development | ├── development | ||
− | + | │ └── README.html | |
├── images | ├── images | ||
− | + | │ ├── imx-image-full-ucm-imx8m-plus.manifest | |
− | + | │ └── imx-image-full-ucm-imx8m-plus.rootfs.wic.bz2 | |
├── kernel | ├── kernel | ||
− | + | │ ├── dtb | |
− | + | │ │ ├── ucm-imx8m-plus.dtb | |
− | + | │ │ ├── ucm-imx8m-plus-hdmi.dtb | |
− | + | │ │ ├── ucm-imx8m-plus-ldo4.dtb | |
− | + | │ │ ├── ucm-imx8m-plus-lvds.dtb | |
− | + | │ │ ├── ucm-imx8m-plus_mipi-csi1.dtb | |
− | + | │ │ ├── ucm-imx8m-plus_mipi-csi2.dtb | |
+ | │ │ ├── ucm-imx8m-plus-mipi.dtb | ||
+ | │ │ ├── ucm-imx8m-plus-rpmsg.dtb | ||
+ | │ │ ├── ucm-imx8m-plus-thermal.dtb | ||
+ | │ │ └── ucm-imx8m-plus-usbdev.dtb | ||
+ | │ ├── Image-ucm-imx8m-plus | ||
+ | │ └── modules-ucm-imx8m-plus.tgz | ||
└── version.txt | └── version.txt | ||
</pre> | </pre> | ||
Line 26: | Line 35: | ||
=== images === | === images === | ||
* {{filename|imx-image-full-ucm-imx8m-plus.rootfs.wic.bz2}} - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto file-system | * {{filename|imx-image-full-ucm-imx8m-plus.rootfs.wic.bz2}} - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto file-system | ||
− | * {{filename|imx-image-full-ucm-imx8m-plus.rootfs. | + | * {{filename|imx-image-full-ucm-imx8m-plus.rootfs.manifest}} - rootfs image manifest |
=== kernel === | === kernel === | ||
Line 32: | Line 41: | ||
* {{filename|modules-ucm-imx8m-plus.tgz}} - a modules archive, that match the Linux kernel | * {{filename|modules-ucm-imx8m-plus.tgz}} - a modules archive, that match the Linux kernel | ||
* {{filename|dtb}} - Device tree blobs folder | * {{filename|dtb}} - Device tree blobs folder | ||
− | ** | + | ** [[UCM-iMX8M-Plus:_Yocto_Linux:_How-To_Guide#Device_Tree|List of device tree files]] |
− | |||
− | |||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Yocto]] | [[Category:Yocto]] | ||
[[Category:UCM-iMX8M-Plus]] | [[Category:UCM-iMX8M-Plus]] |
Revision as of 15:18, 9 May 2022
Package contents
Layout
ucm-imx8m-plus_yocto-linux ├── bootloader │ └── imx-boot-ucm-imx8m-plus-sd.bin-flash_evk ├── development │ └── README.html ├── images │ ├── imx-image-full-ucm-imx8m-plus.manifest │ └── imx-image-full-ucm-imx8m-plus.rootfs.wic.bz2 ├── kernel │ ├── dtb │ │ ├── ucm-imx8m-plus.dtb │ │ ├── ucm-imx8m-plus-hdmi.dtb │ │ ├── ucm-imx8m-plus-ldo4.dtb │ │ ├── ucm-imx8m-plus-lvds.dtb │ │ ├── ucm-imx8m-plus_mipi-csi1.dtb │ │ ├── ucm-imx8m-plus_mipi-csi2.dtb │ │ ├── ucm-imx8m-plus-mipi.dtb │ │ ├── ucm-imx8m-plus-rpmsg.dtb │ │ ├── ucm-imx8m-plus-thermal.dtb │ │ └── ucm-imx8m-plus-usbdev.dtb │ ├── Image-ucm-imx8m-plus │ └── modules-ucm-imx8m-plus.tgz └── version.txt
development
Development documentation
images
- imx-image-full-ucm-imx8m-plus.rootfs.wic.bz2 - SD card image that provides the full system to boot with U-Boot, Linux kernel and Yocto file-system
- imx-image-full-ucm-imx8m-plus.rootfs.manifest - rootfs image manifest
kernel
- Image-ucm-imx8m-plus - ready to run Linux kernel for UCM-iMX8M-Plus
- modules-ucm-imx8m-plus.tgz - a modules archive, that match the Linux kernel
- dtb - Device tree blobs folder