树莓派3b安装matlab,树莓派3B安装arm64操作系统

这篇博客介绍了如何烧录Raspberry Pi的系统,包括使用SDFormatter格式化和Win32DiskImager写入镜像。系统默认设置为SSH连接,用户名和密码均为设备名。博主推荐使用清华源加速更新,并详细提供了修改Ubuntu Arm64系统源的步骤,通过sed命令直接替换源地址。此外,还提到了Ubuntu Arm64系统的烧录过程和默认配置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

pi64

烧录过程还是用SDFormatter格式化,用Win32DiskImager写入即可,没什么复杂的。

该系统自带ssh,默认host为raspberry,默认名pi,默认密码raspberry。

先用自带源update一下,把nano和apt-transport-https装上,之后换清华源:

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib non-free

# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib non-free

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-updates main contrib non-free

# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-updates main contrib non-free

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-backports main contrib non-free

# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-backports main contrib non-free

deb https://mirrors.tuna.tsinghua.edu.cn/debian-security stretch/updates main contrib non-free

# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security stretch/updates main contrib non-free

ubuntu

ubuntu官方提供了支持raspberry pi的arm64系统,地址如下https://wiki.ubuntu.com/ARM/RaspberryPi,选里面的arm64版本

烧录过程一样,这个也自带ssh,默认host为ubuntu,默认名ubuntu,默认密码ubuntu

这个换清华源直接用sed,换源前确定系统有apt-transport-https:

sudo sed -i 's/https:\/\/siteproxy.ruqli.workers.dev:443\/http\/ports.ubuntu.com/https:\/\/siteproxy.ruqli.workers.dev:443\/https\/mirror.tuna.tsinghua.edu.cn\/ubuntu-ports/g' /etc/apt/sources.list

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值