Skip to content

Integrate meta-guf-distro/imx8m-plus-fng-install

Commit: https://gitlab.com/garz-fricke/yocto/layers/meta-guf-distro/-/commit/22932c8d31af474f8350dac32a5fc096395055f3

fng-install:u-boot:mx8mp: Adapt start of bootloader based on soc_id and partition

The mx8m plus soc expects the bootloader to start at offset 0 on the mmcblk0boot0 partition but on offset 32 at the mmcblk0 partition. Default was an offset of 33 for processors supported until now. This patch selects the correct offset.

Also fixes the selection of the boot partition accoring to partition scheme. The installation on mmcblk0boot0 didn't worked correctly before.

Merge request reports

Loading