Bonjour à tous.
Je possède un raspberry Pi 3 et je souhaite qu’il affiche l’interface graphique depuis son port HDMI. J’avais réussi à afficherune interface graphique sur un tout petit ecran tactile mais quand j’utilise le port HDMI il boot, des lignes de code défilent mais il reste bloqué sur « Mounting FUSE control ». J’ai néanmoins accès à ce raspberry par SSH sur la console. Que faire pour avoir une image sur le port HDMI. Merci d’avance pour votre aide.
Salut,
Tu as demandé à ton Rpi de faire un affichage sur écran DSI, non ?
Que dit ton fichier /boot/config.txt
?
GNU nano 2.2.6 File: /boot/config.txt
For more options and information see
Raspberry Pi Documentation - Configuration Some settings may impact device functionality. See link above f$
uncomment if you get no picture on HDMI for a default « safe » mo$hdmi_safe=#
uncomment this if your display has a black border of unused pix$# and your display can output without overscan
#disable_overscan=1
uncomment the following to adjust overscan. Use positive number$# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
uncomment to force a console size. By default it will be displa$# overscan.
#framebuffer_width=1280
#framebuffer_height=720