avrdude: ser_open(): can't open device “/dev/ttyACM0”: Device or resource busy

后端 未结 8 1255
粉色の甜心
粉色の甜心 2020-12-29 07:59

I am Linux Mint user.I am dealing with Arduino Yun.I am compiling Arduino program.After that I am uploading to Arduino Yun.Then I get these error.Can you help me?

8条回答
  •  孤城傲影
    2020-12-29 08:57

    Make sure your USB cable is plugged firmly. Mine stopped working all of a suddenly because of this. The "/dev/ttyACM0 not found" message happens because the device doesn't get created unless the device is plugged in.

提交回复
热议问题