-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SD init fail issue in 2004 lcd #53
Comments
Hi! Can you provide your firmware to me and i will test it? |
This is the firmware file I uploaded |
You need remove board's TF card, because LCD's SD and board‘s TF card use SD_DET signl is the same |
Of course, I also referred to the previous issue. |
This issues and i test it is ok |
Is my firmware ok..? |
Yes, i test it is ok, you need remove Board's Tf card |
After removing the board tf card, eeprom initialization proceeds, and the sd card of the lcd is recognized! I have other problems, can I solve them?
|
About your other problems
|
The buzzer was capped to reduce noise |
Hello, my mks sgen l v2 board can't connect to the sd card
I am using lcd2004 and I modified the firmware by looking at other issues before, but it is not recognized.
configuration.h ->
#define SDSUPPORT
#define REPRAP_DISCOUNT_SMART_CONTROLLER
configuration_adv.h ->
#define SDCARD_CONNECTION LCD
(This is the same result as enable/disable)
pins_MKS_SGEN_L_V2.h->
#define SDCARD_CONNECTION LCD
I've replaced all the short cables and long cables. But still sd init fail.
The text was updated successfully, but these errors were encountered: