Ferhat Elm

Results 3 comments of Ferhat Elm

You must change "main.c" file. ```diff diff -r master/main.c atmega2560/main.c 247c247,250 < if (pgm_read_word(0) != 0xFFFF) ((void(*)(void))0)(); //EXIT BOOTLOADER --- > if (pgm_read_word(0) != 0xFFFF) { > EIND = 0;...

I've forked the repository and created a branch for ATmega2560 support. https://github.com/ferhate/avr_boot/tree/atmega2560 @litlbigchickn For a working version for ATmega2560, please see the following commit: https://github.com/ferhate/avr_boot/commit/f97d4966b275a9ef84438976cf2b7755146b7615 For AS7 project files, please...

> > I've forked the repository and created a branch for ATmega2560 support. https://github.com/ferhate/avr_boot/tree/atmega2560 > > @litlbigchickn For a working version for ATmega2560, please see the following commit: [ferhate@f97d496](https://github.com/ferhate/avr_boot/commit/f97d4966b275a9ef84438976cf2b7755146b7615) >...