不小心把uboot的启动参数搞成了这个样子:
MINI6410 # printenv
bootcmd=nand read.i c0008000 80000 500000;bootm c0008000
bootdelay=3
baudrate=115200
ethaddr=08:90:90:90:90:90
ipaddr=192.168.1.230
serverip=192.168.1.88
gatewayip=192.168.1.1
netmask=255.255.255.0
bootargs=printenv
stdin=serial
stdout=serial
stderr=serial
如何恢复到原来的默认值呢? 然后默认参数是什么样的,哪位分享下呗,谢谢