All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition
Date: Fri, 22 Mar 2019 14:39:50 -0300	[thread overview]
Message-ID: <CAOMZO5DHz8YCXqYMMfJ5MbEhBdH=X2ccMoJ0Xv0yCWPwZ9wg6A@mail.gmail.com> (raw)
In-Reply-To: <20190322122835.5699-1-otavio@ossystems.com.br>

Hi Otavio,

On Fri, Mar 22, 2019 at 9:28 AM Otavio Salvador <otavio@ossystems.com.br> 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 proper eMMC partition for boot,
> +please run:
> +
> +=> mmc partconf 0 0 0 0
> +
> +Next, un the DFU agent so we can flash the new images using dfu-util

Typo: it should be "run" instead of "un"

I tested the instructions and it did not work for me. After I ran
these steps I still got the old U-Boot on the eMMC.

The procedure that worked here is:

=> dfu 0 mmc 0
Flash SPL
=> dfu 0 mmc 0
Flash U-Boot proper

=> mmc partconf 0 0 0 0
=> saveenv

  reply	other threads:[~2019-03-22 17:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22 12:28 [U-Boot] [PATCH] pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition Otavio Salvador
2019-03-22 17:39 ` Fabio Estevam [this message]
2019-03-22 17:59   ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOMZO5DHz8YCXqYMMfJ5MbEhBdH=X2ccMoJ0Xv0yCWPwZ9wg6A@mail.gmail.com' \
    --to=festevam@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.