Hi,
Can you share how you solved your issue ?
Have similar problem.
Thanks
Can you share how you solved your issue ?
Have similar problem.
Thanks
Quote
Dust
your a bit out of date... thats the old, not supported way to install Sanguino
use this method:
Start up Arduino IDE
Open up the menu File|Preferences
At the bottom is a field Additional Boards manager URLs:
Enter "https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json"
Click OK
Open up the menu Tools|Board:|Boards manager...
This will open the manager. Scroll down till you see Sanguino
Click more info, this will reveal an install button.
Hit install.
Close the Board manager.
Your done!
Quote
rotinaj13
Ok so I got over my fear of bricking the only controller for this printer and was finally able to get Marlin 1.1.8 on my GEN6 board. So as I am sure you have found out the GEN6 board has an older bootloader which is most likely from Arduino legacy days (00XX). Marlin 1.1.8 needs to be compiled in something newer than Arduino IDE 1.6.8. I downloaded Arduino IDE ...
Quote
Wow that sounds like it has saved me a lot of trouble. To make sure I got it right: This is the procedure to compile and then install the new firmware, right? Hopefully it also works this way on my Mac.
Thanks a lot for the comments. I will also keep trying...
:w:Is "write" to the Arduino / mainboard memory NOT "writing" / "backing" it up to a local file where avrdude is running.
avrdude -p m1284p -c arduino -P /dev/ttyUSB0 -b 115200 -F -U flash:r:existingMarlin_fw_20190202_01.hex:i avrdude -p m1284p -c arduino -P /dev/ttyUSB0 -b 115200 -F -U eeprom:r:existingMarlin_eeprom_20190202_01.hex:i