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

TeleFrame funktioniert nach Neustart nicht mehr #181

Open
Chrissib1743 opened this issue Mar 17, 2022 · 1 comment
Open

TeleFrame funktioniert nach Neustart nicht mehr #181

Chrissib1743 opened this issue Mar 17, 2022 · 1 comment

Comments

@Chrissib1743
Copy link

Hallo,

auch von mir nochmal einen Riesen Dank für dieses coole Projekt! Finde die Idee echt klasse und bin dabei einen TeleFrame für meine Oma zu bauen.
Ich hab auch alles aufsetzen können, der TeleFrame hat wir gewollt funktioniert, ich habe einige Verwandte schonmal Bilder zum Testen schicken lassen und wollte dann noch eine Sicherung machen.
Raspberry runtergefahren (Shutdown)
Image gemacht, SD Karte wieder eingesetzt und Raspberry hochgefahren
Nun kommt jedes Mal nur noch ganz kurz das TeleFrame Hintergrund Bild und dann gibt es kein Signal mehr für den Bildschirm, der Raspberry reagiert auf keine Eingaben und ist auch via SSH nicht mehr erreichbar.
Hast du eine Idee, woran das liegen könnte?

Vielen Dank schonmal im Voraus.

@JanSHUP
Copy link

JanSHUP commented Apr 3, 2022

Try to disabe the "dtoverlay=vc4-fkms-v3d" that is added during the teleframe installation process to /boot/config.txt

  1. If you have a fresh installed TeleFrame and did not already did your first reboot you can:
sudo nano /boot/config.txt

comment the last line from:

dtoverlay=vc4-fkms-v3d

to

#dtoverlay=vc4-fkms-v3d

In my case reboot is working then.

  1. if you are already locked during boot and can't access your Pi but you enabled SSH you can switch on your raspberry pi without having your HDMI cable connected. After a few seconds you can reach it via SSH and do the steps from 1)

  2. if you are locked in boot and did not enable SSH you can mount your RPI SD Card in another computer and change the config.txt in root folder like described in step 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants