The following commit breaks the imx8mm-lpddr4-evk board:
9e409a0
I tried to get said board boot with a recent Yocto but it always stopped right after the SPL:
U-Boot SPL 2022.10+fslc+gcbd7eb17ac+p0 (Dec 13 2022 - 00:42:37 +0000)
No pmic
SEC0: RNG instantiated
Normal Boot
WDT: Started watchdog@30280000 with servicing (60s timeout)
Trying to boot from MMC1
NOTICE: BL31: v2.6(release):automotive-13.0.0_1.1.0-0-g3c1583ba0-dirty
NOTICE: BL31: Built : 11:00:38, Nov 21 2022
First I narrowed it down to a breakage between Yocto Honister and Kirkstone.
Bitsecting brought me to commit 9e409a0. Reverting this commit makes the board
boot again.
My build configuration (KAS):
header:
version: 11
machine: imx8mm-lpddr4-evk
distro: poky
target: core-image-minimal
repos:
poky:
url: "https://git.yoctoproject.org/poky"
refspec: kirkstone
layers:
meta:
meta-poky:
meta-yocto-bsp:
meta-openembedded:
url: "git://git.openembedded.org/meta-openembedded"
refspec: kirkstone
layers:
meta-oe:
meta-freescale:
layers:
meta-freescale:
local_conf_header:
evk: |
IMX_DEFAULT_BSP = "nxp"
ACCEPT_FSL_EULA = "1"
CORE_IMAGE_EXTRA_INSTALL += "optee-os"
IMAGE_FEATURES += "empty-root-password allow-empty-password ssh-server-openssh"
DISTRO_FEATURES += "optee"
@otavio
The following commit breaks the imx8mm-lpddr4-evk board:
9e409a0
I tried to get said board boot with a recent Yocto but it always stopped right after the SPL:
First I narrowed it down to a breakage between Yocto Honister and Kirkstone.
Bitsecting brought me to commit 9e409a0. Reverting this commit makes the board
boot again.
My build configuration (KAS):
@otavio