Changes

How to modify the uboot environment from userspace

13 bytes removed, 19:16, 12 October 2010
no edit summary
In order to modify the uboot environment variables from userspace we will need a program called fw_setenv, we can compile this program ourselves from the u-boot sources, follow the instructions in this wiki page and then proceed to compile with (don't modify the .h file as it says in the tools/env/README file):
<code> make env </code>
This will give us fw_printenv, in order to get fw_setenv we just have to change the name of the file. Magic!!
0
edits