https://www.htlinux.com/168/
avrdude: stk500_recv(): programmer is not responding
In Debian squeeze and Ubuntu you may get an error like this while trying to upload your program…..To fix this error
First install arduino software with all its dependencies from the package manager
Next, we’ll get a compatible (2.2pre2-3 or newer) version of librxrt-java to allow Java to handle the I/O (rx/rt);
you can check the files at this link
http://ftp.debian.org/debian/pool/main/r/rxtx/
Now download the file
Now add yourself to the ‘dialout’ group:
1
|
sudo
adduser
`
whoami
`
dialout
|