Hi All.
I have just finished building minipov3 project and I was trying to use avrdude to record my program.
The problem is even if I set avrdude to use a serial programmer, it look for a parallel port. This is the error:
guilherme@coreidea17:~/Downloads/minipovfirmware$ sudo avrdude -p 2313 -c dasa
/dev/parport0: tcgetattr: Invalid argument
ioctl("TIOCMGET"): Invalid argument
avrdude done. Thank you.
parport?? shouldn't be ttyS0???
Also if a try to record the program to my at90s2313-10p the error is||:
guilherme@coreidea17:~/Downloads/minipovfirmware$ sudo make program-minipov
avrdude -p 2313 -P /dev/ttyS0 -c dasa -U flash:w:minipov.hex
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
make: *** [program-minipov] Error 1
Does anyone ever been through this before?
Also I found a path for this, but I dunno how to apply this path.
http://www.mail-archive.com/avrdude-dev ... 01546.html
Does anyone could gimme a hand on that?
Thanks!


