I made progress. I did not realize I needed 120GB to build linux!
Here is my recipe using Ubuntu 18.04.2
$ DISTRO=fsl-imx-wayland MACHINE=imx8mmevk source fsl-setup-release.sh -b build-wayland
$ bitbake fsl-image-qt5-validation-imx
$ bunzip2 -dk -f fsl-image-qt5-validation-imx-imx8mmevk.sdcard.bz2
$ sudo dd if=fsl-image-qt5-validation-imx-imx8mmevk.sdcard of=/dev/sdb bs=1M conv=fsync
There was a note that said fsl-imx-wayland and fsl-imx-fb are not supported on i.MX 8. If this applies to imx8mmevk, then should I be using fsl-imx-xwayland ?
I installed to sdcard and I am getting a reset loop over and over. Any clues how to debug this?
resetting ...
U-Boot SPL 2018.03-imx_v2018.03_4.14.98_2.0.0_ga+g87a19df5e4 (Aug 13 2019 - 22:07:34 +0000)
power_bd71837_init
DDRINFO: start lpddr4 ddr init
DRAM PHY training for 3000MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 400MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 100MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 3000MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Normal Boot
Trying to boot from MMC1
"Synchronous Abort" handler, esr 0x02000000
elr: 0000000000920000 lr : 00000000007e3fd8
x0 : 0000000000920000 x1 : 000000000000000c
x2 : 000000000000000c x3 : 0000000000000073
x4 : 0000000000000009 x5 : 0000000000000073
x6 : 00000000401ffd6f x7 : 0000000000000003
x8 : 0000000000000338 x9 : 0000000000000002
x10: 000000000091db9c x11: 00000000401ff980
x12: 0000000000000305 x13: 00000000000002f8
x14: 000000000091dbdc x15: 00000000401ff980
x16: 0000000000000000 x17: 00000000000000ff
x18: 000000000091de40 x19: 00000000007f71b0
x20: 00000000007f7150 x21: 0000000000000000
x22: 00000000007f0e70 x23: 000000000091dde0
x24: 00000000007f0e58 x25: 00000000007f7000
x26: 00000000deadbeef x27: 0000000072000000
x28: 0000000000000000 x29: 000000000091dd70
Resetting CPU ...
resetting ...
U-Boot SPL 2018.03-imx_v2018.03_4.14.98_2.0.0_ga+g87a19df5e4 (Aug 13 2019 - 22:07:34 +0000)
…
Jeff