MikeLockz / lockdev-osmc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lockdev-osmc

Instructions for fresh install of OSMC, RetroArch, IAGL, Bluetooth controller, VNC

Install OSMC

  1. Flash OSMC to sd card
  2. Boot up Pi
  3. Follow OSMC install instructions
  4. Get IP address of install
  5. SSH like ssh osmc@192.168.0.xxx - password is osmc

Install VNC

  1. Install VNC
  2. Change video setting in sudo nano config.txt
  3. Prepend f to kms like dtoverlay=vc4-fkms-v3d,cma-512 and save file
  4. Reboot pi sudo reboot now
  5. Will need to connect via VNC like 192.168.0.xxx:5900

Add more packages to get installed

  1. sudo apt update
  2. deb http://ftp.debian.org/debian/ buster-updates main contrib non-free
  3. Save and exit
  4. sudo apt update

Disable gpg validation

  1. sudo nano /etc/apt/apt.conf.d/99allow_unauth
  2. APT { Get { AllowUnauthenticated "1"; }; };
  3. sudo reboot now

Install xpadneo bluetooth controller drivers

  1. sudo apt-get install dkms rbp464-headers-uname -r` (rpi 4)
  2. sudo ln -s "/usr/src/rbp464-headers-uname -r" "/lib/modules/uname -r/build"
  3. https://github.com/atar-axis/xpadneo

Setup emulator

  1. https://www.reddit.com/r/RetroArch/comments/l158qt/best_performing_retroarch_build_on_a_raspberry_pi/

About