Atmega328p on the my Arduino Nano was burned. I've an Atmega168PA and decided to replace 328 with 168. Anyway, I've soldered it on the board and tried to load bootloader in 168PA.
First, I used an USBasp programmer with Arduno IDE. My setting was:
Board: Arduino Nano
Processor: Atmega 168
Programmer USBasp.
When I want to load bootloader I've received an error message that the processor is not Atmega168.(signature difference of 168P and 168PA)
I've tried same process to use another nano as a ISP. But no success.
How can I load bootloader in a ATmega168PA?
Regards.