I tried the "no sdcard" method on my Pi3 and it works - I was able to boot LibreELEC from USB flash drive. However, it does not boot after a soft reboot. It requires a power cycle to boot. Any ideas if this is normal behavior?
Posts by smp
-
-
Any chance of an x86 build of 8.2.0 with the old 4.8 kernel?
I'm not going to bother with 8.2. Here's an updated generic 9.0 Leia build with kernel 4.8.
LibreELEC-Generic.x86_64-9.0-devel-20171122224031-231122-k48.tar
-
That should work.
-
Looks like it's I/O dependent: the problem manifests after tens of minutes when just displaying DVB stream (cca 90mins) but with heavy disc I/O in serveral minutes...
I noticed that too.
-
Would you confirm that 4.8 would be the newest kernel not having the issue described here?
Yes.
-
So is this issue resolved?
No.
QuoteWhat was the commit that caused the problem?
Nobody knows for sure.
Quotedid this issue affect OSMC
Yes.
-
I would start with doing a test without the big RPi update patch
The RPi2 build fails with unpatched vanilla kernel. The only way to build without a RPi patch is to use a kernel from raspberrypi/linux git.
-
I decided to mess around with kernel 4.9.48 and replaced USB and PHY kernel driver sources with the sources from kernel 4.8.16 (I simply replaced drivers/usb and drivers/phy folders). I built an RPi2 image using that "modded" kernel. The issue is still there. So I guess it is not a USB issue and commit e6445f52d9c8b0e6557a45fa7d0e8e088d430a8c (The big USB, and PHY, and extcon, patchsets for 4.9-rc1) have nothing to do with the issue.
Any other ideas are welcome
-
We need someone who can reproduce the issue on a PC and a good linux skills. Otherwise this will never be fixed.
Building images with downgraded kernel becoming less useful, especially for Rpi2/3.
-
I can confirm no improvement with kernels 4.13 or 4.9.43.
-
Is this commit also in latest Milhouse testing builds with kernel 4.13?
Yes.
I'm unable to test this right now due to rainy weather (poor signal from my sat dish).
-
-
VC1 1080p will not play smoothly on Pi2/3 without a license.
-
-
Isn't it supported via media_build?
-
-
Try the patch linked in the last comment.
Thanks, it worked!
-
I'm having an issue compiling the Generic build. Looks like there is some problem with gcc 7.2 because older versions of LE9 master compiled fine with kernel 4.8.x.
Codekernel/built-in.o: In function `update_wall_time': (.text+0x58be7): undefined reference to `____ilog2_NaN' make[1]: *** [Makefile:951: vmlinux] Error 1 make[1]: Leaving directory '/home/a/projects/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.0-devel/linux-4.8.16' Makefile:12: recipe for target 'image' failed make: *** [image] Error 2