[Above, I typed the key 4 but bootloader menu misinterpret it to 0]如果我引导linux,那么在linux提示下,我经常会遇到这个问题例如:日志如下:
+----------------------------------------------------------Uncompressing Linux......................................
我希望将一个u-boot环境变量作为其他环境变量的函数进行计算。我的想法是创建一个模板,然后对其求值,但变量永远不会被替换:setenv b "2"setenv eval_c "setenv c '\${c_tpl}'"run eval_cprintenv输出:b=2c_tpl=${a} ${b}
eval_c=set