Bonjour à tous,
j’aurais besoin d’un peu d’aide de votre part car j’essaie de connecter un tontec MZ61581 à un Rpi 3 mais pas moyen d’avoir d’affichage. Seul un flash blanc de l’écran au redémarrage du Rpi 3 apparaît.
voici les instructions que j’ai suivi : je n’ai juste pas fait l’étape 2 car le wget n’arrive pas à trouver le firmware donc j’ai laissé celui d’origine.
J’ai oublié de préciser que je suis sous Pi OS (04-04-2022)
- Initial Config of New Raspberry Pi Install
sudo apt-get update
sudo apt-get upgrade
sudo reboot
-
Update Firmware
//We now need to update the dbt file to the newest version to support Tontec Screen
cd /boot/overlays
sudo rm mz61581-overlay.dtb
sudo wget Bos88 | Daftar Situs Boss88 Gacor Terpercaya
sudo reboot -
Enable SPI and set overlay for Tontec MZ61581 Screen
//Open boot config
sudo nano /boot/config.txt
//Add these lines to the botton of the config.txt file
dtparam=spi=on
dtoverlay=mz61581
//un comment #disable_overscan=1
//this makes it so the desktop will be visible when started
disable_overscan=1
//save and quit
//reboot
sudo reboot
- Set Tontec 3.5 as the default output display from HDMI to Tontec Screen
sudo nano /urs/share/X11/xorg.conf.d/99-fbturbo.com
//in this file, change « fbdev » « /dev/fb0 » to « fbdev » « /dev/fb1 »
« fbdev » « /dev/fb1 »
//save and quit file
//make the screen work on startup
sudo nano /boot/cmdline.txt
//Add fbbcon=map:10 at the end of the file. (no need to start a new line)
fbbcon=map:10
//save and quit file
//restart pi
sudo reboot
Merci d’avance pour votre aide