Hello there. I'm a beginner, so bear with me: I have an arduino duemilanove board, and am attempting the following command
avrdude -p m328p -U flash:r:"/home/mikhail/test.bin":r -P /dev/ttyUSB0 -c arduino
however I get the following error:
avrdude: stk500_recv(): programmer is not responding
i've looked about the interwebz, and this seems to be a common issue, but in this case, the board works perfectly (I can upload/whatever with the arduino ide program).
My os is arch linux (if that helps anything)
thank you!