From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Wildt Date: Tue, 26 Nov 2019 10:21:58 +0100 Subject: [U-Boot] imx8mq-evk boot regression In-Reply-To: References: Message-ID: <20191126092158.GA607@jump> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 at 30be0000 using MAC address from ROM eth0: ethernet at 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