I am trying to load bootloader on a Atmega328-pu using the breadboard with caps and crystal using Arduino example ISP. The LED lights up for program running and LED for commumcating with the chip. I have tried changing the avrdude config file like one post suggested. I am using a uno clone with mega328-pu
When I put 14 into avr config
signature = 0x1e 0x95 0x14;
result
avrdude: stk500_program_enable(): protocol error, expect=0x14, resp=0x50
avrdude: initialization failed, rc=-1
avrdude: stk500_disable(): protocol error, expect=0x14,
resp=0x51
Original file
signature = 0x1e 0x95 0x0F;
result
avrdude: stk500_program_enable(): protocol error, expect=0x14, resp=0x50
avrdude: initialization failed, rc=-1
avrdude: stk500_disable(): protocol
error, expect=0x14, resp=0x51
Don’t know what to try now.