Are you sure about this? The text is physically printed on the chip (Not some dodgy Dymo label). When I select Arduino Nano > ATMega168 and burn bootloader I get the following response:
avrdude error: expected signature for ATmega168 is 1E 94 06
double check chip or use -F to override this check
Error while burning bootloader.
When attempting to burn the bootloader with Nano > ATMega328p [AKA new bootloader], the following error occurs:
***failed;
avrdude warning: ignoring mismatch in unused bits of lock
(device 0xff != input 0x3f); to prevent this warning set
unused bits to 1 when writing (double check with datasheet)
avrdude error: address 0x8010 out of range at line 33 of /usr/share/arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega328.hex
avrdude error: read from file /usr/share/arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega328.hex failed
Error while burning bootloader.
When attempting to burn bootloader with Nano > ATMega328p (Old Bootloader), the following error occurs:
***failed;
avrdude warning: ignoring mismatch in unused bits of lock
(device 0xff != input 0x3f); to prevent this warning set
unused bits to 1 when writing (double check with datasheet)
avrdude error: address 0x8010 out of range at line 33 of /usr/share/arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega328.hex
avrdude error: read from file /usr/share/arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega328.hex failed
Error while burning bootloader.
Then when attempting to upload code (With the capacitor now removed), the following error occurs with Nano > ATMega168 selected:
Sketch uses 1848 bytes (12%) of program storage space. Maximum is 14336 bytes.
Global variables use 188 bytes (18%) of dynamic memory, leaving 836 bytes for local variables. Maximum is 1024 bytes.
avrdude warning: attempt 1 of 10: not in sync: resp=0x15
avrdude error: programmer is not responding
avrdude warning: attempt 2 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 3 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 4 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 5 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 6 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 7 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 8 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 9 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 10 of 10: not in sync: resp=0x00
avrdude error: unable to open programmer arduino on port /dev/ttyUSB0
avrdude error: unable to open programmer arduino on port /dev/ttyUSB0
When attempting to upload code with Nano > ATMega328 [AKA new bootloader], the following error occurs:
Build options changed, rebuilding all
Sketch uses 1848 bytes (6%) of program storage space. Maximum is 30720 bytes.
Global variables use 188 bytes (9%) of dynamic memory, leaving 1860 bytes for local variables. Maximum is 2048 bytes.
avrdude error: programmer is not responding
avrdude warning: attempt 1 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 2 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 3 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 4 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 5 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 6 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 7 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 8 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 9 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 10 of 10: not in sync: resp=0x00
avrdude error: unable to open programmer arduino on port /dev/ttyUSB0
avrdude error: unable to open programmer arduino on port /dev/ttyUSB0
But when uploading code with Nano > ATMega328p (Old Bootloader) selected, it uploads correctly.