Search found 2 matches

by aqin
2025-09-13 4:45
Forum: Luckfox Pico-RV1103/RV1106
Topic: 在buildroot config中设置密码不生效 | Setting a password in buildroot config does not take effect
Replies: 3
Views: 815

Re: 在buildroot config中设置密码不生效 | Setting a password in buildroot config does not take effect


您好,密码修改请参考https://forums.luckfox.com/viewtopic.php?p=1742&hilit=passwd#p1742,rv1106使用的uclibc 交叉编译工具的crypto功能有问题,不能直接使用buildroot 设置来修改密码


感谢您的回复,不过我并没有找到您链接中提到的:
Thanks for your reply! However, I couldn’t locate the file you mentioned:
<Luckfox-Pico SDK>/sysdrv/tools/board/buildroot/shadow ...
by aqin
2025-08-27 6:10
Forum: Luckfox Pico-RV1103/RV1106
Topic: 在buildroot config中设置密码不生效 | Setting a password in buildroot config does not take effect
Replies: 3
Views: 815

在buildroot config中设置密码不生效 | Setting a password in buildroot config does not take effect

我想更改buildroot的默认密码,但是当我使用"./build.sh buildrootconfig"命令打开buildroot的menuconfig,更改位于System configuration -> Root password,但是重新编译之后还是旧的密码luckfox,但是我编辑的其他选项生效了,例如(handy) System hostname和(Welcome to Handy Linux)System banner,只有密码还是原来的。以下是完整的buildroot defconfig

I want to change the default password of ...