-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
MKS Robin nano v.2 bootloop #19709
Comments
was due to 0988af4 may have been fixed today with tft refactor commit |
Marlin 2.0.7.2 (stable). |
after rolling back this commit: |
Please try #19710 . It's fixed now. Thanks! |
|
What are your configs? You need to disable "TOUCH_SCREEN" when using LVGL. |
Found the reason. If #define USE_WATCHDOG is uncommented in Configuration_adv.h then the board goes into reboot. My configurations: |
The watchdog problem is fixed here: #19724 |
the fix did not help, the bootloop was preserved |
I tested your configs in my Nano V2 + MKS TS 35, using #19724, it boot normally. 100% |
Problem is still there and it's seems to be related to watchdog. My MKS robin nano 1.2 is not starting every time. With new bug fix problem is still present. I've commented #define USE_WATCHDOG and it's booting. |
I confirm, I still have a problem with active USE_WATCHDOG |
@makerbase-mks is possible of some nano boards came with the hardware watchdog enabled? Or some bootloader version turning watchdog on before marlin start? |
The problem is with nano v1.2 or nano v2? |
I have nano v.2, @th0m4sek have v.1.2. |
Oк. You can test this firmware for Robin nano v.2? |
Your firmware reboot my board. So, the problem is not the board. Seems your marlin codebase is outdated. Can you test with a "fresh" copy and build? Try this firmware that I compiled now, for nano v2: |
Indeed, the problem seems to be in my copy of marlin. The question is closed, thanks! |
@rhapsodyv , I found where I had the problem that was causing the bootloop. |
I'm suspecting some problems with my microsd card because firmware upload was also not always success. I used different card this time and i will observe printer. |
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. |
Marlin 2.0.Bugfix.
After update:
#19192
the board is rebooted upon loading after the start logo. Next comes the endless reboot (bootloop).
File configuration.h set parameters:
#define MKS_TS35_V2_0
#define TFT_LVGL_UI
The text was updated successfully, but these errors were encountered: