**

错误原因:

Arduino:1.8.7 (Linux), 开发板:“Arduino/Genuino Uno”
项目使用了 930 字节,占用了 (2%) 程序存储空间。最大为 32256 字节。
全局变量使用了9字节,(0%)的动态内存,余留2039字节局部变量。最大为2048字节。
avrdude: ser_open(): can’t open device “/dev/ttyACM0”: No such file or directory
上传出错。查看http://www.arduino.cc/en/Guide/Troubleshooting#upload 获取建议。

Ubuntu中安装arduino1.87下载失败问题

解决方法:

首先查看所用串口号:点击工具,然后查看端口
Ubuntu中安装arduino1.87下载失败问题

得到端口号之后,打开终端输入:

sudo chmod 777 /dev/ttyACM0

然后在重新下载烧录就可以了。

相关文章:

  • 2021-04-23
  • 2022-12-23
  • 2021-11-08
  • 2021-06-01
  • 2021-08-11
  • 2021-11-16
  • 2021-04-01
  • 2021-11-27
猜你喜欢
  • 2021-11-23
  • 2021-07-06
  • 2022-02-08
  • 2021-12-09
  • 2021-09-05
  • 2021-08-10
  • 2022-12-23
相关资源
相似解决方案