参考 https://github.com/ophub/amlogic-s9xxx-armbian/issues/1473 镜像的代号。armbian有2个系列,一个是ubuntu系列的,一个是debian系列的。 ubuntu系列有2个,jammy是2022年发布的,lunar是2023年发布的。 debian系列有2个,bullseye是202…
参考:https://blog.5625.cn/index.php/archives/51/ 版本:Armbian_25.08.0_rockchip_wxy-oect_bookworm_6.12.40_server_2025.08.01 找到 netplan 配置文件 ls /etc/netplan/ sudo cp /etc/netplan/&l…
安装 1.安装atv6 安装切换卡载系统 选择新司机 出现弹窗申请root权限,选择永久授权。盒子会自动重启,进入u盘上的ubuntu系统 2.安装armbian5.7 用rufus之类软件刷入Armbian_5.77_Aml-s905_Ubuntu_bionic_default_5.0.2_20190401.img这个镜像。 u盘镜像写好以后,用…
安装 apt install samba 命令 systemctl restart smbd systemctl status smbd systemctl enable smbd https://blog.csdn.net/iduzy/article/details/121710923 sam.conf配置 vi /etc/samba/smb.c…
服务器端 [common] bind_port = 7000 token = XX-需要保存一致 #web vhost_http_port = 8081 客户端 [common] server_addr = 公网ip server_port = 7000 token = XX-需要保存一致 [ssh] type = tcp local_ip = 1…
参考:https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/README.cn.md 安装 Armbian 到 EMMC armbian-install 305 ext4 更新 Armbian 内核 # 使用 root 用户运行 (sudo -i) # 如果不指定参数,将更新为最新版本。 …