ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.45k stars 1.74k forks source link

U盘启动root密码不正确 #599

Closed jason-i-vv closed 1 year ago

jason-i-vv commented 1 year ago

Before You Open ISSUE, Make Sure You have Read Armbian Firmware Instructions and Documentation

Describe the bug 下载了Armbian_22.11.0_Aml_s905x3_bullseye_5.15.71_server_2022.09.29.img.gz, 写入U盘之后,额外做了以下操作:

cp u-boot-s905x2-s922.bin u-boot.ext

cd extlinux
mv extlinux.conf.bak extlinux.conf

之后启动TX3之后,到达登录命令行,安装root/1234无法登录, 请问默认的root密码是什么呢?

ophub commented 1 year ago

1234

ophub commented 1 year ago

使用tx3,你在哪学习的教程,要做你的这一系列操作呢?

jason-i-vv commented 1 year ago

因为直接刷进去的镜像在Tx3引导的时候,没有反应,所以参考了我之前刷机的经验,改了其中的一些文件

ophub commented 1 year ago

tx3不使用extlinux.conf.bak 也不使用u-boot-s905x2-s922.bin 所以这2个错误操作会无法启动,不这么操作,使用s905x3的固件默认启动即可。

jason-i-vv commented 1 year ago

好的,我再尝试下,多谢