bigtreetech / KNOMI

158 stars 73 forks source link

Fix black screen #72

Open mkryuchkov opened 1 month ago

mkryuchkov commented 1 month ago

Newer versions of platform kit cause black screen on start. KNOMI v2 has this issue, not sure bout v1.

Alternative option is to adopt source code to newer kits, but I don't have any debug abilities like hw dev-kit or esp32 debug knowledge.

This PR is just about to make current version working.

bodydropped72 commented 3 weeks ago

came across this as my knomi2 screen went black. how do i get into the device to change that line. Light on back of device but i dont know how to get into it.

mkryuchkov commented 3 weeks ago

@bodydropped72 I described the way here https://github.com/DiverOfDark/KNOMI/issues/239#issuecomment-2114596078

So you can revert your KNOMI to precompiled version (It also possible to use DiverOfDark's re-flasher and choose revert to stock option) and then flash your build, or just flash yours with fix on top. KNOMI2 has esp32s3 onboard so if device has red light, connected via usb and identified by pc it should be flashed. I described nuances in the comment by link.

bodydropped72 commented 3 weeks ago

i have looked at the link you sent me. the knomi2 when plugged into my computer via usb is not recognized by it (looking in device manager).

On Thu, Jun 13, 2024 at 1:24 AM Mikhail Kryuchkov @.***> wrote:

@bodydropped72 https://github.com/bodydropped72 I described the way here DiverOfDark/KNOMI#239 (comment) https://github.com/DiverOfDark/KNOMI/issues/239#issuecomment-2114596078

So you can revert your KNOMI to precompiled version (It also possible to use DiverOfDark's re-flasher and choose revert to stock option) and then flash your build, or just flash yours with fix on top. KNOMI2 has esp32s3 onboard so if device has red light, connected via usb and identified by pc it should be flashed. I described nuances in the comment by link.

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/KNOMI/pull/72#issuecomment-2164972799, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7MYSJ7YGH43ZO6QWYGFNILZHFJMFAVCNFSM6AAAAABIK6NRC2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRUHE3TENZZHE . You are receiving this because you were mentioned.Message ID: @.***>

mkryuchkov commented 3 weeks ago

@bodydropped72 Check if new COM port appeared after plug in (it's okay if it does; this port is need for flashing); If not you may install driver from https://www.wch-ic.com/downloads/CH341SER_EXE.html and check again.

Generally, you should be able to flash knomi the same way you flashed black-screen FW. Try to flash precompiled FW first with sectors set as I described (0x0000 for bootloader).

bodydropped72 commented 3 weeks ago

This is my com ports with knomi plugged in.Robby Mendel On Jun 13, 2024, at 8:31 AM, Mikhail Kryuchkov @.***> wrote: @bodydropped72 Check if new COM port appeared after plug in (it's okay if it does; this port is need for flashing); If not you may install driver from https://www.wch-ic.com/downloads/CH341SER_EXE.html and check again. Generally, you should be able to flash knomi the same way you flashed black-screen FW. Try to flash precompiled first with sectors set as I described (0x0000 for bootloader).

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>