Re: [U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-04-04 Thread Fabio Estevam
Hi Otavio, On Thu, Apr 4, 2019 at 9:41 AM Otavio Salvador wrote: > It is really weird and it always work for us here. Vanessa and > Richard, could you give it a try? Once the board is "unlocked" your instructions work fine. Try "locking" it first and then try your instructions again.

Re: [U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-04-04 Thread Otavio Salvador
On Wed, Apr 3, 2019 at 9:22 PM Fabio Estevam wrote: > On Wed, Apr 3, 2019 at 3:45 PM Otavio Salvador > wrote: > > On Fri, Mar 22, 2019 at 2:53 PM Otavio Salvador > > wrote: > > > The default U-Boot environment expects the use of eMMC user > > > partition. To ensure we are using the proper eMMC

Re: [U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-04-04 Thread Stefano Babic
Hi Otavio, Fabio, On 04/04/19 02:22, Fabio Estevam wrote: > Hi Otavio, > > On Wed, Apr 3, 2019 at 3:45 PM Otavio Salvador > wrote: >> >> Stefano, >> >> On Fri, Mar 22, 2019 at 2:53 PM Otavio Salvador >> wrote: >>> The default U-Boot environment expects the use of eMMC user >>> partition. To

Re: [U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-04-03 Thread Fabio Estevam
Hi Otavio, On Wed, Apr 3, 2019 at 3:45 PM Otavio Salvador wrote: > > Stefano, > > On Fri, Mar 22, 2019 at 2:53 PM Otavio Salvador > wrote: > > The default U-Boot environment expects the use of eMMC user > > partition. To ensure we are using the proper eMMC partition for boot > > we need to run

Re: [U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-04-03 Thread Otavio Salvador
Stefano, On Fri, Mar 22, 2019 at 2:53 PM Otavio Salvador wrote: > The default U-Boot environment expects the use of eMMC user > partition. To ensure we are using the proper eMMC partition for boot > we need to run the `mmc partconf` command. > > This patch updates the README instructions to

Re: [U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-03-22 Thread Marek Vasut
On 3/22/19 7:42 PM, Otavio Salvador wrote: > On Fri, Mar 22, 2019 at 3:17 PM Fabio Estevam wrote: >> On Fri, Mar 22, 2019 at 3:09 PM Otavio Salvador >> wrote: 2. The '=> mmc partconf 0 0 0 0' command needs to be issued after the last dfu command, not before like you did in this patch.

Re: [U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-03-22 Thread Otavio Salvador
On Fri, Mar 22, 2019 at 3:17 PM Fabio Estevam wrote: > On Fri, Mar 22, 2019 at 3:09 PM Otavio Salvador > wrote: > > > 2. The '=> mmc partconf 0 0 0 0' command needs to be issued after the > > > last dfu command, not before like you did in this patch. > > > > Read above. > > > > I wonder why it

Re: [U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-03-22 Thread Fabio Estevam
On Fri, Mar 22, 2019 at 3:09 PM Otavio Salvador wrote: > > Hello Fabio, > > Adding Marek as he is one of USB gods. > > On Fri, Mar 22, 2019 at 3:01 PM Fabio Estevam wrote: > > On Fri, Mar 22, 2019 at 2:53 PM Otavio Salvador > > wrote: > > So you need to fix the README in two points: > > > > 1.

Re: [U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-03-22 Thread Otavio Salvador
Hello Fabio, Adding Marek as he is one of USB gods. On Fri, Mar 22, 2019 at 3:01 PM Fabio Estevam wrote: > On Fri, Mar 22, 2019 at 2:53 PM Otavio Salvador > wrote: > So you need to fix the README in two points: > > 1. The command "=> dfu 0 mmc 0" must be issued twice: one for the SPL > and

Re: [U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-03-22 Thread Fabio Estevam
On Fri, Mar 22, 2019 at 2:53 PM Otavio Salvador wrote: > > The default U-Boot environment expects the use of eMMC user > partition. To ensure we are using the proper eMMC partition for boot > we need to run the `mmc partconf` command. > > This patch updates the README instructions to avoid users

[U-Boot] [PATCH v2] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

2019-03-22 Thread Otavio Salvador
The default U-Boot environment expects the use of eMMC user partition. To ensure we are using the proper eMMC partition for boot we need to run the `mmc partconf` command. This patch updates the README instructions to avoid users to follow misleading instructions. Signed-off-by: Otavio Salvador