Jump to content

Building LibreELEC image

From MattWiki

Creating Build System[edit | edit source]

Start by downloading source code.

git clone https://github.com/LibreELEC/LibreELEC.tv.git /mnt/public

Then Run the Build.

PROJECT=RPi ARCH=arm DEVICE=RPi4 make image

Building Image[edit | edit source]

cd /mnt/public/LibreELEC.tv; git pull; PROJECT=RPi ARCH=arm DEVICE=RPi4 make image; rm target/*kernel target/*system target/*tar target/*tar.sha256