orangepi zero烧录及SSH联网

下载对应版本的armbian镜像

armbian的默认用户root,默认密码:1234

下载烧录工具win32diskimager

https://sourceforge.net/projects/win32diskimager/files/Archive/

插入16G以上TF卡,使用win32diskimager烧录armbian镜像

烧录完毕后用linux环境在TF卡根目录下建立个空的ssh空文件

armbian默认ssh服务处于关闭状态,不能直接ssh登录。建立名为ssh的空文件后,orangepi上的ssh服务打开,可以使用外部电脑网络访问。

编辑 sudo vim sshd_config

text 复制代码
# 打开
PermitRootLogin yes
PasswordAuthentication yes

orangepi联网

  • 把TF卡插到Orangepi zero上。再用网线将orangepi连接到同网络的路由器上。
  • 在电脑浏览器上登录路由器管理界面,查看有线网络连接的新设备IP地址。
  • 在电脑上ssh登录orange pi。windows上用putty客户端;linux上用ssh命令登录
sh 复制代码
ssh  root@pi_ip

默认密码 1234

  • root管理员正常登录后,设置个常用账户

更换国内源

  • 查看当前linux版本,执行cat /etc/os-release,看到bookworm
bash 复制代码
root@orangepizero:~# cat /etc/os-release
PRETTY_NAME="Armbian 25.5.0-trunk.338 bookworm"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.armbian.com"
SUPPORT_URL="https://forum.armbian.com"
BUG_REPORT_URL="https://www.armbian.com/bugs"
ARMBIAN_PRETTY_NAME="Armbian 25.5.0-trunk.338 bookworm"
  • 用电脑编辑sources.list添加国内源
text 复制代码
deb https://mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib
deb-src https://mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib
deb https://mirrors.aliyun.com/debian-security/ bookworm-security main
deb-src https://mirrors.aliyun.com/debian-security/ bookworm-security main
deb https://mirrors.aliyun.com/debian/ bookworm-updates main non-free non-free-firmware contrib
deb-src https://mirrors.aliyun.com/debian/ bookworm-updates main non-free non-free-firmware contrib
deb https://mirrors.aliyun.com/debian/ bookworm-backports main non-free non-free-firmware contrib
deb-src https://mirrors.aliyun.com/debian/ bookworm-backports main non-free non-free-firmware contrib
sh 复制代码
apt  update
apt  upgrade -y

在orangepi上执行armbian-config

  • 选择software------>desktop------>xfc4
相关推荐
凯勒姆1 小时前
6.linux文本内容显示cat,more,less
linux·运维·服务器
SailingCoder1 小时前
grafana-mcp-analyzer:基于 MCP 的轻量 AI 分析监控图表的运维神器!
运维·人工智能·typescript·node.js·grafana
资讯第一线2 小时前
Windows系统工具:WinToolsPlus 之 SQL Server 日志清理
运维
xiaomu_3472 小时前
基于Linux系统docker封装exe
linux·运维·服务器·docker
二进制的Liao2 小时前
【数据分析】什么是鲁棒性?
运维·论文阅读·算法·数学建模·性能优化·线性回归·负载均衡
π大星星️3 小时前
Jenkins 工作流程
运维·jenkins
Juicedata4 小时前
JuiceFS v1.3-Beta2:集成 Apache Ranger,实现更精细化的权限控制
运维·人工智能·ai
IT成长日记4 小时前
05【Linux经典命令】Linux 用户管理全面指南:从基础到高级操作
linux·运维·服务器·用户管理·命令
资讯第一线8 小时前
Windows系统工具:WinToolsPlus 之 SQL Server Suspect/质疑/置疑/可疑/单用户等 修复
运维
惊起白鸽4509 小时前
LVS负载均衡
运维·负载均衡·lvs