-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add uploading of the sketch through SD #1
Comments
From @eliyash on December 18, 2013 22:5 hello LoathingKernel! eliahu |
From @d0ughb0y on September 10, 2014 22:19 Hi Stelios, This will be useful addition. BTW, I looked at 2boots bootloader, and it stores the filename at the end address of eeprom, not at address 0. I think it is more common practice to store user data at 0, and system data at high address. thanks. |
From @q2dg on April 3, 2015 12:25 +1 !!! |
From @FloeHerrmann on April 13, 2015 7:5 +1 |
From @Apollon77 on July 22, 2015 20:3 +1, I currently try https://github.com/FleetProbe/MicroBridge-Arduino-ATMega2560 |
From @q2dg on October 21, 2015 14:37 Another option is https://github.com/zevero/avr_boot |
From @loathingKernel on November 6, 2012 12:59
Since most ethernet shields have an SD card socket this might would be useful to have.
I am just leaving it here to see how many people are interested in having this feature integrated to
Ariadne.
It has been done before so, probably, i will be using the existing solution if it fits nicely with the rest of the code.
Copied from original issue: codebndr#3
The text was updated successfully, but these errors were encountered: