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
已解决! 转到解答。
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