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

SKR 2 USB MSC #22280

Closed
dotdash32 opened this issue Jul 2, 2021 · 4 comments
Closed

SKR 2 USB MSC #22280

dotdash32 opened this issue Jul 2, 2021 · 4 comments

Comments

@dotdash32
Copy link
Contributor

dotdash32 commented Jul 2, 2021

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

Based on #17222, it would seem that SDIO MSC/CDC composite support is availabe for STM32 boards. Based on the example in [env:STM32F407VE_black], I tried to copy the environment for the SKR 2 (STM32F407VGT6).

However, it's not working my the simple 512mb card. Will follow up with testing larger SD cards, but it usually seems that smaller cards are better?

Bug Timeline

New

Expected behavior

2 USB devices become available on the computer, one for CDC serial and one MSC mass storage.

Actual behavior

Only the CDC device appears.

Steps to Reproduce

  1. Set SKR 2 as mainboard
  2. create "USB" env with additional build flags
# add USB??
[env:BIGTREE_SKR_2_USB]
extends             = env:BIGTREE_SKR_2
platform            = ${common_stm32.platform}
platform_packages   = ${stm_flash_drive.platform_packages} 
build_unflags       = ${common_stm32.build_unflags} 
  ; -DUSBD_USE_CDC
build_flags         = ${env:BIGTREE_SKR_2.build_flags} ${stm_flash_drive.build_flags}
  -DUSBCON
  -DUSBD_USE_CDC_COMPOSITE
  -DUSE_USB_FS
  1. Load and check USB devices

Version of Marlin Firmware

2.0.9.1

Printer model

Ender 3

Electronics

SKR 2 Rev B

Add-ons

No response

Your Slicer

No response

Host Software

No response

Additional information & file uploads

Additional question: what file needs to be modified for a new environment to show up in ABM?
SK2_USB.zip

@dotdash32
Copy link
Contributor Author

Will ask on Discord, but based on issues on SKR2 github, it is not supported. If it is, I will report this back.

@dotdash32
Copy link
Contributor Author

Bumping this. Asked in Discord, and according to this from @rhapsodyv, there are still some changes pending. There are others who are experiencing the same thing in #bug-reports without any feedback from BTT.

Can this be reopened until these changes have been fixed? Or at least hear a little more about what the missing issues are?

@thisiskeithb
Copy link
Member

Fixed in #22354

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 12, 2021
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