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

2019-03-22 Thread Otavio Salvador
On Fri, Mar 22, 2019 at 2:40 PM Fabio Estevam wrote: > On Fri, Mar 22, 2019 at 9:28 AM Otavio Salvador > wrote: > > 2. Flashing U-Boot into the eMMC > > > > -Run the DFU agent so we can flash the new images using dfu-util tool: > > +The default U-Boot environment expects the use of

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

2019-03-22 Thread Fabio Estevam
Hi Otavio, On Fri, Mar 22, 2019 at 9:28 AM Otavio Salvador wrote: > 2. Flashing U-Boot into the eMMC > > -Run the DFU agent so we can flash the new images using dfu-util tool: > +The default U-Boot environment expects the use of eMMC user > +partition. To ensure we are using the

[U-Boot] [PATCH] 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