手把手教你树莓派4B刷入TinyPilot KVM

一、官方地址:

Github  TinyPilot

二、需要准备的硬件:

三、刷入树莓派包

  1. 底包:Raspberry Pi OS Bullseye (32-bit)
  2. 工具:Raspberry Pi Imager
  3. 我用的是【raspios_armhf-2023-05-03
  4. 刷的时候记得顺道把wifi、用户名、密码、SSH都配好

四、启用root账号

sudo passwd root
Enter new UNIX password:   #输入第一遍密码
Retype new UNIX password:  #输入第二遍密码

五、修改pip源

默认python3及python3-venv环境应该都有,顺手把pip源改成国内的(以清华源为例)

# 1、修改
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

# 2、注释:把里面的https://www.piwheels.org/simple注释掉
nano /etc/pip.conf

六、安装TinyPilot 

curl \
  --silent \
  --show-error \
  https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/get-tinypilot.sh | \
    bash - && \
  sudo reboot

七、访问

方式一:http://树莓派的ip地址

例:http://192.168.0.2

方式二:http://树莓派的主机名称

例:http://raspberrypi/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值