Hi, please tell me how to build LibreElec 10 for Raspberry Pi Zero W
Raspberry Pi Zero W
-
adrgu371 -
March 19, 2021 at 12:32 PM -
Thread is Resolved
-
-
- Official Post
PROJECT=RPi DEVICE=RPi ARCH=arm make image
^ that will get you an image, but it will run poorly because LE10 is not properly functional on non-RPi4 pi devices at this time, and even when we fix the main bug preventing an RPi2/3 release it will still run poorly on RPi0/1 devices because they don't have enough RAM for the new video pipeline; which is why we have no plans to release images for them anymore.
-
Thank you !
-
it will still run poorly on RPi0/1 devices because they don't have enough RAM for the new video pipeline
In this video from 2017 we can see LE ate only 18% RAM on Pi Zero:
** VIDEO DELETED DUE TO SHOWING PIRACY ADDONS **
Do we regressed so much since then?Would adding some swap help?
PS: asking in spite Pi Zero 2 W just launched, it's much more powerful but still has only 512MB of RAM..
-
Hi bam - it is the change to use v4l2 and the video decoding process, not Kodi/LE itself, but without the video decoding - doesn’t fit the brief.
By default 512MB CMA is used - previously 384MB was used but that was not enough to handle all 4k HEVC files. This can be tweaked with the cma dtoverlay - but keep in mind that if you reduce CMA memory you risk running into video decoder / graphics issues.