[U-Boot] imx8mq-evk boot regression

Hi,
Just tried to boot imx8mq-evk using latest U-Boot master and this is what I get:
U-Boot SPL 2020.01-rc3-00070-g9a0cbae22a (Nov 25 2019 - 13:08:24 -0300) PMIC: PFUZE100 ID=0x10 DDRINFO: start DRAM init DDRINFO:ddrphy calibration done DDRINFO: ddrmix config done Normal Boot Trying to boot from MMC2
(It hangs here)
I haven't tried to debug this yet, but just wanted to let you know in case this is a known issue.
Any ideas?
Thanks,
Fabio Estevam

Adding Patrick in case he has some suggestions.
Thanks
On Mon, Nov 25, 2019 at 1:18 PM Fabio Estevam festevam@gmail.com wrote:
Hi,
Just tried to boot imx8mq-evk using latest U-Boot master and this is what I get:
U-Boot SPL 2020.01-rc3-00070-g9a0cbae22a (Nov 25 2019 - 13:08:24 -0300) PMIC: PFUZE100 ID=0x10 DDRINFO: start DRAM init DDRINFO:ddrphy calibration done DDRINFO: ddrmix config done Normal Boot Trying to boot from MMC2
(It hangs here)
I haven't tried to debug this yet, but just wanted to let you know in case this is a known issue.
Any ideas?
Thanks,
Fabio Estevam

Hi,
maybe I can find some time tomorrow to have a look at it. One thing you can try is https://patchwork.ozlabs.org/patch/1197351/ . On my employer's product this fixes a regression introduced by commit id 9e094455495081979cd20ac730a42508717e37b5. But I think that should have hit you somewhere before the print that you are seeing, so I guess that is not it.
Thanks, Patrick
On Mon, Nov 25, 2019 at 04:03:55PM -0300, Fabio Estevam wrote:
Adding Patrick in case he has some suggestions.
Thanks
On Mon, Nov 25, 2019 at 1:18 PM Fabio Estevam festevam@gmail.com wrote:
Hi,
Just tried to boot imx8mq-evk using latest U-Boot master and this is what I get:
U-Boot SPL 2020.01-rc3-00070-g9a0cbae22a (Nov 25 2019 - 13:08:24 -0300) PMIC: PFUZE100 ID=0x10 DDRINFO: start DRAM init DDRINFO:ddrphy calibration done DDRINFO: ddrmix config done Normal Boot Trying to boot from MMC2
(It hangs here)
I haven't tried to debug this yet, but just wanted to let you know in case this is a known issue.
Any ideas?
Thanks,
Fabio Estevam

Hi Patrick,
On Mon, Nov 25, 2019 at 8:49 PM Patrick Wildt patrick@blueri.se wrote:
Hi,
maybe I can find some time tomorrow to have a look at it. One thing you can try is https://patchwork.ozlabs.org/patch/1197351/ . On my employer's product this fixes a regression introduced by commit id 9e094455495081979cd20ac730a42508717e37b5. But I think that should have hit you somewhere before the print that you are seeing, so I guess that is not it.
Thanks for the suggestion. I tested the patch, but it did not help.
Maybe Peng has any suggestions?
Thanks

On Mon, Nov 25, 2019 at 01:18:26PM -0300, Fabio Estevam wrote:
Hi,
Just tried to boot imx8mq-evk using latest U-Boot master and this is what I get:
U-Boot SPL 2020.01-rc3-00070-g9a0cbae22a (Nov 25 2019 - 13:08:24 -0300) PMIC: PFUZE100 ID=0x10 DDRINFO: start DRAM init DDRINFO:ddrphy calibration done DDRINFO: ddrmix config done Normal Boot Trying to boot from MMC2
(It hangs here)
I haven't tried to debug this yet, but just wanted to let you know in case this is a known issue.
Any ideas?
Thanks,
Hi,
just tried it here as well, and for me it gets to the U-Boot command- line, but then there it cannot access the SD card anymore. At least that's further than what you have.
U-Boot SPL 2020.01-rc3-00082-g4b19b89ca4-dirty (Nov 26 2019 - 10:05:34 +0100) PMIC: PFUZE100 ID=0x10 DDRINFO: start DRAM init DDRINFO:ddrphy calibration done DDRINFO: ddrmix config done Normal Boot Trying to boot from MMC2
U-Boot 2020.01-rc3-00082-g4b19b89ca4-dirty (Nov 26 2019 - 10:05:34 +0100)
CPU: Freescale i.MX8MQ rev2.0 at 1000 MHz Reset cause: POR Model: NXP i.MX8MQ EVK DRAM: 3 GiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 Loading Environment from MMC... unable to select a mode *** Warning - No block device, using default environment
In: serial Out: serial Err: serial Net: Warning: ethernet@30be0000 using MAC address from ROM eth0: ethernet@30be0000 Hit any key to stop autoboot: 0 u-boot=> mmc dev 0 switch to partitions #0, OK mmc0(part 0) is current device u-boot=> mmc dev 1 unable to select a mode
Thanks, Patrick
participants (2)
-
Fabio Estevam
-
Patrick Wildt