1. 首先确认波特率设置正确,为115200
  2. 向microSD卡中烧录树莓派官方的镜像后,先不要急着把它插入树莓派中。
  3. 在电脑上打开microSD卡,按如下方式修改config.txt和cmdline.txt这两个文件,
  4. 在config.txt文件中附加
    dtoverlay=pi3-miniuart-bt
    

    把cmdline.txt中的内容换成

    dwc_otg.lpm_enable=0 console=tty1 console=serial0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait                   
  5. enjoy it!

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2021-09-22
  • 2021-12-12
  • 2021-08-29
  • 2021-11-19
猜你喜欢
  • 2022-02-08
  • 2021-11-20
  • 2022-12-23
  • 2021-12-10
  • 2021-11-19
  • 2021-06-02
  • 2022-02-09
相关资源
相似解决方案