Tagged Questions
2
votes
1answer
202 views
U-Boot: read-only environment variables
In U-Boot how should we configure an environment variable during boot up that would be just read-only. IOW setenv on this variable (in the U-Boot console or pragmatically) should not be allowed.
0
votes
1answer
706 views
use fw_setenv for set U-boot's env (U-boot)
I used the source code (version:u-boot 1.2)
want to corss compiler fw_setenv .
so. I enter to uboot/uboot-1.2-dm9000/tools/env
and
arm-linux-gcc -Wall -DUSE_HOSTCC -I/include crc32.c fw_env.c ...