Welcome! Log In Create A New Profile

Advanced

MKS_SGEN_L_V2 LCD problem??

Posted by colcolcheese 
MKS_SGEN_L_V2 LCD problem??
January 04, 2021 10:58PM
Marlin 2.0.7.2 (f74015b 22 days ago)

I cannot use the SD card attached to the LCD with MKS_SGEN_L_V2
There is no beep.
LCD display normal
Rotary encoder normal
STOP switch normal
The MAINBOARD SD card is not recognized as a windows drive.

Is this the correct behavior?
Is there a mistake in the config?
or mainboard broken?

hardware check
It works fine when I connect the LCD to another mainboard.
test SKR1.4
SD,LCD,encoder,beep,stop swich,WindowsDRIVE ALL OK

TEST LCD (Of course, they are config one by one)
// [reprap.org]
//
#define MKS_MINI_12864

// [reprap.org]
//
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
Attachments:
open | download - config.zip (72.7 KB)
Re: MKS_SGEN_L_V2 LCD problem??
January 05, 2021 01:11AM
In your boards pin.h file

#ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION ONBOARD
#endif

Ie it will use the onboard sd card unless you enable #define SDCARD_CONNECTION LCD In Configuration_adv.h

Now as for OS access to the sdcard, it is either marlin access or OS access not both at the same time.
you have to release the sd card from marlin to give it back to the OS (it is a option on the lcd setting and a gcode)
Re: MKS_SGEN_L_V2 LCD problem??
January 08, 2021 08:27AM
thanks Dust
host drive access is success
Sorry, only registered users may post in this forum.

Click here to login