I'm trying to burn bootloader to a Atmega168p chip but just get errors .I'm using the Arduino ISP code in examples . It worked fine for the Atmega328p, burned bootloader to four chips with no problem . With the 168p I get the error message : Expected signature for Atmega328p is 1E 95 0F . Can I change this signature in the code ? Thanks for any help . Gee
Hi @gee,
I have no personal experience, but Google turned up an old discussion thread that contains suggestions that may be helpful.
https://forum.arduino.cc/t/bootloading-atmega168p-for-arduino/19703/17
Note, that it dates back to 2010, so it may not work, but perhaps it will be a useful start. If you do not succeed with this thread, then perhaps a more thorough Google search would turn up something.
Good luck and best wishes, Dave
@davee Thanks Dave for the pointers . When I resolve the issue I will share my results with the group . Gee