meta-imx/meta-cockpit
Tom Hochstein 1770274736 eCockpit: imx-boot: Fix ATF selection for OP-TEE case [LF-6037]
The eCockpit image cannot boot in the OP-TEE case. The problem is that
the recipe copies the non-OP-TEE ATF files to the expected locations
for imx-mkimage, while the OP-TEE ATF files are copied to the wrong
locations.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 642de9fd64)
2023-03-17 10:35:09 -05:00
..
conf meta-imx: Set LAYERSERIES_COMPAT to langdale 2022-10-23 09:28:02 -05:00
recipes-bsp eCockpit: imx-boot: Fix ATF selection for OP-TEE case [LF-6037] 2023-03-17 10:35:09 -05:00
recipes-kernel/linux meta-imx: Convert to new override syntax 2021-10-20 15:01:20 -05:00
recipes-security/optee-os meta-cockpit: optee-os: Adapt for meta-arm rework [YOCIMX-6256] 2022-12-08 18:10:28 -06:00
README Cockpit Readme: Add uboot_config setting information 2021-08-03 11:24:38 -05:00

To add the Digital Cockpit to the Linux Yocto Project build, follow the commands below

  • Setup the machine

$ MACHINE=imx8qmmek-cockpit-mek DISTRO=fsl-imx-xwayland . ./imx-setup-release.sh -b build-cockpit

  • Hook in the meta-cockpit layer $ hook_in_layer meta-imx/meta-cockpit

Before building add the following line to the local.conf UBOOT_CONFIG = "a72 a53"

When using the new machine configuration imx8qmmek-cockpit-mek this will automation include the chnages for the kernel, arm trusted firmware, imx-boot, system controller firmware and optee into any image that is built.

For more details on integration follow the i.MX Digital Cockpit User's Guide as a reference.