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] stuck on loading screen #19346

Closed
ase95 opened this issue Sep 11, 2020 · 22 comments
Closed

[BUG] stuck on loading screen #19346

ase95 opened this issue Sep 11, 2020 · 22 comments

Comments

@ase95
Copy link

ase95 commented Sep 11, 2020

Bug Description

I've edited the marlin 2.0 firmware on VS for my tevo tornado but for some reason when i upload it i get stuck on the boot screen,it keeps reloading the custom boot and the marlin.
my board is a BOARD_MKS_GEN_L

My Configurations

My config

Steps to Reproduce

just install the firmware and the issue should present itself rightaway

Expected behavior:
Normal behavior of the printer

Actual behavior:
stuck in the booting screen with custom screen and marlin that keeps restarting

@boelle
Copy link
Contributor

boelle commented Sep 11, 2020

might be worth changing the title so its descripe

[BUG] (short description)

does not tell much

did you try
bugfix-2.0.x branch ?

@ase95 ase95 changed the title [BUG] (short description) [BUG] stuck on loading screen Sep 11, 2020
@nvumnov
Copy link

nvumnov commented Sep 11, 2020

Здравствуйте, после обновления Marlin, не показывает экран.
mks SGEN L + Fysetc Mini 12864 V2.1
Вот мои файлы:
SGEN L + Fysetc Mini 12864 V2.1.zip
Помогите.

@ase95
Copy link
Author

ase95 commented Sep 11, 2020

might be worth changing the title so its descripe

[BUG] (short description)

does not tell much

did you try
bugfix-2.0.x branch ?

yikes, i completly forgot about changing the title ahah.
i've not tried that , i'll do it asap and i'll let you know the result.
do you think i can just put my config in there or should i re do it from scratch?

@ase95
Copy link
Author

ase95 commented Sep 11, 2020

Здравствуйте, после обновления Marlin, не показывает экран.
mks SGEN L + Fysetc Mini 12864 V2.1
Вот мои файлы:
SGEN L + Fysetc Mini 12864 V2.1.zip
Помогите.

i don't speak russian... could you write it in english?

@nvumnov
Copy link

nvumnov commented Sep 11, 2020

Hello, after Marlin's update, doesn't show the screen.
mks SGEN L + Fysetc Mini 12864 V2.1
Here are my files:
SGEN L + Fysetc Mini 12864 V2.1.zip
HELP!!!

@rhapsodyv
Copy link
Member

@thisiskeithb is this related with that other LCD we were working?

@thisiskeithb
Copy link
Member

is this related with that other LCD we were working?

I was using an MKS Mini 12864, not the Fysetc Mini.

@sjasonsmith
Copy link
Contributor

There are actually two completely unique issues reported here now.

The original report is an MKS_GEN_L with a RepRapDiscount Full Graphics.

@sjasonsmith
Copy link
Contributor

I have the hardware for both of these...I guess I'll assign it to myself so I remember to try them.

@sjasonsmith sjasonsmith self-assigned this Sep 11, 2020
@rhapsodyv
Copy link
Member

@thisiskeithb could that that contrast setup what we removed, affect fysetc mini? I will take a look if the share the same code.

We removed that #if

void MarlinUI::init_lcd() {
   #if DISABLED(MKS_LCD12864)

@sjasonsmith
Copy link
Contributor

@ase95 your configurations boot just fine for me, on an MKS Gen-L V1.0 with a BigTreeTech RepRapDiscount Full Graphic Smart Controller. I changed nothing, and used them on top of the current bugfix-2.0.x branch, commit 6f8282f.

@sjasonsmith sjasonsmith removed their assignment Sep 12, 2020
@sjasonsmith
Copy link
Contributor

@nvumnov I agree that something seems wrong with the board and LCD you are using. I can't get them to work either.

Please open a new issue for your problem. It isn't related to the original issue, since it is completely different hardware.

@ase95
Copy link
Author

ase95 commented Sep 12, 2020

@ase95 your configurations boot just fine for me, on an MKS Gen-L V1.0 with a BigTreeTech RepRapDiscount Full Graphic Smart Controller. I changed nothing, and used them on top of the current bugfix-2.0.x branch, commit 6f8282f.

i've downloaded the bugfix2.0 and just used the same config but problem still occur
video

@ase95
Copy link
Author

ase95 commented Sep 12, 2020

@ase95 your configurations boot just fine for me, on an MKS Gen-L V1.0 with a BigTreeTech RepRapDiscount Full Graphic Smart Controller. I changed nothing, and used them on top of the current bugfix-2.0.x branch, commit 6f8282f.

i tried redoing the config file but same problem occurs... i can't understand what im doing wrong...
also tried with the "premade" config download from marlin without chaning anything ,and still doesn't work...

@ase95
Copy link
Author

ase95 commented Sep 14, 2020

@ase95 your configurations boot just fine for me, on an MKS Gen-L V1.0 with a BigTreeTech RepRapDiscount Full Graphic Smart Controller. I changed nothing, and used them on top of the current bugfix-2.0.x branch, commit 6f8282f.

Any idea on why is it not working for me ? i even tried using Atom instead of VS, marlin 2.0 and 2.0bugfix

@ellensp
Copy link
Contributor

ellensp commented Oct 5, 2020

@ase95 as a test (do not run like this)
disable #define USE_WATCHDOG in Configuration_adv.h
See if anything changes

@boelle
Copy link
Contributor

boelle commented Oct 13, 2020

@ase95 did you try what @ellensp suggested?

@ase95
Copy link
Author

ase95 commented Oct 15, 2020

i've not tried it. for now i'll settle for the 1.9 version and i'll wait for new update of the 2x to see if it get fixed

@nongcj
Copy link

nongcj commented Oct 18, 2020

I downloaded the latest official version 2.0.7.2 today. The problem is the same as @ase95. When I turn on the switch, Marlin restarts repeatedly. My board is MKS_SGEN_L, and the display is MKS 12864A+3DTOUCH. I found that 3D TOUCH conflicts with MKS12864A. I disable BLTOUCH Marlin to start normally, or disable #define MKS_LCD12864, and connect PC with Pronterface to control the printer normally. I tried to disable @ellensp suggested #define USE_WATCHDOG with the same result. This problem has always existed from 2.0.6.1 to 2.0.7.2. I hope the Marlin team can solve this problem. Now I can only use 2.0.5.4 to wait for the latest update, thanks @boelle

@thisiskeithb
Copy link
Member

My board is MKS_SGEN_L, and the display is MKS 12864A

@nongcj This issue is for the Gen-L + RepRapDiscount Full Graphic LCD and is unrelated to your hardware combo.

MKS has documented the A variant to only be compatible with 8bit/AVR boards. You’d need to use the B version on 32bit.

@thisiskeithb
Copy link
Member

i've not tried it. for now i'll settle for the 1.9 version and i'll wait for new update of the 2x to see if it get fixed

@ase95: bugfix-2.0.x is updated daily, but if you don’t want to try what has been suggested here, I’ll close the issue for now.

@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 Jan 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

8 participants