Skip to content
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

[FR] Host access to SD card on SKR 3 #24730

Open
FlyingSamson opened this issue Sep 4, 2022 · 11 comments
Open

[FR] Host access to SD card on SKR 3 #24730

FlyingSamson opened this issue Sep 4, 2022 · 11 comments

Comments

@FlyingSamson
Copy link
Contributor

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

@FlyingSamson FlyingSamson added the T: Feature Request Features requested by users. label Sep 4, 2022
@thisiskeithb
Copy link
Member

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.

That and the SKR 3 does not have a USB A socket for flash drive support.

@sl1pkn07

This comment was marked as off-topic.

@razserv2010
Copy link

I agree with the request to add this option to the SKR3 EZ board please..

@carlosjln
Copy link

Follow up on this, a much needed feature. 👏

These should be standard features that must be implemented across all boards/firmware versions.

@TheRavenV6
Copy link

I'd like to add a request for USB mass storage access through USB for the SKR3 as well.

@thinkyhead
Copy link
Member

To get this functionality, we'll need an upgrade to https://github.com/rhapsodyv/Arduino_Core_STM32/tree/usb-host-msc-cdc-msc-3 … with a little guidance from @rhapsodyv. I looked over the differences between the previous Arduino_Core_STM32 and the new one, and there are some refactors in there, so it looks like some changes might be needed to get it all functioning.

@nfored
Copy link

nfored commented Jan 27, 2023

I also would like this since we can't use usb to push firmware. Would love to not have to open the printer every time.

@nowkillkennys
Copy link

same same here skr 3 ez marlin 2.1.x bugfix

@Fabface
Copy link

Fabface commented Dec 16, 2023

is this supposed to be working now? I can't access the SD over USB (Marlin 2.1.2.1)

@thisiskeithb
Copy link
Member

is this supposed to be working now?

No, this feature request is still open.

@fjulian79
Copy link

I want to push this request .. For me it's about firmware updates via octoprint

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

No branches or pull requests