-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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] FLSUN HISPEED Stuck in boot loop with SD inserted #21524
Comments
@chrisjenda thanks! I was suspecting of this too. But I didn’t had time to check. If you don’t mind to test, I can send you a PR. Probably it’s failing to use 4 bit. |
I am 100% free to test anything to get this to work! I'll give that PR a go! |
Hello, |
I can confirm the problem (branch bugfix-2.0.x Commit 0bd113b) causes a boot loop on my QQ-S Pro if I leave the SD card in the printer. Tried 2 different cards 4GB white label vs Samsung 32 GB.
I can confirm that this fixes the boot loop for me as well. I only started using Marlin a week ago on my first 3d printer, I cannot add much weight to this discussion. I do toy with MCUs and I am wondering why "16" instead of "3" causes is issues, or why it was set to 16 in the first place (I ran git blame, does not give a hint). So consider this to be "a vote up" for that solution from "an informed noob" |
I have same problem on BOARD_FLSUN_HISPEED FLSUN HiSpeedV1 STM32F103VET6 with latest bug-fix
|
You can try to reduce the clock here : But your case may be due to the quality of your SD card or just to some errors on it, in general a fresh format fixes the problem too... a common cheap SD card (not latest ones) can run between 18 and 20MHz if properly wired (not on a long flat cable without shielding) |
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days. |
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. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
Newest Marlin Bugfix downloaded April 2/2021.
Changed Env. to accommodate FLSUN_Hispeed motherboard.
Compiles no errors, copied .bin file to SD card, updates firmware, then gets stuck on Marlin boot screen, reboots and repeats.
Bug Timeline
Unknown
Expected behavior
Expected to finish update cycle with SD card inserted.
Actual behavior
Boot loop with SD card left in, NO SD card will boot as required
Steps to Reproduce
Version of Marlin Firmware
Marlin Bugfix 2.0.X
Printer model
Flsun QQS Pro
Electronics
Flsun HISPEED V1
Add-ons
TMC2208 in UART
Your Slicer
Prusa Slicer
Host Software
OctoPrint
If SD card is left in the motherboard it will remain in a boot-loop, however
when card is removed boots as normal.
Marlin.zip
The text was updated successfully, but these errors were encountered: