pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition

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 <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2019-03-22 09:25:35 -03:00
parent 79fa7f3336
commit 76594fb45d
2 changed files with 16 additions and 2 deletions

View File

@ -50,7 +50,14 @@ Use the default environment variables:
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, run the DFU agent so we can flash the new images using dfu-util
tool:
=> dfu 0 mmc 0

View File

@ -51,7 +51,14 @@ Use the default environment variables:
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, run the DFU agent so we can flash the new images using dfu-util
tool:
=> dfu 0 mmc 0