AVR-Doper [Rototron] programming problem
Posted: Sat Jun 02, 2007 11:58 am
I have build the modified AVR-Doper programmer described on http://www.rototron.info/?Page=USBAVR/USBAVR.ASPX , and am now having problems with programming.
I am trying to program an ATmega8, similar to the one in the programmer, and get the the following output:
Here is also the output from 'dmesg' after plugging in the programmer:
Seems alright? Or does the status -75 indicate a problem?
I have also checked some voltage levels, and they appear (to me) ok. The led on the programmer also flashes when issuing the programming command.
Does the error message when trying to program indicate a problem with the programmer itself, or with the connection of the chip to be programmed?
I would be very grateful for any help on how to proceed tracking down this problem!
I am trying to program an ATmega8, similar to the one in the programmer, and get the the following output:
Code: Select all
# avrdude -c stk500v2 -P avrdoper -p atmega8 -e -U flash:w:main.hex:i
avrdude: stk500v2_command(): command failed
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
Here is also the output from 'dmesg' after plugging in the programmer:
Code: Select all
usb 2-2: new low speed USB device using uhci_hcd and address 9
usb 2-2: configuration #1 chosen from 1 choice
drivers/usb/input/hid-core.c: ctrl urb status -75 received
hiddev0: USB HID v1.01 Device [obdev.at AVR-Doper] on usb-0000:00:1d.1-2
Seems alright? Or does the status -75 indicate a problem?
I have also checked some voltage levels, and they appear (to me) ok. The led on the programmer also flashes when issuing the programming command.
Does the error message when trying to program indicate a problem with the programmer itself, or with the connection of the chip to be programmed?
I would be very grateful for any help on how to proceed tracking down this problem!