Stelios Tsampas
Stelios Tsampas
_From @q2dg on October 21, 2015 14:37_ Another option is https://github.com/zevero/avr_boot
_From @FunnyPaul on September 5, 2016 15:2_ Hi, I have also had problems with the TFTP tool of Windows. Try it once [http://tftpd32.jounin.net](http://tftpd32.jounin.net) with the tool. And adjust or turn...
_From @whitesn on September 14, 2016 1:55_ Thanks @FunnyPaul , I'll get back after trying this out later.
What I think that will fix your issue is downloading the AVR toolchain from here http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORWINDOWS.aspx. I have never compiled an AVR program on Windows so I cannot warn you...
_From @andrebstv on February 27, 2016 13:47_ I solved the compiling issue. Apparently you need to compile the target atmega328 to generate some .o files that are used when compiling...
_From @andrebstv on February 27, 2016 16:19_ Correction: it's actually a difference on the pgmspace.h from the winavr toolchain vs the atmel toolchain. The make file is correct.
_From @andrebstv on March 28, 2016 0:17_ Created the pull request. Still sometimes the signature seems to be corrupted and the bootloader doesn`t start the application.... a fresh upload solves...
_From @andrebstv on April 1, 2016 17:20_ The problem was fixed, but still everytime the application resets it hangs on the bootloader. Never allowing the user app to run. I...
Can you give me more information? Have you tried increasing the WDT timer to give more time for the bootloader to load? Edit: Nevermind my suggestion, just noticed that you...
> This is with the per1234 version of the Ariadne Bootloader, shouldn't there be something else after the part with "Sent 2436 bytes in 4.0 seconds [4872 bits/sec]" ? Like...