Hello people of the internet
Bought a
Ramps 1.4 Kit via Amazon for my 3D Printer.
When I tried to upload Marlin to the bord with these Settings:
- Board: Arduino/Genuino Mega or Mega2560
- Prozessor: ATmega2560 (Mega 2560)
Resulting in this Error:
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu.
I then downloaded the
Sanguino extensions an placed it in
arduino-1.8.0\hardware\Sanguino
New Settings:
- Board: Sanguino
- Prozessor: ATmega1284 or ATmega1284P (16 MHz) (only on that goes till "uploading")
Resulting in this Error:
...
...
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x01
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x01
I'm very new to all the Arduino stuff, but on the controller chip it says "ATMEAGA2560".
So I'm missing the entry for the 2560 version under "Prozessors" or what's the error here?
Edited 2 time(s). Last edit at 03/24/2017 03:47PM by Bluehelix.