hey guys i need help
I bought a skr3 ez motherboard, is there an option to mount the sd card connected to the board to upload files there via octoprint or linux?
Hello @razserv2010 !
Usually not as such.
But it depends on the firmware if support is enabled.
You may have a look on this:
opened 03:59PM - 04 Sep 22 UTC
T: Feature Request
### Is your feature request related to a problem? Please describe.
_No response⦠_
### Are you looking for hardware support?
_No response_
### Describe the feature you want
It would be great to be able to access the SD card from a host connected via USB to the SKR 3 board similar to #22354.
It seems SDIO support was made available in #24271, but there is no `*_USB` environment in `stm32h7.ini` for the SKR 3 and using `env:STM32H743Vx_btt` with `#define SDSUPPORT` enabled in `Configuration.h` and `#define SDCARD_CONNECTION ONBOARD` enabled in `Configuration_adv.h` I do not see the SD card when connecting the board to a computer (neither on Mac OSX nor Raspbian).
I tried adapting the environment similar to the changes in #22354 but was unable to get it to compile, probably because I don't really know what I'm doing. I suspect one problem might be, that `${stm_flash_drive.platform_packages}` requires an older version of `ststm32` than is requested in `stm32h7.ini` for the SKR 3 board.
### Additional context
_No response_
I thought it was enough to define SDSUPPORT In Marlin, ugh..