[U-Boot] Variable content dump to memory

Nicolae Rosia nicolae.rosia at gmail.com
Fri Mar 25 10:12:57 CET 2016


On Thu, Mar 24, 2016 at 7:51 PM, James Chargin <jimccrown at gmail.com> wrote:
[...]
> You weren't completely specific about your needs, but assuming you are wanting to write a U-Boot environment variable to memory, try something like
>
You're right.
I'm trying to do the following:
U-Boot# setenv mytext 'This is a long text'
U-Boot# printenv mytext
mytext=This is a long text
and somehow write it to a memory address so I can use it with ext4write.

Best regards,
Nicolae


More information about the U-Boot mailing list