Ok, so i just downloaded the newest arduino and marlin. I have hooked the blue mega 2560 board to the red ramps board and the LCD screen as well. I have not hooked up any motors or heat sources or jumpers
I then hooked up the usb cable and the screen powers on and i have a red led that blinks every 3 seconds.
Device manager shows com 10 as USB - SERIAL CH340 not sure if that is correct.
I open the Marlin.ino file in arduino IDE. I then install the u8glib libraries as instructed to do in the attached youtube video.
Board is set to mega2560 and so is the processor.
i then switch to com port 10 and hit "get board info" and it errors out saying "unkown board" and SN null
What do i need to do next to get the board information correct or does that not matter?
I did try to upload the config.h to the board and the led was blinking like crazy, no errors but when i power on with just the PSU, nothing on the screen. just a black square and blue light
removed comments from the following lines
#define REPRAP_DISCOUNT_SMART_CONTROLLER
#define SDSUPPORT
Thats all i changed. The lcd i am using is a reprap discount full graphic smart controller.
thanks