Hi everyone this is what happened i fried my avr 328p i got a new one with know bootloader so i made a parallel programmer to upload the bootloader arduino ide gives me this error
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
avrdude: Yikes! Invalid device signature.
avrdude: Expected signature for ATMEGA328P is 1E 95 0F
avrdude: AVR device not responding
***failed;
avrdude: verification error, first mismatch at byte 0x0000
0x05 != 0x07
avrdude: verification error; content mismatch
then i used ponyprog to burn a hex it worked
then used avrdude from cmd and it worked to but when i try to uploaded a sketch from arduino ide using com3 it does not work
so now i don't what to use the bootloader because i can not get it to work so i wont to upload sketchs from arduino ide using my parallel programmer i found a post on this site showing how to setup every thing up but when i try to upload a sketch i get
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
avrdude: Yikes! Invalid device signature.
avrdude: Expected signature for ATMEGA328P is 1E 95 0F
avrdude: AVR device not responding
avrdude: verification error, first mismatch at byte 0x0000
0x0c != 0xff
avrdude: verification error; content mismatch
here is my preferences.txt
update.id=-2058853089427288874
target=arduino
export.application.platform.windows=true
preproc.save_build_files=false
preproc.substitute_floats=true
run.options=
run.display=1
editor.divider.size=2
serial.port=COM1
preproc.enhanced_casting=true
editor.divider.size.windows=2
editor.font=Monospaced,plain,12
console.auto_clear=true
console.output.file=stdout.txt
last.sketch.count=0
export.application.platform=true
default.window.height=600
export.application.stop=true
serial.parity=N
serial.databits=8
board=atmega328
preproc.output_parse_tree=false
editor.external=false
editor.indent=true
last.screen.height=1024
upload.using=parallel
run.present.bgcolor=#666666
preproc.web_colors=true
editor.tabs.expand=true
run.present.stop.color=#cccccc
parallel.protocol=pony-stk200
preproc.color_datatype=true
last.screen.width=1280
export.application.platform.linux=true
export.application.platform.macosx=true
editor.antialias=false
export.applet.separate_jar_files=false
editor.tabs.size=2
console.error.file=stderr.txt
preproc.substitute_unicode=true
console=true
run.present.exclusive.macosx=true
console.lines=4
run.options.memory.maximum=256
browser.linux=mozilla
preproc.imports=java.applet,java.awt,java.awt.image,java.awt.event,java.io,java.net,java.text,java.util,java.util.zip,java.util.regex
update.check=true
last.sketch0.path=C:\Documents and Settings\Administrator\Desktop\Blink_hex\Blink_hex.pde
run.window.bgcolor=#D4D0C8
sketchbook.path=C:\Documents and Settings\Administrator\My Documents\Arduino
last.sketch0.location=440,262,500,600,427
update.last=1293065346146
export.delete_target_folder=true
platform.auto_file_type_associations=true
default.window.width=500
editor.caret.blink=true
serial.stopbits=1
serial.debug_rate=9600
run.options.memory.initial=64
run.options.memory=false
editor.invalid=false
editor.font.macosx=Monaco,plain,10
export.application.fullscreen=false
console.length=500
run.present.exclusive=false
#############################################
Can someone help me i need to know why the bootloader does not work and how can i just use the parallel programmer i just need to get my arduino working thanks
![]()