Situation with BT is the same as before.
Try to debug issue with tools hcitool, hciconfig, ...
Situation with BT is the same as before.
Try to debug issue with tools hcitool, hciconfig, ...
With this image I have a blank screen instead of menu when movie ends
Strange.
Can you make one fresh sd card and test that. And also official image? In image above I made few changes regarding making pictures thumbs. Maybe something went wrong (even if I don't see anything).
On "real" ubuntu I did this. I assume you need to do same in docker?
Did you have a chance to test bluetooth?
Don't remember if I did at that time. But I did now. And speaker did connect to cuboxi. I selected audio device as pulseaudio and sound come from speaker.
I had to select "trust and pair" or something like that when connecting bt speaker. First I selected pair and it didn't connect. After reboot and using different option it works.
Tests were done with LibreELEC-imx6.arm-8.0.1.img.gz image.
This Problems must be somewhere within Kodi 17 (Krypton) - or the way Kodi allocates the Memory for Photo Thumbnails.
Under Android (WeOS) and Kodi 17.1 RC I have the very same behavior!
Could be. It was working fine on 7.90.006 for imx6. But now it works also in 8.0.2
How big pictures you have? And how much memory your wetek has?
4k images needs more than 60MB of memory per picture. And I think at least two pictures are resized at the same time.
This problem was confirmed also on Wetek Play with Kodi/LE.
Was using:PROJECT=Generic ARCH=x86_64 tools/download-tool
Why not just use make and download only required packages.
As long as you know what you're doing, there's no problem building as root.
Maybe. But there were multiple cases in the past where this didn't work as plan :s Better build as user and avoid one possible problem.
The main problem here is that sources are now in folder moby-1.13.1 (content has been changed even if filename is the same - happen in the past for other packages). That's why docker package.mk needs new line
Time to add SHA256 checksums in our build system. Who will start on that (I have free time)?
First of all don't build as root user. Remove complete build folder and start again.
And you build addon with ./scripts/create_addon docker.
Hagba20, it is also in imx6 repository - just search adaptive.
I think I managed to fix this issue partially. Not yet perfect but I can generate thumbs for 4k images. And this is with device with 2 GB of ram.
Please test and let me know how it goes. If still failing tell exactly what is the process (and sample images would be good if I already don't have them).
LibreELEC-imx6.arm-8.0.1.img.gz
Before Linux kernel issued Oops. But now OOM (Out Of Memory) can happen and Kodi restarts.
In case this image works it would be good to check if all video files are still played.
With your combined advice I finished my first image.
Congratulation.
The only change I made was with ~/http://LibreELEC.tv/packages/tools/dtc/package.mk changing the download from a xz compressed file to a gzip compressed file.
Yes, there were some changes and required fixes are already send to repository.
After network but without IP address probably.
Network is not yet up. Somewhere in LibreELEC settings enable Wait for network.
Other option is to add before curl line sleep 5 or even little more time to get network up.
If you can't boot from USB stick either then this has nothing to do with HDD. Maybe it is some graphic issue which causing system to reboots. Sadly this is out of my knowledge.
Qmander, sadly I don't have any idea why this happen.
When you boot from USB stick do you see boot prompt? If yes type live and press enter. Does system boots in this case?
ccache is compiler cache which speeds up recompilation. In your case it is /home/Eva/.ccache-libreelec.
But in master branch this folder is inside build folder (build.LibreELEC-Generic.x86_64-9.0-devel/.ccache for example). Seems another thing to fix in wiki.
[hr]
Ccache folder in master is build.LibreELEC-..........-9.0-devel/.ccache. It is good to remove it when some kernel is bumped or if some package doesn't build but on previous build it was.