Skip to content

Instantly share code, notes, and snippets.

@nekoprog
Last active November 25, 2022 13:51
Show Gist options
  • Save nekoprog/c8811d479abfb32fb6d3a3dce67e2dc3 to your computer and use it in GitHub Desktop.
Save nekoprog/c8811d479abfb32fb6d3a3dce67e2dc3 to your computer and use it in GitHub Desktop.
LAKKA
Build Image:
git clone https://github.com/libretro/Lakka-LibreELEC
cd Lakka-LibreELEC
DISTRO=Lakka PROJECT=RPi DEVICE=RPi2 ARCH=arm make image
Upgrade Image:
cd Lakka-LibreELEC
git pull
rm -rf target
DISTRO=Lakka PROJECT=RPi DEVICE=RPi2 ARCH=arm make image
Rebuild Package Only:
DISTRO=Lakka PROJECT=RPi DEVICE=RPi ARCH=arm scripts/clean yourpackage
DISTRO=Lakka PROJECT=RPi DEVICE=RPi ARCH=arm scripts/build yourpackage
Rebuild All Package:
rm -rf build.*
DISTRO=Lakka PROJECT=RPi DEVICE=RPi2 ARCH=arm make image
Build Plan Location:
build.*/.threads/plan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment