Problems With Burning Bootloader On Nano Clone

avrdude: Expected signature for ATmega328P is 1E 95 0F
Double check chip, or use -F to override this check.
Failed chip erase: uploading error: exit status 1

was trying to burn new bootloader for the nano

Is it the programmer or the nano itself
"C:\Users\User\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\User\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -patmega328p -cstk500v1 -PCOM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xFF:m

avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch

     System wide configuration file is "C:\Users\User\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"

     Using Port                    : COM4
     Using Programmer              : stk500v1
     Overriding Baud Rate          : 19200
     AVR Part                      : ATmega328P
     Chip Erase delay              : 9000 us
     PAGEL                         : PD7
     BS2                           : PC2
     RESET disposition             : dedicated
     RETRY pulse                   : SCK
     serial program mode           : yes
     parallel program mode         : yes
     Timeout                       : 200
     StabDelay                     : 100
     CmdexeDelay                   : 25
     SyncLoops                     : 32
     ByteDelay                     : 0
     PollIndex                     : 3
     PollValue                     : 0x53
     Memory Detail                 :

                              Block Poll               Page                       Polled
       Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
       ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
       eeprom        65    20     4    0 no       1024    4      0  3600  3600 0xff 0xff
       flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
       lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
       hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
       efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
       lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
       calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
       signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

     Programmer Type : STK500
     Description     : Atmel STK500 Version 1.x firmware
     Hardware Version: 2
     Firmware Version: 1.18
     Topcard         : Unknown
     Vtarget         : 0.0 V
     Varef           : 0.0 V
     Oscillator      : Off
     SCK period      : 0.1 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x1e9516 (probably m328pb)
avrdude: Expected signature for ATmega328P is 1E 95 0F
Double check chip, or use -F to override this check.

avrdude done. Thank you.

Failed chip erase: uploading error: exit status 1

As you posted this in the Nano Every section of the forum: a Nano Every is not a Nano. You have the wrong board selected.

I case you posted in the wrong category by accident:
What is the chip ID that it reports? All zeroes or all FF indicates wiring mistakes between programmer and 328P processor.

ok changed to nano classic

it does not reports the chip id

Please do not show a screenshots, instead you have to copy the messages and insert it in forum as text.

To view a full compiler output go to the File - Preferences window of the IDE and check verbose output checkboxes for compilation and upload:

After that restart the IDE, try to upload again and show the output in the forum.

done

So now we know that you have a Nano with 328PB, not with 328P. Great install the Minicore board package and take it from there.

You should also use it when compiling/uploading sketches.

Why do you need to burn the bootloader?

1 Like

So Nano clones come with 328PB now? I guess they must be cheaper than 328P at the moment for some reason.

I am a fan of MiniCore but have only used it on standalone 328P/PU, not on a Nano. Are there any "gotchas" to be aware of if you do that?

1.wont upload sketches
2.corrupted bootloader

Not really

Not really what?

i mean there will bbe no consequences if you get this oard with this chip

Sorry, I would have directed my query to @sterretje

I do not know. I just know that Nanos with 328PB do exist.

2 Likes

already burnt the bootloader

Which one?

Why did you start a new topic here: Avrdude stk500_recv() error: programmer is not responding avrdude stk500_getsync() warning: attempt 1 of 10: not in sync: resp=0x00

1 Like

A post was split to a new topic: Code uploads to Nano but does not run

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.