[U-Boot] [PATCH v2] warp: Add a README file

Fabio Estevam festevam at gmail.com
Mon Mar 2 18:53:01 CET 2015


Hi Otavio,

On Mon, Mar 2, 2015 at 2:36 PM, Otavio Salvador <otavio at ossystems.com.br> wrote:
>> +Use the default environment variables:
>> +
>> +=> env default -f -a
>> +=> save
>
> Isn't the new binary overwriting it?

Let's say we are not using DFU and we want to flash u-boot.imx in the
SD card of mx6qsabresd, for example. In this case, we simply do:

dd if=u-boot.imx of=/dev/mmcblk0 bs=1k seek=1

and the new u-boot.imx is flashed in the SD card, and the env vars are
not touched.

Same happens with DFU, so that's why I include the ' env default -f
-a' in the instructions.

Not sure if I understand the issue you are trying to describe.


More information about the U-Boot mailing list