Other

raspberry_pi_3_media_center_-_libreelec_moonlight

🇩🇪 · AFRA · afra_rootcat (afra_rootcat@undisclosed.example.com)

@@ -170,11 +170,21 @@ </code> Reinstall OS: <code> - xzcat 2026-04-21-raspios-trixie-arm64.img.xz | sudo dd of=/dev/rdisk4 bs=4m status=progress + ❯ xzcat 2026-04-21-raspios-trixie-arm64.img.xz | sudo dd of=/dev/rdisk4 bs=4m status=progress Password: 6501171200 bytes (6501 MB, 6200 MiB) transferred 201.184s, 32 MB/s 0+158460 records in 1550+0 records out 6501171200 bytes transferred in 201.193332 secs (32313055 bytes/sec) + ❯ sync + ❯ diskutil eject /dev/disk4 + </code> + + Setup Pi OS then: + user afra + PW: + <code> + sudo apt update && sudo apt upgrade -y + sudo apt install kodi moonlight-qt -y </code>