zevero / avr_boot

Arduino Bootloader to Flash from SD Card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confused about the Use / Non Use with AVR

Shiipz opened this issue · comments

First this project is amazing thanks,
Can see a big warning sign saying not compatible with AVR boards.

I have a freetronics Eleven Arduino board that I would really like to get this running on,
This freetonics board is usually programmed from Arduino IDE as a a Uno board.
The processor is ATmega328P. All ATmega328P chips from microchip seem to be AVR?

Had no problem installing into Arduino IDE. When trying to push into board would not burn boot loader directly,
Can see I need a ISP which I will pick up tomorrow and try again.

Should this work with a Standard Arduino Uno board? Any info you can provide would be amazing. Thanks.

Can see a big warning sign saying not compatible with AVR boards.

Where do you see that warning? The opposite is true.

All ATmega328P chips from microchip seem to be AVR?

Yes.

Should this work with a Standard Arduino Uno board?

Yes.

Any info you can provide would be amazing.

The documentation is quite comprehensive. It will likely give you all the information you need.