参考网址:

CM4 Burn EMMC - Waveshare Wiki

步骤

  • 安装 rpiboot 软件
  • 将 BOOT开关拨至ON
  • 打开 rpiboot软件,会出现如下,说明已经连接上树莓派

CM4 Burn EMMC 5.png

1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
ethernets:
eth0:
dhcp4: false
addresses: [192.168.8.110/24]
eth1:
dhcp4: false
addresses: [192.168.8.111/24]
wifis:
wlan0:
access-points:
HUAWEI_PTY:
password: pty123456787
dhcp4: true
1
2
3
4
5
ssh_pwauth: true
chpasswd:
expire: false
list:
- ubuntu:ubuntu
  • USB2.0 默认是关闭的,如需打开需要在config.txt中添加 dtoverlay=dwc2,dr_mode=host
  • 将 BOOT开关拨至OFF,连接显示屏查看ip
  • 使用sudo systemctl enable sshsudo systemctl start ssh启动ssh
  • 通过ssh ubuntu@192.168.8.110连接树莓派