Raspberry Pi: Difference between revisions
From Elch-Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
* https://www.opentechguides.com/how-to/article/raspberry-pi/28/raspi-display-setting.html | * https://www.opentechguides.com/how-to/article/raspberry-pi/28/raspi-display-setting.html | ||
* Es war das Kabel! | * Es war das Kabel! | ||
=== Naming convention === | |||
* [https://kodi.wiki/view/Naming_video_files/TV_shows#TV_Show_Folder] |
Latest revision as of 12:08, 9 January 2021
- Raspberry Pi3 premium kit von Digitec
- Image auf SD-Card schreiben: dd bs=4M if=LibreELEC-RPi2.arm-9.2.3.img of=/dev/sdc status=progress; sync
- Boot-Config ändern: mount -o remount,rw /flash
- in config.txt folgendes eintragen um WiFi und Bluetooth zu deaktivieren [1]:
- dtoverlay=pi3-disable-bt
- dtoverlay=pi3-disable-wifi
HDMI Probleme
- https://www.opentechguides.com/how-to/article/raspberry-pi/28/raspi-display-setting.html
- Es war das Kabel!