Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - FlapSnac

1
Falls einer das gleiche Problem hat:
Wenn der Raspi und der Fernseher gleichzeitig eingeschaltet werden kann es passieren das die HDMI Ausgabe beim Raspi deaktiviert bleibt.

Man kann versuchen das mit hdmi_force_hotplug=1 etc. zu beheben aber am besten ist es einfach ein paar Sekunden zu warten und
Code: [Select]
bootcode_delay=10
in /boot/config.txt einzufügen

siehe auch https://www.raspberrypi.org/documentation/configuration/config-txt.md
Quote
bootcode_delay

Wait for a given number of seconds in bootcode.bin before loading start.elf; the default value is 0.

This is useful in particular to insert a delay before reading the EDID of the monitor, which can be useful if the Pi and monitor are powered from the same source but the monitor takes longer to start up than the Pi. Try setting this value if the display detection is "wrong" on initial boot but correct if you soft-reboot the Pi without removing power from the monitor.

2
Hi,

was ist denn der einfachste Weg eine Build Umgebung für MLD-RPI aufzusetzen?

Ich will den EW-7811UTC WLAN Adapter nutzen für den es (wenn ich mich nicht irre) noch keinen Treiber in der MLD gibt. Außerdem würde ich mir gerne die CEC/LIRC Probleme etwas genauer ansehen.
 
Die Anleitung aus dem Wiki nutzt QEMU -- der emulierte RPI hat aber nur einen Core und nur 256MB Speicher. Ich vermute mal, dass ein PRI 2 B mindestens so schnell kompiliert. Das Ergebnis sollte dann auf einem RPI B+ lauffähig sein.

Eine zweite Frage: Brauche ich überhaupt die vielen zusätzlichen Repositories (http://www.minidvblinux.de/wiki/mld/entwicklung/400_entwicklungsumgebung)? Die Umgebung für den Banana Pi braucht diese ja anscheinend nicht.