Template:Yocto uboot splash mx8mp: Difference between revisions
From Variscite Wiki
No edit summary |
|||
Line 10: | Line 10: | ||
Using NXP's patches, Variscite provides the following reference patches which can be applied on top of U-Boot: | Using NXP's patches, Variscite provides the following reference patches which can be applied on top of U-Boot: | ||
* [https:// | * [https://raw.githubusercontent.com/varigit/meta-variscite-bsp-imx/refs/heads/{{#var:META_VARISCITE_BRANCH}}/recipes-bsp/u-boot/u-boot-variscite/imx8mp-var-dart/0001-Add-i.MX8MP-LVDS-support-in-uboot.patch 0001-Add-i.MX8MP-LVDS-support-in-uboot.patch] | ||
* [https:// | * [https://raw.githubusercontent.com/varigit/meta-variscite-bsp-imx/refs/heads/{{#var:META_VARISCITE_BRANCH}}/recipes-bsp/u-boot/u-boot-variscite/imx8mp-var-dart/0002-imx8mp_var_dart-Add-support-for-LVDS.patch 0002-imx8mp_var_dart-Add-support-for-LVDS.patch] | ||
=== Patching U-Boot with Yocto === | === Patching U-Boot with Yocto === | ||
Line 17: | Line 17: | ||
These patches can be applied to U-Boot by appending [https://github.com/varigit/meta-variscite-bsp-imx/blob/scarthgap_6.6.23-2.0.0_var01/recipes-bsp/u-boot/u-boot-variscite.bb u-boot-variscite.bb] or creating u-boot-variscite.bbappend in your own Yocto layer: | These patches can be applied to U-Boot by appending [https://github.com/varigit/meta-variscite-bsp-imx/blob/scarthgap_6.6.23-2.0.0_var01/recipes-bsp/u-boot/u-boot-variscite.bb u-boot-variscite.bb] or creating u-boot-variscite.bbappend in your own Yocto layer: | ||
SRC_URI | SRC_URI:append:imx8mp-var-dart = " \ | ||
file://0001-Add-i.MX8MP-LVDS-support-in-uboot.patch \ | |||
file://0002-imx8mp_var_dart-Add-support-for-LVDS.patch \ | |||
" | " | ||
Or, they can be applied directly to your U-Boot tree: | |||
$ cd uboot-imx | |||
$ git am 0001-Add-i.MX8MP-LVDS-support-in-uboot.patch 0002-imx8mp_var_dart-Add-support-for-LVDS.patch | |||
</includeonly> | </includeonly> |