Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Can't read onboard SD card on SKR 1.3 #46

Open
Dendrowen opened this issue Jul 29, 2019 · 8 comments
Open

Can't read onboard SD card on SKR 1.3 #46

Dendrowen opened this issue Jul 29, 2019 · 8 comments

Comments

@Dendrowen
Copy link

I am unable to read the SD card in the SKR 1.3 from the TFT. It says:

Loading....
Read SD card error!

How can I solve this in the marlin firmware?

@xoniq
Copy link

xoniq commented Aug 1, 2019

I guess it's because the SD card isn't initialized on start. I'm using both the TFT35 and the Smart controller LCD, but I just print from the Smart controller LCD because I have the init SD from that LCD, to mount the SD which is placed in the SKR 1.3.

@melufre
Copy link

melufre commented Aug 1, 2019

hello
@xoniq could you post what you change on marlin cfg in order to be able to print from On board SD card

i have the same feeling as you about the stability of printing from TFT35 SD card

@xoniq
Copy link

xoniq commented Aug 1, 2019

Hi @melufre

Here are my current config files:
https://github.com/xoniq/Marlin/tree/SKR1.3_TMC2130/Marlin

@Dendrowen
Copy link
Author

The card is initialized because I can see it from my PC. Not from the TFT though. It doesn't matter if the PC is connected or not.

@xoniq
Copy link

xoniq commented Aug 1, 2019

If you can see it on the PC, it means the PC mounts the card, not the board itself. With no PC attached and only a screen, I have to manually mount it.

@Dendrowen
Copy link
Author

And how can I achieve that?

@xoniq
Copy link

xoniq commented Aug 1, 2019

Gcode:
http://marlinfw.org/docs/gcode/M021.html

Make sure you have enabled that Marlin should use on-board SD by default.

@REDxFROG
Copy link

I think the BAUDRATE has to be at 115200

so

#define BAUDRATE 115200

then it should work. But better confirm the firmware has been written/changed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants