-
Notifications
You must be signed in to change notification settings - Fork 55
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
ethernet bootloader #13
Comments
Just modified the Ariadne ETH bootloader source code for Maxi Automation. Now loading via tftp is working :). Serial loading works as well at startup ! |
Cool! May I ask you to share what was the issue with the original Ariadne code, please? Thanks! |
Hi, I had no time to modify the toolchain for Controllino. So here are the changes i made. The original code is: changes to AVR_Atmega2560: Make project and use ariadne_atmega2560_w5100 |
Thank you! |
tftp uploading is working very well until now. I had some troubles with loading code > 32kB. |
Hi, Do I really need a programmer or is it possible to use the USB? Which board I have to choose in the Arduino IDE? The "Atmega 2560" or the old "Controllino MEGA" as I used it for the USB? Especially for installling the ethernet bootloader and after that for normal programming. Thanks |
Hi Sven,
Good luck and let us know about the results! |
I know it is an old stuff but since it is still open issue :). I see different issues:
i fyou have any suggestion feel free :). thanks |
Hallo, The only point I can agree, is the reset button. I have ignored this function, since the control is remote and I dont need it. What I can tell you:
For me it sounds, that you have several problems
Best regards |
hi thomas, thanks for your reply. thanks a lot! |
Hi folks, I also tried to do the modifications in the spi.h file and compiled the bootloader. Controllino could provide the tftp bootloader ? Thank you for your help Franky |
hi Franky, Yes you should be able to use the usb port. could you try to launch the monitor, first? then the controllino should reboot and stay in bootloader stage and you should be able to upload the sketch. (but it is a quite long time i didn't try through usb...) did you manage to upload the sketch with tftp? hope this will help... seb |
Hi, I didn't change the spi.c file (i didn't understand where to disable the sd card. Maybe this is the problem? Then i type : "make atmega2560_w5100" Thank you |
hi, also after the upload of the bootloader do you have aled blinking? (this tells you that the controllino is in boot mode and ready to get a sketch... |
Hi, |
Tried to use ardiane ethernet bootloader for the Maxi Automation via MEGA 2560 ISP without luck. Is there a ready to use ethernet bootloader?
The text was updated successfully, but these errors were encountered: