LibreElec 512
LaFrite 512mb finally booting LibreElec:
build with:
mali+ kernel 5.6.0-rc6 /zram as module included
and memory changes /parametr CMA 256>128
h264 sd ok /no deinterlacer/ change to egl solve problem
h264> ok
hevc4k> not ok / enable zram might help/ not tested
hevc1080p >not tested
lan > ok
builtin audio hdmi out > ok
for enable zram
autostart.sh put to /storage/.config/
>>>>>>>>>>>>>>>>>>>
#!/bin/bash
(
modprobe zram
swapoff -a
totalmem=`free | grep -e "^Mem:" | awk '{print $2}'`
mem=$(( $totalmem * 512))
echo $mem > /sys/block/zram0/disksize
mkswap /dev/zram0
swapon -p 100 /dev/zram0
) &
>>>>>>>>>>>>>>>>>>>
Comments
Do you know a good tutorial where I could start, when I want to build my own Linux for the 512mb La Frite?
compiled with 128. In this forum where I am as "Stpf99", you can revise all the necessary steps how to build libreelec for Lafrite 512:
https: //forum.libreelec. tv / thread / 20439-s805x- build-lafrite /? pageNo = 1
Only cma value changed from 256 to 128 for proper boot on LaFrite 512.
In the folder containing the image there were some addons related to television reception.
https://drive.google.com/drive/folders/1_VLzRVB6rHbpTFjH6eLzecjtUFfh4ghj?usp=sharing