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

Pi boots to a Black screen with White cursor (non blinking) in the top left #470

Closed
Joeboyc2 opened this issue Mar 3, 2020 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@Joeboyc2
Copy link

Joeboyc2 commented Mar 3, 2020

Describe the bug
After installing Octodash via the automatic install, and several hours of troubleshooting i am no further forward.
The pi boots fine and i can see the output on the screen then i goes to a black screen with a non blinking cursor in the top left hand corner.
Im able to connect to the pi via ssh and it responds to commands.

I have plugged a keyboard and mouse in to the pi but cant get away from the black screen to see the console again.

I have tried all of the others fixes that have been mentioned - setting the display to :0, i have removed and re-installed Octodash and all the relevant X dependencies but nothing seems to help

General Information:

  • Hardware: Raspberry Pi 3B+ with and Elegoo TFT display [Here|https://www.amazon.co.uk/gp/product/B01MRQTMTD/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1]
  • OS Info OctoPi version: 0.17.0
  • OctoDash Version v1.4.0
  • OctoPrint Version v1.3.12
@Joeboyc2 Joeboyc2 added the bug Something isn't working label Mar 3, 2020
@Joeboyc2
Copy link
Author

Joeboyc2 commented Mar 6, 2020

I've managed to fix this by re-installing some bits.

This is the process i followed, for anyone having the same issues:
Install the RaspberryPi Desktop Environment:
sudo ./scripts/install-desktop

Then reinstall the LCD drivers:
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show

Setup console Autologin:
sudo raspi-config
Option "3 Boot Options"
Option "B1 Desktop / CLI"
Option "B2 Console Autologin"
Finish and reboot

@Joeboyc2 Joeboyc2 closed this as completed Mar 6, 2020
@UnchartedBull
Copy link
Owner

Glad you figured this out! Thanks for updating the issue with your solution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants