Check if now it is ok?
Posts by vpeter
-
-
My issue may be slightly different from what others here are running into. If I turn my TV off, sometimes when I turn it back on CEC has some kind of issue reinitializing after I turn my TV back on. I've found restarting the Pi fixes this and more recently found that if I just move the HDMI cable to another port it fixes the issue as well. It's pretty bizarre.
Try switching from hdmi to livetv and back. This works for me. -
Creator just writes disk image to USB. If this image is good to boot from I have no idea. Maybe some amlogic guys will comment.
-
Can minix neo x8-h plus even boot from USB stick?
-
-
(or be happy to send a zip of a directory that does crash every time...300+ jpg pictures even though they're all limited to 1920x1080 resolution @ 240 ppi).
Upload it somewhere. -
Hope a new version solves the problems.
I checked current one and it is working fine here.Still don't know exactly what is not working? I see both httpd and mysql server running which means everything is ok.
Maybe you should use docker - it should be much easier.
-
Seems all fine to me

-
-
I would suggest to stop services and remove userdata folder (seems something went wrong on initial run).
Codesystemctl stop httpd systemctl stop mysqld rm -fr /storage/.kodi/userdata/addon_data/service.web.lamp systemctl start httpd systemctl start mysqld
and then wait 5 or 10 minutes (just to be sure everything started correctly). -
-
-
Seems it is problem with pulseaudio? Check config.log where (and why) it gets /usr path from.
-
It is still happening with latest LibreElec and Windows 10 Creator Update
Probably because no one tried to reproduce the issue. And did you made any investigation by yourself? Probably some easy fix is needed. -
What was SDFormatter error?
-
Is there another way that the USB-Creator could make a USB stick without partitions in the first place?
In case you missed my previous answer: Creator only writes disk image to target device byte-by-byte. Disk image has two partitions because libreelec has such requirement. -
Restart Windows and after that close Creator, open SDFormatter, select device, format.
-
Why does the the USB-SD Creator need to make a partition on the USB stick or SD card when run from windows.
It doesn't appear that Windows is capable of working with partitions on these types of devices.
Because it just writes disk image to USB disk/SD card. Nothing more.
To make the tool user friendly could the windows USB-SD Creator tool be programmed with the ability to reclaim the USB stick or SD card for use in windows (i.e. unpartition for dummies).
Yes, this function is on my todo list and already done some initial work. Together with faster writing speed (double than what is now), write verify option and backup function. But no ETA (not in the mood for anything at the moment).For now SDFormatter must be used to init device to initial state.