
25 Mar
2016
25 Mar
'16
10:12 a.m.
On Thu, Mar 24, 2016 at 7:51 PM, James Chargin jimccrown@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