Hallo,
Allnet bietet seit einiger Zeit stromsparende 3,5" / 5" / 7" Displays mit Auflösungen von 320x240 bis 1024x600 an , die direkt an den DSI Port auf dem Banana Pi angeschlossen werden können -->
http://www.allnet.de/de/allnet…-320x240-rgb-tft-display/
http://www.allnet.de/de/allnet…-800x480-rgb-tft-display/
http://www.allnet.de/de/allnet…1024x600-rgb-tft-display/
diese sind sehr stromsparend und benötigen dabei nur 2 Watt
Conrad vertreibt diese unter anderen derzeit auch zum Preis von 44,99 - 69,99 Euros -->
http://www.conrad.de/ce/de/pro…dul-Bpi_LCD_1003?ref=list
http://www.conrad.de/ce/de/pro…dul-Bpi_LCD_1005?ref=list
http://www.conrad.de/ce/de/pro…dul-Bpi_LCD_1007?ref=list
beim 3,5" Display findet sich auch eine Installationsleitung --> ftp://212.18.29.48/ftp/pub/Ban…20LCD%20User%20Manual.pdf
Im letzten Teil dort ist die Konfiguration vom OS beschrieben:
QuoteDisplay MoreDetailed Installation
To use the 3.5 inch lcd module, you need change the script.bin file in the SD card.
1.
Power on the Banana Pi, and mount the first partition of the SD card:
mount /dev/mmcblk0p1 /mnt
2.
Then replace the script.bin file with the one for 3.5 inch lcd:
git clone http://github.com/LeMaker/fex_configuration
cd fex_configuration/ sudo cp banana_pi_35lcd.bin /mnt / script.bin
(For Raspbian: sudo cp banana_pi_35 lcd.bin /mnt / bananapi/script.bin)
Edit the /etc/modules with your favorite editor (with sudo, ie sudo vim /etc/modules), uncomment ‘ lcd ’ (remove the ‘#’ in front of it ).
3.
Reboot the system, and you will see the display on the 3.5 inch LCD module
Im Git finden sich dann auch drei bin files
Quotebanana_pi_35lcd.bin
banana_pi_5lcd.bin
banana_pi_7lcd.bin
und im Readme wird auch der Bezug auf die Lemaker Display hergestellt.
QuoteFiles instruction:
------------------
banana_pi_35lcd.bin is the configuration file for LeMaker 3.5 inch RGB LCD.
banana_pi_5lcd.bin is the configuration file for LeMaker 5.0 inch RGB LCD.
banana_pi_7lcd.bin is the configuration file for LeMaker 7.0 inch LVDS LCD.
so weit so gut, nach diesem Prozedere sollte Console und Desktop standardmäßig jetzt auf dem neuen Display laufen.
Hier sind im Fex Guide unter Disp_Init auch die Display Konfigurationen für Mehrmonitorbetrieb beschrieben. --> http://linux-sunxi.org/Fex_Guide#disp_init_configuration
Damit sollte es wohl möglich sein, nun mehrere Monitore zu betreiben.
Nun meine Frage.
Wenn das Banana Pi über den kleinen LCD bootet und die Console bereitstellt, kann der VDR über seine Ausgabe dann sein Bild über HDMI gleichzeitig ausgeben oder ist das fest auf ein bestimmtes Display angebunden? Lässt sich das sauber konfigurieren?
Hat das vielleicht schon jemand gemacht und erfolgreich in Betrieb?