At le13 is RA as flatpak also broken. It dont know start or see kernels. Try download kernels and after their run. Maybe there is issue with rights of reading or writting of files.
Posts by atirage21
-
-
I waited better support from this forum.
Here is fix from Gemini for temperature indicator of CPU (after run command must be also restarted kodi with command: systemctl restart kodi):
Code
Display Morecat << 'EOF' > /storage/.config/get_temp.sh #!/bin/sh # Iterácia priamo cez súbory type for type_file in /sys/class/thermal/thermal_zone*/type; do # -q (tichý výstup), -i (ignoruje veľkosť písmen), -E (regulárne výrazy) if grep -qiE "soc|cpu|core" "$type_file" 2>/dev/null; then # Odstránenie /type z cesty na získanie koreňového adresára zóny zone_dir="${type_file%/*}" if [ -f "$zone_dir/temp" ]; then raw_temp=$(cat "$zone_dir/temp") echo "$((raw_temp / 1000)) C" exit 0 fi fi done echo "N/A" EOF -
Only for information, here is scheme of mainboard
https://dl.radxa.com/rock5/5b+/docs/hw/radxa_rock5bp_v1.2_schematic.pdf
I found a state, that is suspend is not suported yet. I understand, that LE13 is in beta state.
Dmesg:
-
Yesterday i tried last version of retroarch from flatpak at LE 13 and i was supresied, that is missing of supporting for the most effective audio output for these devices: Openal (OpenAL is a low-latency audio driver that minimizes audio lag and stuttering in RetroArch). Openal is supported also in retroarch for coreelec.
-
Here are picture from terminal to a ( in GUI of Kodi missing) temperature of cpu and fan control of Radxa Rock 5b+
-
In LE 13 was not work automatic updates.
Here are general logs for development:
-
OK, so "manual dualboot" works include LE at sd card with community SPI installed through Armbian 26.2.6 (not same SPI as from Radxa)
-
Now in picture yet is without sd card at Batacore Linux. I would like have "manual dual boot" for using both systems. Trouble of libeeelec is that booting from sd card is not start at my device with spi (spi block image of libreelec and spi is needed for starting system direct from nvme). At internet i found this documentation from 2025: https://rockchip.fr/RK3588%20datasheet%20V2.2.pdf
-
After 3 days of trying of installation at SPI, i was succesfull with Batocera linux. Now i would trying at libreeelec.
-
Big thank for updated realease of build for device Radxa Rock 5b+.
I put only outputs as feedback of system:
[ 20.414896] rockchip-drm display-subsystem: [drm] *ERROR* POST_BUF_EMPTY irq err at vp0
LibreELEC:~ # [ 18.006587] 8021q: 802.1Q VLAN Support v1.8 sh: missing ]https://paste.libreelec.tv/gonophoric-jordan.log
Also i saw output from retroarch:
Code
Display MoreWARN] [GameMode]: GameMode cannot be enabled on this system ("dlopen failed - libgamemode.so: cannot open shared object file: No such file or directory.") https://github.com/FeralInteractive/gamemode needs to be installed. [WARN] [Config]: GameMode unsupported - disabling.. [INFO] RetroArch 1.21.0 (Git baee906) [INFO] === Build ======================================= [INFO] CPU Model Name: ARMv8 Processor rev 0 (v8l) [INFO] Schopnosti: ASIMD [INFO] Version: 1.21.0 [INFO] Git: baee906 [INFO] Built: Jun 10 2025 [INFO] ================================================= [INFO] [Input]: Found input driver: "udev". [INFO] [Environ]: SET_PIXEL_FORMAT: RGB565. [INFO] [Core]: Version of libretro API: 1, Compiled against API: 1 [INFO] [Core]: Geometry: 320x240, Aspect: 1.333, FPS: 60.00, Sample rate: 48000.00 Hz. [INFO] [Video]: Set video size to: fullscreen. [INFO] GLES version = 2. [INFO] [EGL] Falling back to eglGetDisplay [INFO] [EGL]: EGL version: 1.5 [ERROR] [EGL]: No EGL configs with appropriate attributes. [ERROR] [EGL]: #0x3000, EGL_SUCCESS [INFO] [GL]: Found GL context: "null". [INFO] [GL]: Detecting screen resolution: 320x240. [INFO] [GL]: Vendor: (null), Renderer: (null). [INFO] [GL]: Version: (null). [ERROR] [Video]: Cannot open video driver.. Exiting.. [ERROR] Fatal error received in: "video_driver_init_internal()" [INFO] [Core]: Content ran for a total of: 00 hours, 00 minutes, 00 seconds. [INFO] [Core]: Unloading core.. [INFO] [Core]: Unloading core symbols.. -
I found some information at armbian. Maybe is it only about add posibility to dtb ?
build/config/boards/rock-5b-plus.conf at main · armbian/buildThe official build framework for the Armbian Linux distribution. This repository contains the complete toolchain and scripts required to compile custom OS…github.comRadxa rock 5b+ have feature for booting from nvme through spi boot.
-
I tired install LE 13 at NVME? but i though that is not supported with this unique spi image of Radxa rock 5b+: https://dl.radxa.com/rock5/sw/image…-5b%2B/release/
I tried many posibilieties, but always it was needed delete spi with zeros.
https://paste.libreelec.tv/undoughty-arielle.log
https://paste.libreelec.tv/nonloving-yair.log
https://paste.libreelec.tv/embowed-bruna.log
Maybe these logs it help, because also e..g. dont goig sensor of temperature for cpu (it is going at kodi only information about temperature of GPU)
-
It is not smart. Newer chips as S922x dont have HW acceleration with panfrost. And there is also opensource driver from mali which is really functional. In panfrost is supported only OpenGL ES 3.1, on other hand in Bifrost is supported OpenGL ES 3.2 on identical device.
-
Why was not updated driver from r16 (r23) to r51 for mali ? https://github.com/chewitt/mali-bifrost
Mali Drivers | Open Source Bifrost Mali 3rd Gen GPU Architecture Kernel Drivers – Arm DeveloperThe Android and Linux version of the Mali GPUs Device Driver provide low-level access to the Mali Bifrost GPUs. The open source drivers provided on this page…developer.arm.comwith support compatibility sure kernel to 6.7 according to file version_compat_defs.h
-
It is true. OK maybe for improvement performance of s992x and s922xj is this ide a of activating cache of cpu, which must be implemented to dtb: https://discourse.coreelec.org/t/s922x-ugoos-…ng-needed/52692
Him idea helped me to smooth gui working in ondemand gpu government in Coreelec. Maybe for SW decoders would be relevant.
-
It is not true. Differences are size of ram and size of emmc. Frequences of cpu ang gpu in relation s922x vs. s922xj.
-
Hi, in tree is missing dtb for ugoos am6plus. In coreelec was created for it in aarch64 CE-22.
-
Hi,
i tried play TV streams of my providers on registred devices KI Pro according to Android ID (related to mpeg-dash), but Simple client PVR is not start play in Libreelec/Coreeelc, if is not identified android id on libreelec/coreelec. It is possible install support for "dedicated - writable" id android direct to Libreelec / Coreelec?
THX