The Orange Pi 3 board is connected directly to the TV via HDMI.
HDMI version EDID 1.4
Posts by ilchenko
-
-
Hi,
Thank you for your response. I have set the log level to DEBUG in system settings as per your instructions. If you need any additional information or logs, please let me know how to collect them, and I will provide them as requested.
im using board:
- Orange Pi 3 / LPDDR3 2Gb / EMMC FLASH 8Gb -
Hello,
I am encountering an issue with libcec on my LibreELEC system. The program crashes with the error message "double free detected in tcache 2". I have debugged the issue using gdb and found that the error occurs in the free function within libc.so.6. Here is the relevant backtrace:
Thread 33 "PeripBusCEC" received signal SIGABRT, Aborted.
[Switching to Thread 0xffff067cef00 (LWP 2547)]
0x0000ffff7b21b394 in ?? () from /usr/lib/libc.so.6
(gdb) bt
#0 0x0000ffff7b21b394 in ?? () from /usr/lib/libc.so.6
#1 0x0000ffff7b1d9384 in raise () from /usr/lib/libc.so.6
#2 0x0000ffff7b1c6e9c in abort () from /usr/lib/libc.so.6
#3 0x0000ffff7b20fe88 in ?? () from /usr/lib/libc.so.6
#4 0x0000ffff7b2247f4 in ?? () from /usr/lib/libc.so.6
#5 0x0000ffff7b2268e8 in ?? () from /usr/lib/libc.so.6
#6 0x0000ffff7b228a14 in free () from /usr/lib/libc.so.6
#7 0x0000ffff7e85b25c in CEC::CCECClient::Process() () from /usr/lib/libcec.so.4
#8 0x0000ffff7e85cbb8 in P8PLATFORM::CThread::ThreadHandler(void*) () from /usr/lib/libcec.so.4
#9 0x0000ffff7b219a7c in ?? () from /usr/lib/libc.so.6
#10 0x0000ffff7b27b70c in ?? () from /usr/lib/libc.so.6
The issue appears to be related to CEC::CCECClient::Process() in libcec.so.4.Could you please provide guidance on how to resolve this issue or if there are any updates or patches available that address this problem?
Thank you for your assistance.
Best regards,
Evgeny -
Hi all!
SYSTEM:
Libreelec nightly-20220401-aa8df56 (H6.arm)
ASP,NET Runtime 6.0.1 addon
Trying to run a service with ASP.NET Core + Angular + MariaDB application. If I run it in the terminal via Putty, everything works fine. The site opens outside the network.
I.e. the application works fine.
Codedotnet exec --runtimeconfig RadAlarm.Web.runtimeconfig.json --depsfile RadAlarm.Web.deps.json RadA larm.Web.dll --urls=http://192.168.31.235:8088/
But when I close the terminal and closes the application session so I need to install the application as a service.
Found a sample service configuration in documentation and finalized it:
Code
Display More[Unit] Description=RadAlarm.Web - ASP.NET Core App based on radiation detector and ESP32 controller [Service] WorkingDirectory=/storage/project ExecStart=/storage/.kodi/addons/tools.dotnet-runtime/bin/dotnet exec --runtimeconfig RadAlarm.Web.runtimeconfig.json --depsfile RadAlarm.Web.deps.json RadAlarm.Web.dll --urls=http://192.168.31.235:8088/ Restart=always RestartSec=10 SyslogIdentifier=RadAlarmLog User=root KillSignal=SIGINT Environment=ASPNETCORE_ENVIRONMENT=Development Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false Environment=HOME=/root [Install] WantedBy=multi-user.target
the service will not start with this configuration
The following error is written in the logs:
Code
Display MoreJun 02 14:22:25 LibreELEC RadAlarmLog[24922]: Process terminated. Couldn't find a valid ICU package installed on the system. Please install libicu using your package manager and try again. A Jun 02 14:22:25 LibreELEC RadAlarmLog[24922]: at System.Environment.FailFast(System.String) Jun 02 14:22:25 LibreELEC RadAlarmLog[24922]: at System.Globalization.GlobalizationMode+Settings..cctor() Jun 02 14:22:25 LibreELEC RadAlarmLog[24922]: at System.Globalization.CultureData.CreateCultureWithInvariantData() Jun 02 14:22:25 LibreELEC RadAlarmLog[24922]: at System.Globalization.CultureData.get_Invariant() Jun 02 14:22:25 LibreELEC RadAlarmLog[24922]: at System.Globalization.CultureInfo..cctor() Jun 02 14:22:25 LibreELEC RadAlarmLog[24922]: at System.Globalization.CultureInfo.get_CachedCulturesByName() Jun 02 14:22:25 LibreELEC RadAlarmLog[24922]: at System.Globalization.CultureInfo.GetCultureInfo(System.String) Jun 02 14:22:25 LibreELEC RadAlarmLog[24922]: at System.Reflection.RuntimeAssembly.GetLocale() Jun 02 14:22:25 LibreELEC RadAlarmLog[24922]: at System.Reflection.RuntimeAssembly.GetName(Boolean) Jun 02 14:22:25 LibreELEC RadAlarmLog[24922]: at System.Reflection.Assembly.GetName()
Have any idea how to fix this ?
Thx before for any help!
Ugh...
сlose this thread
Problem solved
added a line
Hope this help somebody too )
-
Hi guys!
I cant open menu Libreelec Configuration.
LOG:
Code
Display More2021-05-07 18:56:27.262 T:899 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'locale.Error'> Error Contents: unsupported locale setting Traceback (most recent call last): File "/usr/share/kodi/addons/service.libreelec.settings/service.py", line 8, in <module> import oe File "/usr/share/kodi/addons/service.libreelec.settings/resources/lib/oe.py", line 68, in <module> File "/usr/lib/python3.8/locale.py", line 660, in getpreferredencoding File "/usr/lib/python3.8/locale.py", line 608, in setlocale locale.Error: unsupported locale setting -->End of Python script error report<--
locale output:
Code
Display MoreLibreELEC:~ # locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= LibreELEC:~ # locale -a C POSIX
How to fix it ?
-
LibreELEC-H6.arm-9.80-nightly-20191003-a027672-orangepi-3.img.gz
i found the october nightly. Maybe someone needs.
-
ilchenko things will improve once first alpha/beta and then hopefully stable images will be published for Allwinner. Then you'll always have image where addons should work. Nightlies are by definition unstable.
thx for answer, Can someone tell me where to download the previous nightly version with python 2? it was totally fine for me. Moreover, I use addons that are rarely updated and do not think that they will be rebuilt for python 3 in the near future.
-
to @chewitt
Too bad there's no backwards compatibility. The developers needed to think about it.
-
hi. After update lo the last nighty i catch a several exception as mainly in python scripts.
in the previous image PVR has stopped works, but at last there's only one working addon youtube. Almost all addons don't work. ((
-
Here is recompiled PVR addon Index of /kodi_19/
anyway get error about import addon="kodi.binary.instance.pvr" version="5.10.3"
-
Here is recompiled PVR addon Index of /kodi_19/
thx!
-
Gatuno I tried using your instruction for moving libreelec from sd to emmc on a Orange pi 3 h6. It didn't work. After removal of the sd card the opi 3 just boots into its chinese default system. Do you have some advice on how to move it correctly?
Gatuno sorry i missed the bootloader thing. where do i get the u-boot-sunxi-with-spl.bin if i don't compile libreelec myself?
-
Hi jernej !
i have a problem sample. Can you look at this like you're gonna have time pls:
And one more question. I've already written before about wired network. It doesn't work properly. It only works after the update through the .update folder and fall off after the first reboot.
just in case attach the logs: http://ix.io/20cg
thx!
-
with this nightly LibreELEC-H6.arm-9.80-nightly-20191029-708dbf9-orangepi-3.img.gz
wired network doesn't work(
After the second update, the network started up...
And one more problem. PVR simple plugin now incompatible(
The dependency on kodi.binary.instance.pvr version 5.10.3 could not be satisfied
-
Regarding first issue, just dd fresh unzipped image.
hi jernej !
Thx for help, I did it.
Use this guide:
Code
Display More# Check the name of eMMC in the system ls /dev | grep mmc # mmcblk1 or mmcblk2. Zero is sdcard # Mount eMMC partitions if they are mounted umount /dev/mmcblk2 # Clear eMMC dd if=/dev/zero of=/dev/mmcblk2 bs=1M count=32 # Restart just in case reboot # Write an image on eMMC dd if=LibreELEC-H6.arm-9.80-nightly-20191003-a027672-orangepi-3.img of=/dev/mmcblk2 # Turn off the machine shutdown
-
Hi guys.
I have 2 questions.
1) Someone can share a recipe how to moving libreelec from SD to eMMC. i tried copying with the dd command, but does not work because the partition size is different. 16GB on SD and 8GB on eMMC and therefore, I get the error "No space left on device". Probably I need a sh script that will create the necessary partitions and copy the contents of the SD. I have seen similar scripts for other boards, even tried a couple of them, but they only formatted the eMMC, but did not copy the OS. Can someone help with it?
2) I've written before. There was a problem with BD remux files. When playing, there was just a green screen and that's it.
Now the main part of the BD remux files is played perfectly, but there is still a one problem with playback from a certain time. For example, I watched 30 minutes of the movie and pressed stop. Then I press the play button again, the player offers me to continue from the 30th minute and if I press agree, the player hangs deliberately. But if I choose to watch from the beginning, then after the movie starts to play, i can rewind it for 30 minutes and watch it further. This is only with 40-50GB files such as BD remux format. Maybe someone will test it too.
Thank you in advance for the answers)
-
Next nightly should have working USB3 on all supported H6 boards and joydev driver enabled (for those who use gamepads).
ilchenko ^
Oh, thx!
-
ilchenko I get a green screen with flickering on H6, but normal video on PC, so it's a good sample. I'll take a look, but don't expect quick solutions. Last H264 issue took me half a year to solve and it turned out to be HW quirk.
The most important thing is to reproduce the error. And we did it. For solution we are wait as long as need. Thx!