Posts by vpeter
-
-
Check if mysqld is running
Can you log in with phpMyAdmin and user root and password 123?You can also try removing whole userdata folder (you will lose everything you set up - copy first if you have something important for this addon)
-
-
Not sure if you can do what you want. But I was reading this - control USB power per-port.
-
Can you post whole lsusb?
-
-
-
DarkAllMan, can you try this image? Console is already set to see more output.
LibreELEC-imx6.arm-8.0.1-sr-3.14-cubox-i-som-v15.img.gz
Update: I got confirmation that this image boots on cubox-i with som v1.5.
-
dv505, as I can see from next post from DarkAllMan file imx6q-cubox-i-som-v15.dtb is correctly loaded. But not sure what is wrong after that.
DarkAllMan: did you enabled serial console in uEnv.txt file? It should look asCode# make boot more quiet #console_arg=quiet morequiet # or having quiet and serial console #console_arg=console=ttymxc0,115200 quiet morequiet # show messages in serial console console_arg=console=ttymxc0,115200 no_console_suspend=1
Then you should see some boot messages from kernel.Anyway, in mine image with 3.14 kernel there is little newer u-boot used. I will investigate this but I don't have any device with SOM v1.5 (only CuBox i4Pro).
pssturges, thanks for reporting back.
-
Yes, seems I was testing only with kernel 4.4 which works. But not with 3.14.
Anyway, download LibreELEC-imx6.arm-8.0.1-sr-3.14.img.gz (27-Mar-2017 15:19 142322090 bytes) file again and update with it. After that IR should work.
-
I think this could help.
-
-
Then build system must be fixed to cover some corner cases like this. But I assume this problem doesn't happen to everyone?
Which package is problematic ones to use host libraries? I think we would need similar thing for linking.
-
Seems I forgot to check if IR still works because there were some changes in this field. Will do later today when I come from work.
Mhm, but you are saying that with official image it works? Strange, because in my build there is no change regarding this. Will see.
-
Seems this is for you: Package updates: update kodi, ffmpeg, libcec by MilhouseVH · Pull Request #1465 · LibreELEC/LibreELEC.tv · GitHub
Then you will be on master++
-
-
It is safer to use
Codegrep -q EHC1.*disabled /proc/acpi/wakeup && echo EHC1 >/proc/acpi/wakeup grep -q XHC.*enabled /proc/acpi/wakeup && echo XHC >/proc/acpi/wakeup
It enables EHC1 only if it is disabled. Same for XHC: it disable it if it is enabled.You should check what values are set after boot - maybe they were changed between releases.
-
Why? It builds without a problem after this.
You are mixing libraries from two different systems. If it works doesn't mean it is correct solution (far from that). You need to find out why it fails to find correct library when building image.