makerbase-mks / SGEN_L

MKS SGEN_L is a powerful 32-bit 3D printer control board with LPC1768. Support Marlin2.0, Smoothieware. Support MKS LCD12864B/MINI12864/LCD2004/12864 and MKS TFT Touch Screens. The motherboard integrates SPI / UART interface and works with MKS TMC2130/TMC2208 V2.0/TMC2209. It can be used after plugged in. No soldering or flying lead is required ...
https://es.aliexpress.com/item/33036918120.html?spm=a2g0o.store_home.slider_165457030.3
GNU General Public License v3.0
87 stars 61 forks source link

Can't install Marlin either #27

Closed vxcbnt closed 4 years ago

vxcbnt commented 4 years ago

Hello

I recently bought a MKS SGEN L. I connected it into my 3D printer and tried to update it with a Marlin 2.x firmware, either one already compiled or one compiled with configuration equivalent to those described in the datasheet (from 2.0.0 to 2.0.5.3).

The firmware seems to be updated since the firmware.bin is transformed into FIRMWARE.CUR. But what is the LED meaning during this firmware update ? Is there a meaning ? I refered to the smoothieware troubleshooting guide for meaning but it should be meaningful after the firmware starts.

In my case, I see D6 being red. I see D1 being ON, D2 OFF then D1 OFF and D2 OFF and nothing happens then. After reset or switch off/on, all led are OFF. Meaning a firmware crash ? So is the firmware even being booted ?

Thanks for any information around this.

V

makerbase-mks commented 4 years ago

Hi! This is normal, because the LED will flash when the motherboard is updating the firmware

  1. If you using Marlin firmware. When the Marlin firmware is updated, you will see that only one LED flashes, because marlin only defines one LED for observation.
  2. if you using Smoothieware firmware, you will see multiple LEDs blink These are due to firmware settings and have nothing to do with the hardware.
Kyosuke33 commented 4 years ago

I have a similar problem, i cannot make my board to work. I use Marlin 2.0, when i switch on, D6 red led and D2 blue are ON, but nothing happen after After reset, D6 red is on and all the blue are on. When i connect to PC, i see Smoothie. Look like the board won't install Marlin, but my firmware.bin change to firmware.cur, so normally it's good :/

makerbase-mks commented 4 years ago

Hi! @Kyosuke33 You need to update your firmware on the SGEN_L motherboard.

Kyosuke33 commented 4 years ago

Hello, thank for the answer. I found the problem. The firmware was good, but a bad drivers on the E avoid the board to start. I remove it and it work fine. Thank you.

makerbase-mks commented 4 years ago

Ok! That looks like everything is fine.