Orange Pi Lite freezing and restart at load. (Media library update and addon installation)
Or just me?
Orange Pi Lite freezing and restart at load. (Media library update and addon installation)
Or just me?
Orange Pi Lite freezing and restart at load. (Media library update and addon installation)
Or just me?
512 mb is insufficient.
jernej Could it be perhaps possible that the HDMI driver is telling the TV/AVR/monitor that the output is in limited range while it actually is full range therefore ending up with a clipped range as a result. AFAIK at least the TCL TV is able to automatically determine the HDMI input range and use the correct settings accordingly. Still no amount of fiddling with range/brightness/contrast settings is able to recover the lost blacks.
512 mb is insufficient.
I understand and thank you. But you shouldn't restart it. Can I do something?
jernej
After I build from source code on my Orane pi I have max 1024x768p resolution.
I used:
PROJECT=Allwinner DEVICE=H3 UBOOT_SYSTEM=libretech_h3 ARCH=arm make image
But if I use your image libretech_h3 I have 1920x1080p
Ok, I think I used official repo not your... I will try again.
jernej
After I build from source code on my Orane pi I have max 1024x768p resolution.I used:
PROJECT=Allwinner DEVICE=H3 UBOOT_SYSTEM=libretech_h3 ARCH=arm make image
ut i I use your image libretech_h3 I have 1920x1080p
Thanks marcins, i will try.
I understand and thank you. But you shouldn't restart it. Can I do something?
No, you cant. What do you want to hear? Simply... You can throw it in the electronic waste or install the older Jarvis version from jernej.
The 512MB machine is now just a sh*t.
Display Morepsyapathy Sorry, no time to actually debug that. You can however try to build your own image and your own addon. Use following repository:
GitHub - jernejsk/LibreELEC.tv: Just enough OS for KODI
Command to build OrangePi Win image:
PROJECT=Allwinner ARCH=arm DEVICE=A64 UBOOT_SYSTEM=orangepi_win make image
Command to build addon:
PROJECT=Allwinner ARCH=arm DEVICE=A64 scripts/create_addon <addon name>
andreabak OpenELEC image used kernel which doesn't consider EDID at all. This was one of the pain points. You had to change fex file if your monitor didn't support 1080p. Besides, only 1080p, 720p and few other patched-in resolutions were supported. Here, on mainline kernel, a lot of stuff is based on EDID. Can you post output of following command?
edid-decode /sys/class/drm/card0-HDMI-A-1/edid
There are some other possible differences. AFAIK, mainline HDMI driver doesn't set correctly metadata like colorimetry, aspect ratio, etc. This might also be the problem.
This fork impossible build for Opi? GitHub - 5schatten/LibreELEC.tv at libreelec-9.0-rr
No, you cant. What do you want to hear? Simply... You can throw it in the electronic waste or install the older Jarvis version from jernej.
The 512MB machine is now just a sh*t.
Still restarts shouldnt happen. I had problems with the add ons, not sure if thats now fixed...
It was really faster without the addon.
Hi all,
First a big thank to you jernej for your work, I am now using your build on my OP Plus 2E, and it's really good
I've noticed few problems when a movie pauses due to slow/lost connection, then when the movie starts again the image sometimes is stuck (audio plays OK).
Apart from that, my Xbox 360 (wired usb) controller does not work. From lsmod, xpad module is not loaded. I suppose you did not activate it in your build? If so, I would appreciate to integrate it in next version.
Thanks again,
can anyone explain how to setup a cross compiling environment, preferably using docker, to compile libreelec for orangepi h3?
Use the docker templates in our git repo, clone the repo, read the wiki section on self-building, checkout the allwinner branch, build.
andreabak It could be that some metadata are not set correctly. I haven't had time to look into that yet.
tothb001 I'll remove images for boards with 512 MiB of RAM soon. They won't be officially supported.
marcins 1024x768 resolution means that Linux failed to read EDID data from monitor. Because of that, it selected fallback resolution 1024x768. This issue is more common than I thought. For me, it usually helps to unplug HDMI cable on both sides and reconnect. Sometimes it also helps to unplug board completely (all cables) and left it for a few minutes. I really don't know what the issue is and it happens rarely for me, so I don't know how to test possible solutions.
psyapathy yes, it doesn't contain anything AW related. You would have to clone my repo and merge commits from that one. You have to learn a bit about git tool to do that.
lumpi latest update should fix crashing addons. It uses different repo which has addons specifically compiled for Allwinner boards.
orgonth There are probably a lot of drivers missing. The best way would be that you make a PR against allwinner branch which enables drivers you want. Please do that for both, 32 and 64 bit arm architectures at the same time.
BTW, streaming was not actually well tested. Just few seconds once. I guess error handling has to be improved, but that is known already.
I build from your repo and resolution works fine.
Tthe only thing that does not work is passthrough via hdmi. I will try look at this but I don't know enough about it. I know only probably this is problem with alsa / pulseaudio config.
I know only probably this is problem with alsa / pulseaudio config.
Sadly, no. DW HDMI driver has to be improved, but yes, alsa config needs to be improved too.
tothb001 I'll remove images for boards with 512 MiB of RAM soon. They won't be officially supported.
Is there a version with the older 3.4.113 kernel? Or is v18 kodi not possible? The OpenELEC 7.0 you built was very good, but old.