Difference between revisions of "UCM-iMX8M-Plus: Yocto Linux: Package contents"
Line 7: | Line 7: | ||
ucm-imx8m-plus_yocto-linux | ucm-imx8m-plus_yocto-linux | ||
├── bootloader | ├── bootloader | ||
− | + | │ ├── imx-boot_ucm-imx8m-plus_d1d8 | |
+ | │ └── imx-boot_ucm-imx8m-plus_d2d4 | ||
├── 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-headless.dtb | |
− | + | │ │ ├── ucm-imx8m-plus-ldo4.dtb | |
− | + | │ │ ├── ucm-imx8m-plus-lvds.dtb | |
− | + | │ │ ├── ucm-imx8m-plus_mipi-csi1-ar0234.dtb | |
− | + | │ │ ├── ucm-imx8m-plus_mipi-csi1-ar0521.dtb | |
− | + | │ │ ├── ucm-imx8m-plus_mipi-csi1-ar1335-mcu.dtb | |
− | + | │ │ ├── ucm-imx8m-plus_mipi-csi1.dtb | |
− | + | │ │ ├── ucm-imx8m-plus_mipi-csi2.dtb | |
− | + | │ │ ├── ucm-imx8m-plus-mipi.dtb | |
− | + | │ │ ├── ucm-imx8m-plus_mipi-dual.dtb | |
+ | │ │ ├── ucm-imx8m-plus-nopcie.dtb | ||
+ | │ │ ├── ucm-imx8m-plus-rpmsg.dtb | ||
+ | │ │ ├── ucm-imx8m-plus-usbdev.dtb | ||
+ | │ │ └── ucm-imx8m-plus-wm8731.dtb | ||
+ | │ ├── Image-ucm-imx8m-plus | ||
+ | │ └── modules-ucm-imx8m-plus.tgz | ||
└── version.txt | └── version.txt | ||
</pre> | </pre> | ||
Line 42: | Line 49: | ||
* {{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]] | ** [[UCM-iMX8M-Plus:_Yocto_Linux:_How-To_Guide#Device_Tree|List of device tree files]] | ||
+ | |||
+ | === bootloader === | ||
+ | * {{filename|imx-boot_ucm-imx8m-plus_d1d8}} - UCM-iMX8M-Plus U-Boot firmware for D1/D8 DRAM size product options | ||
+ | * {{filename|imx-boot_ucm-imx8m-plus_d2d4}} - UCM-iMX8M-Plus U-Boot firmware for D2/D4 DRAM size product options | ||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Yocto]] | [[Category:Yocto]] | ||
[[Category:UCM-iMX8M-Plus]] | [[Category:UCM-iMX8M-Plus]] |
Latest revision as of 11:22, 23 February 2023
Package contents
Layout
ucm-imx8m-plus_yocto-linux ├── bootloader │ ├── imx-boot_ucm-imx8m-plus_d1d8 │ └── imx-boot_ucm-imx8m-plus_d2d4 ├── 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-headless.dtb │ │ ├── ucm-imx8m-plus-ldo4.dtb │ │ ├── ucm-imx8m-plus-lvds.dtb │ │ ├── ucm-imx8m-plus_mipi-csi1-ar0234.dtb │ │ ├── ucm-imx8m-plus_mipi-csi1-ar0521.dtb │ │ ├── ucm-imx8m-plus_mipi-csi1-ar1335-mcu.dtb │ │ ├── ucm-imx8m-plus_mipi-csi1.dtb │ │ ├── ucm-imx8m-plus_mipi-csi2.dtb │ │ ├── ucm-imx8m-plus-mipi.dtb │ │ ├── ucm-imx8m-plus_mipi-dual.dtb │ │ ├── ucm-imx8m-plus-nopcie.dtb │ │ ├── ucm-imx8m-plus-rpmsg.dtb │ │ ├── ucm-imx8m-plus-usbdev.dtb │ │ └── ucm-imx8m-plus-wm8731.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
bootloader
- imx-boot_ucm-imx8m-plus_d1d8 - UCM-iMX8M-Plus U-Boot firmware for D1/D8 DRAM size product options
- imx-boot_ucm-imx8m-plus_d2d4 - UCM-iMX8M-Plus U-Boot firmware for D2/D4 DRAM size product options