This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

saveenv 不起作用

Other Parts Discussed in Thread: AM3358

    芯片为AM3358,带了一块nand。系统调试没有问题,可以在nand中正常运行。但是在uboot阶段,利用saveenv命令无法将环境变量保存到nand中。例如

setenv ipaddr 10.0.0.10

saveenv

断电重启后,发现并没有保存到nand中。

请问怎么修改,谢谢