嵌入式设备,Linux 版本 2.6.26.5,U-Boot 2009.03 引导加载程序。 NAND 闪存上的 ARM Linux 内核映像,从 NAND 加载。
如何以 root 用户身份访问文件系统并重置 root 密码?是否可以single
通过 U-boot 参数向 Linux 内核提供启动参数(单用户模式)来实现这一点?或者通过init=/bin/bash
在启动参数末尾添加参数。bootargs
和bootcmd
环境变量的输出:
Kernel command line: console=ttyS1,115200n8 rootfstype=squashfs noalign half_image=0 verify=y Hw_Model=RZU017 Router_Mode=0
答案1
该板的正确命令是:
setenv bootargs ${bootargs} single init=/bin/sh
(没有安装bash)