小白教程N1-armbian5.62及以上写入eMMC,使用armbian-config安装OpenMediaVault等..

本文是的作者是恩山 MaxGo 原文链接:https://www.right.com.cn/forum/thread-342558-1-1.html
转载过来的原因是给自己留个备份,以防什么时候再被河蟹了。
因 N1(s9xxx) armbian 5.62及以上版本更改了写入eMMC方式,所以让使用armbian-config安装OpenMediaVault变为可能。
微云镜像 https://share.weiyun.com/5TVHe3N

写入eMMC方法参考 https://www.right.com.cn/forum/thread-335609-1-1.html

N1(s9xxx) armbian 5.62 写入eMMC与以前版本有两处不同

英文原帖

第一,dtb读取方式变更。下载 armbian 5.62 镜像写入U盘后,修改uEnv.ini,将meson-gxl-s905x-khadas-vim.dtb替换成N1对应的meson-gxl-s905d-p230.dtb即可,无需再改名为dtb.img。

当然,这里依然建议使用 yangxuan8282 修改版(微云镜像有提供)。可解决传输大文件掉线、系统负载始终2.0的bug。
如遇问题,请这里反馈 https://www.right.com.cn/forum/thread-341841-1-1.html

(可选)使用方法为复制meson-gxl-s905d-phicomm-n1.dtb到dtb目录下,修改uEnv.ini,将meson-gxl-s905x-khadas-vim.dtb替换成meson-gxl-s905d-phicomm-n1.dtb

第二,U盘启动系统完成初步设置后,只需执行

1
/root/install.sh

就可以将系统写入eMMC了,至此,系统安装完毕。

以上为使用PuTTY远程登陆,初始化并写入eMMC过程。

下面开始安装软件OpenMediaVault

断电,拔U盘,从eMMc启动N1

登陆后,首先建议修改为国内源(可选项)

————————–以下为可选
运行

1
nano /etc/apt/sources.list

修改

1
2
3
4
5
6
7
8
9
10
11
deb http://httpredir.debian.org/debian stretch main contrib non-free
#deb-src http://httpredir.debian.org/debian stretch main contrib non-free

deb http://httpredir.debian.org/debian stretch-updates main contrib non-free
#deb-src http://httpredir.debian.org/debian stretch-updates main contrib non-free

deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
#deb-src http://httpredir.debian.org/debian stretch-backports main contrib non-free

deb http://security.debian.org/ stretch/updates main contrib non-free
#deb-src http://security.debian.org/ stretch/updates main contrib non-free

改为

1
2
3
4
5
6
7
8
9
10
11
12
13
14
truedeb https://mirrors.ustc.edu.cn/debian stretch main contrib non-free
true#deb-src http://httpredir.debian.org/debian stretch main contrib non-free
true
truedeb https://mirrors.ustc.edu.cn/debian stretch-updates main contrib non-free
true#deb-src http://httpredir.debian.org/debian stretch-updates main contrib non-free
true
truedeb https://mirrors.ustc.edu.cn/debian stretch-backports main contrib non-free
true#deb-src http://httpredir.debian.org/debian stretch-backports main contrib non-free
true
truedeb https://mirrors.ustc.edu.cn/debian-security/ stretch/updates main contrib non-free
true#deb-src http://security.debian.org/ stretch/updates main contrib non-free

ctrl+o 回车保存
ctrl+x 退出

——————————–以上为可选

接着运行 (可选手动安装,参见https://www.right.com.cn/forum/thread-342164-1-1.html)

1
armbian-config

此时会出来可视化界面

选择Software,回车确认

接着选择Softy,回车确认

最后选择OMV,空格勾选,回车确认开始安装

然后,按tab键,选择OK,回车确认

最后等OMV程序自动安装完成,

依次选择Exit、Cancel,返回命令行

至此OMV安装完毕,正常的话,浏览器输入N1 ip或http://aml/ ,会看到OpenMediaVault登陆界面

此时使用默认用户名:admin 默认密码:openmediavault ,登陆即可

armbian-config可视化操作里面有许多快捷的系统设置,
比如说基本的时间设置、网络设置,Wi-Fi设置,设置热点、安装桌面和远程、安装热门的第三方软件(诸如Nextcloud、Plex、OpenMediaVault、Pi-hole、Transmission、Docker等热门软件)

例如给N1设置一个固定IP只需

1
2
3
4
5
6
命令行输入 armbian-config
选 network
选 eth0
选 ip
选 static
然后按需求填写即可。

Wi-Fi设置命令行输入 armbian-config
选 network
选 eth0
选 WiFi
找到对应WiFi信号回车
输入密码选OK
如果第一次没连上,可以多尝试几次

-------------���Ľ�����л�����Ķ�-------------
0%