x shell 新建会话 改名 nanopi(自己随便取 看个人喜好

在左侧找到 serial 点击 使用你接在电脑上的那个串口 波特率用 115200

nanopi--基础配置

配置静态ip:

nanopi--基础配置

nanopi--基础配置

命令是 :vi /etc/network/interfaces

allow-hotplug eth0
iface eth0 inet static   #static表示使用固定ip,dhcp表述使用动态ip
address 192.168.1.90   #设置ip地址 大家把ip发群里不要一样
netmask 255.255.255.0  #设置子网掩码
gateway 192.168.1.1    #设置网关
dns-nameservers 8.8.8.8  #8.8.8.8就是一台位于美国的DNS服务器地址 是谷歌的公共DNS服务器地址

 

最后离开的时候记得关机

nanopi--基础配置

相关文章:

  • 2021-06-30
  • 2021-12-05
  • 2021-10-10
  • 2021-10-12
  • 2022-01-08
  • 2021-08-02
  • 2021-10-28
  • 2021-08-18
猜你喜欢
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2021-10-08
  • 2021-04-03
  • 2021-11-15
相关资源
相似解决方案