-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationnew boxResearch Fills in the BlanksResearch Fills in the BlankssupportThis need is supportedThis need is supported
Description
1,魔百盒B860AV-2.1M,SoC为S905L3B,原装固件不支持U盘启动,需要先刷一个安卓9.0的固件,我随便找了一个S905L3B的固件,刷机后,安卓无法启动到桌面系统,但支持u盘启动,无所谓了
2,下载armbian Armbian_23.08.0_amlogic_s905l3b_bullseye_5.15.123_server_2023.08.01.img.gz,试过6.x的版本都无法启动
3,将armbian镜像写入U盘
4,U盘插入盒子,开机,在开机过程中不断按回车键,以中断uboot,在uboot命令行运行
run update
执行后,uboot会重启,并从u盘启动系统,之后,每次上电都会自动从U盘启动armbian
5,armbian启动后,实测有线网络工作正常,但无线网络没有驱动(wifi为MT7688)
串口输出:
Armbian 23.08.0-trunk Bullseye ttyAML0
armbian login: root
Password:
_ _ ____ ___ ___ ____ _ _____ _
/ \ _ __ ___ | | / ___|/ _ \ / _ \| ___|| |___ /| |__
/ _ \ | '_ ` _ \| |____\___ \ (_) | | | |___ \| | |_ \| '_ \
/ ___ \| | | | | | |_____|__) \__, | |_| |___) | |___) | |_) |
/_/ \_\_| |_| |_|_| |____/ /_/ \___/|____/|_|____/|_.__/
Welcome to Armbian 23.08.0-trunk Bullseye with Linux 5.15.123-ophub
System load: 55% Up time: 1 min
Memory usage: 14% of 803M IP: 192.168.35.86
CPU temp: 57掳C Usage of /: 37% of 3.3G
storage/: 52% of 252M
RX today: n/a
Last login: Tue Aug 1 12:48:49 CST 2023 on tty1
root@armbian:~# ip route del default
Error: any valid prefix is expected rather than "default".
root@armbian:~# ip routedel default
Object "routedel" is unknown, try "ip help".
串口console有点问题,输入命令时,有时会带入一些多余的非法字符,比如上面我输入ip route del default
却会变成ip route del de fault,导致经常需要重输命令
已经确认串口的物理连接是正常的,因为在uboot与安卓系统下都是正常的,只是在armbian下有这个问题
请问大佬,这个会是什么原因引起的,怎么解决?
谢谢!
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationnew boxResearch Fills in the BlanksResearch Fills in the BlankssupportThis need is supportedThis need is supported