Hi,
Can I modify the u-boot configuration after booting into the Linux? I don't want to do that by entering into the u-boot setting prompt to do this.
Thanks...
Hank
Solved! Go to Solution.
Hi Huazhi,
Even I also referred the same link which u provided in above query. For getting the "fw_setenv", do the following steps.
In uboot:
1) give 'env' (optional parameter) in uboot and compile it
2) this will generate the 'fw_printenv' in the U-Boot directory tools/env
3) Copy the fw_env.config file too.
3) follow the next steps from the "U-boot environment variables in linux link"
Please let me know any additional details you want for fw_printenv and fw_setenv.
Best regards
Ajith P V
Yes. It's not easy. We want to make some kind of updating program here, which requires us to change the booting parameters sometimes.
Hi,
Do you want to change environment variable or bootloader binary itself? Please specify.
Hi, I just want to change the environment variables.