jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

ATMega328P with URBoot bootloader #580

Open asmagill opened 5 days ago

asmagill commented 5 days ago

Has anyone had any success using esp-link to wirelessly program an ATMega328P that has the MiniCore URBoot boot loader installed?

I can successfully program a 328P with the bootloader used by the Arduino IDE for the Duemilanove/Diecimila, so I know the wiring is correct, I'm just having problems finding the correct parameters for avrdude, or if its even possible, with urboot.

Figure I'd ask if anyone has already found a solution before I dig into the guts of URBoot and/or avrdude.

Thanks!