minipov programming problem

MiniPOV4 and previous versions

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
virtualeb
 
Posts: 7
Joined: Wed Feb 17, 2010 10:59 am

minipov programming problem

Post by virtualeb »

Hi I am having a problem programmining my minipov
I am using a usb to 232 converter.

After my first attempt at programming I tried setting the delay to 3000.
After that things got worse.
To me it looks like it almost worked?!

here is a listing of my results:


C:\minipovfirmware>make program-minipov
avrdude -p attiny2313 -P com4 -c dasa -U flash:w:minipov.hex

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 1.17s

avrdude: Device signature = 0x008000
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed

To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: AVR device not responding
avrdude: reading input file "minipov.hex"
avrdude: input file minipov.hex auto detected as Intel Hex
avrdude: writing flash (310 bytes):

Writing | ################################################## | 100% 131.80s

avrdude: 310 bytes of flash written
avrdude: verifying flash memory against minipov.hex:
avrdude: load data flash data from input file minipov.hex:
avrdude: input file minipov.hex auto detected as Intel Hex
avrdude: input file minipov.hex contains 310 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 126.00s

avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
0x12 != 0x00
avrdude: verification error; content mismatch

avrdude: safemode: Fuses OK

avrdude done. Thank you.

make: *** [program-minipov] Error 1

C:\minipovfirmware>make program-minipov
avrdude -p attiny2313 -P com4 -c dasa -U flash:w:minipov.hex

make: *** [program-minipov] Interrupt

C:\minipovfirmware>make program-minipov
avrdude -p attiny2313 -P com4 -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

C:\minipovfirmware>make program-minipov
avrdude -p attiny2313 -P com4 -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

User avatar
virtualeb
 
Posts: 7
Joined: Wed Feb 17, 2010 10:59 am

Re: minipov programming problem

Post by virtualeb »

Never Mind. I replaced the batteries and it now works. :lol:

Locked
Please be positive and constructive with your questions and comments.

Return to “MiniPOV”