Closed zaffresky closed 3 years ago
Hi!
The first thing you should do is to upen the IDE settings and turn on verbose upload. This makes the Avrdude output much richer and thus easier to figure out what's actually going on.
Are you able to burn the bootloader in the first place? You need a dedicated programmer such as the USBasp or Arduino as ISP. The output you posted looks to me like a "regular" upload where the USB to serial adapter can't communicate with the microcontroller.
So please connect an ISP programmer to the ATmega328PB, select the correct programmer in the Tools menu, and hit "Burn Bootloader", and then post the entire output here.
Hi,
Indeed with the verbose output it was much clear.
It was perhaps my messy wiring on the breadboard. I wired it anew and it worked like a charm using Arduino as ISP.
Thanks for the pointer though :)
I am using an arduino uno board and have placed the new ATmega328chip in the socket as a simple setup. However, I am unable to burn the bootloader. I am using your minicore and selected the ATmega328 chip. I have tried using 8MHz internal crystal as well as 16 MHz external crystal but get the same error. I even tried using a different ATmega328p but the result was same. Here is the output:
Before trying your MiniCore I have also tried different tutorials which ask for external crystal and extra capacitors. It's been two days I am trying to make it work but sadly haven't managed it yet. Initially I suspected a faulty ATmega but even three other chips result in the same error. Could you please help me fix it? Thanks