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

[BUG] Marlin bugfix doesnt boot, MKS Rumba32 #20366

Closed
Undercoverkarotte opened this issue Dec 3, 2020 · 10 comments
Closed

[BUG] Marlin bugfix doesnt boot, MKS Rumba32 #20366

Undercoverkarotte opened this issue Dec 3, 2020 · 10 comments
Labels
A: STM32 Bug: Confirmed ! Needs: More Data We need more data in order to proceed

Comments

@Undercoverkarotte
Copy link

Bug Description

Newest Marlin bugfix doesnt boot.

Steps to Reproduce

  1. [First Step]
    flash firmware with VSC

Expected behavior:

Marlin boot up

Actual behavior:

Show only the bootscreen, nothing else happens.

Additional Information

VSC terminal output:
Config files.zip

Download done.
File downloaded successfully
Transitioning to dfuMANIFEST state
Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
============================================= [SUCCESS] Took 174.57 seconds =============================================

Environment Status Duration


rumba32 SUCCESS 00:02:54.566
============================================== 1 succeeded in 00:02:54.566 ==============================================

@sjasonsmith
Copy link
Contributor

Has this configuration worked previously?

@sjasonsmith sjasonsmith self-assigned this Dec 4, 2020
@sjasonsmith
Copy link
Contributor

I can confirm the problem when using the provided configs. If I only enable the board and display it boots, albeit with slight display timing issues.

I have not yet tried to isolate which option causes it to not boot properly. There are quite a few features enabled. My best guess is that something is causing a timer conflict that isn't being detected at build time.

@Undercoverkarotte
Copy link
Author

It works fine if I copy and paste the config files to the stable branch and deactivate FAST_PWM_FAN and Z-Probe wizard.
FAN_SOFT_PWM is also deactivated in Pins file.

@sjasonsmith
Copy link
Contributor

Can you enable TMC_USE_SW_SPI to see if it allows you to boot and properly communicate with your drivers?

@Undercoverkarotte
Copy link
Author

Can you enable TMC_USE_SW_SPI to see if it allows you to boot and properly communicate with your drivers?

I tried this with the newest Bugfix brach but unfortunately it doesnt change anything..

@sjasonsmith
Copy link
Contributor

OK, that is unfortunate. I was able to reproduce a hang but it went away with TMC_USE_SW_SPI.

Can you comment out all your TMC5060 drivers, to test whether the hang involves communication with them? Perhaps I am encountering something entirely different.

@rhapsodyv
Copy link
Sponsor Member

@Undercoverkarotte if you can, try test disabling SD_SUPPORT.

@sjasonsmith sjasonsmith added the Needs: More Data We need more data in order to proceed label Dec 9, 2020
@sjasonsmith
Copy link
Contributor

@Undercoverkarotte are you still interested in helping debug this? We would like you to try disabling SD_SUPPORT to determine if that is the conflict causing problems.

@sjasonsmith sjasonsmith removed their assignment Dec 27, 2020
@sjasonsmith
Copy link
Contributor

Closing, as reporter is unresponsive.

@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 Feb 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A: STM32 Bug: Confirmed ! Needs: More Data We need more data in order to proceed
Projects
None yet
Development

No branches or pull requests

3 participants