Posts by vpeter
-
-
In Libreelec settings try to enable "wait for network".
As a last reserve you could add this into autostart.sh file
-
-
-
Could I find it in the git source?
LibreELEC.tv/distributions/LibreELEC/splash at master · LibreELEC/LibreELEC.tv · GitHub
-
Get a kodi log file and there will written what is going on.
-
Probably you hit black screen issue. Use image with Linux 3.14: LibreELEC-imx6.arm-8.0.2-3.14-sr.img.gz
-
No idea actually. But can you make a screenshot?
-
stuff under folder projects/imx6 like
projects/imx6/options
projects/imx6/patches
projects/imx6/linuxpackages/tools/u-boot
packages/linux
-
No need to duplicate project. Currently imx6 projects already covers 3 different devices. With same linux version (3.14) and two different u-boot versions.
Would be easier to just adapt u-boot and linux packages if you need different bootloader and linux version. Linux you probably don't need different - just a new device tree for your device.
Boot process depends on your u-boot version. Usually text config file uEnv.txt or some binary script is used. SPL can also be used (depends on your version).
SD card has 2 partitions: on first is kernel/system/device tree files and second is used as storage.
Would be easier to discuss this on IRC.
-
Kodi also runs as root.
I don't really know how to use sshfs. I assume you could just add a line in autostart.sh or create a proper service file for this if thing would work.
Something like this from console should work:
Codemkdir /media/sshfs sshfs -o allow_other,defer_permissions [email protected]:/ /media/sshfs
-
Seems it is network then. 1080p movies are probably more problematic because they need higher bandwidth.
You could use sshfs on cubox directly. I think it is included in network-tools addon.
-
First copy some files to your SD card on cubox itself and check if same problem occur. I was playing multiple files over samba without a problem.
-
would greatly appreciate a step by step help in using it
-
Thanks for the offer but I already have CuBox-i4Pro. Imx6 project is not as good as others and newer will be. But it is still kicking...
-
No one knows what is wrong. And there is not much hope to get it fixed (I can't even replicate). That's why there are my builds with other kernel where you don't see this error.
-
You can try my image with 3.14 kernel: LibreELEC-imx6.arm-8.0.2-3.14-sr.img.gz
And I don't see any of this two problems.
-
This fix is included in not published 1.3 version