Re: [U-Boot] [PATCH] pico-imx6ul: Fix eMMC boot after DM_MMC conversion

2019-03-31 Thread Stefano Babic
Hi Fabio, On 30/03/19 21:59, Fabio Estevam wrote: > Hi Stefano, > > On Thu, Mar 21, 2019 at 10:59 AM Fabio Estevam wrote: >> >> After the DM_MMC conversion the following eMMC boot error is observed: >> >> U-Boot SPL 2019.04-rc4 (Mar 20 2019 - 18:53:28 +) >> Trying to boot from MMC1 >> MMC De

Re: [U-Boot] [PATCH] pico-imx6ul: Fix eMMC boot after DM_MMC conversion

2019-03-30 Thread Fabio Estevam
Hi Stefano, On Thu, Mar 21, 2019 at 10:59 AM Fabio Estevam wrote: > > After the DM_MMC conversion the following eMMC boot error is observed: > > U-Boot SPL 2019.04-rc4 (Mar 20 2019 - 18:53:28 +) > Trying to boot from MMC1 > MMC Device 0 not found > spl: could not find mmc device 0. error: -19

Re: [U-Boot] [PATCH] pico-imx6ul: Fix eMMC boot after DM_MMC conversion

2019-03-27 Thread Lukasz Majewski
Hi Fabio, > Hi Lukasz, > > On Wed, Mar 27, 2019 at 6:23 AM Lukasz Majewski wrote: > > > This seems like a temporary solution - the u-boot proper is > > converted to use DM_MMC, but the pinmux setup code is moved to SPL > > instead. > > > > The proper solution would be to add support for pinmux

Re: [U-Boot] [PATCH] pico-imx6ul: Fix eMMC boot after DM_MMC conversion

2019-03-27 Thread Fabio Estevam
Hi Lukasz, On Wed, Mar 27, 2019 at 6:23 AM Lukasz Majewski wrote: > This seems like a temporary solution - the u-boot proper is converted > to use DM_MMC, but the pinmux setup code is moved to SPL instead. > > The proper solution would be to add support for pinmux in SPL and > setup those pins t

Re: [U-Boot] [PATCH] pico-imx6ul: Fix eMMC boot after DM_MMC conversion

2019-03-27 Thread Lukasz Majewski
Hi Fabio, > After the DM_MMC conversion the following eMMC boot error is observed: > > U-Boot SPL 2019.04-rc4 (Mar 20 2019 - 18:53:28 +) > Trying to boot from MMC1 > MMC Device 0 not found > spl: could not find mmc device 0. error: -19 > SPL: failed to boot from all boot devices > ### ERROR #

[U-Boot] [PATCH] pico-imx6ul: Fix eMMC boot after DM_MMC conversion

2019-03-21 Thread Fabio Estevam
After the DM_MMC conversion the following eMMC boot error is observed: U-Boot SPL 2019.04-rc4 (Mar 20 2019 - 18:53:28 +) Trying to boot from MMC1 MMC Device 0 not found spl: could not find mmc device 0. error: -19 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board #