LukeSkywalker92 / TeleFrame

TeleFrame - a digital picture frame for telegram
MIT License
92 stars 28 forks source link

TeleFrame funktioniert nach Neustart nicht mehr #181

Open Chrissib1743 opened 2 years ago

Chrissib1743 commented 2 years ago

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 commented 2 years ago

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.

2) 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)

3) 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)