[8.90.6] LibreELEC 9.0 Alpha for S905/S912 devices
-
GDPR-2 -
October 20, 2017 at 4:01 PM -
Closed -
Thread is Unresolved
-
-
Be sure to download and rename the correct dtb.img for your device and place it on your microSD.
I copied dtb.img from 8.x S905X microSD to the 9.x microSD and the libreelec logo appears, but after a while it shows a mounting error (LIBREELEC_DISK can't be mounted).
-
No 23, 29 & 59 hz in this version.
Code
Display MoreLibreELEC:~ # cat /sys/class/amhdmitx/amhdmitx0/disp_cap 480p60hz 576p50hz 720p60hz 1080i60hz 1080p60hz 720p50hz 1080i50hz 1080p30hz 1080p50hz 1080p25hz 1080p24hz 2160p30hz 2160p25hz 2160p24hz smpte24hz smpte25hz smpte30hz smpte50hz smpte60hz smpte50hz420 smpte60hz420 2160p50hz 2160p60hz 2160p50hz420 2160p60hz420
update:
Just realized that 8.1.10 doesn't show thees rates either in cat /sys/class/amhdmitx/amhdmitx0/disp_cap, But they show up in kodi display settings, and my AVR reports thees rates when selected. In your build, they do not. If i add them to disp_cap in userdata, they are selectable, but i just get a black screen and have to restart kodi if selected.
-
GDPR-2 there is a problem with the firmware for qca9377 they get copied to /usr/lib/kernel-overlays/base/lib/firmware/firmware/.
So right now no wifi with that chip.
Codemakeinstall_target() { mkdir -p $INSTALL/usr/lib/kernel-overlays/base/lib/firmware cp -PR lib/firmware $INSTALL/usr/lib/kernel-overlays/base/lib/firmware cp -P usr/share/doc/qca-firmware/copyright $INSTALL/usr/lib/kernel-overlays/base/lib/firmware/LICENSE.qca }
The mkdir should not include firmware as that is the only difference between your package.mk and that from kszaq.
And I noticed rebootfromnand only does a regular reboot.
-
Nokogiri You shouldn't be having any issue as all the modules are symlinked to their old location, there was changes in 9.x by the LE team and keeping them at their old location breaks the build.
DS-1 Extract the img.gz and download rufus and burn the image to your USB drive with that as I've just tried it and had no issues, an easier option and the way I update is to just place the tar file in the Update folder on the Windows share and reboot the device.2re I have looked into this, disp_cap only displays what values the kernel is reporting and this is taken from the edid data your tv provides, the necessary kernel options are already enabled for 23/29hz @ 4k, all I can suggest is rebooting your tv/device and see if the option appears if your tv does indeed support these modes.
-
GDPR-2 the module itself is not a problem. But the firmware for qca9377 ends up in /usr/lib/kernel-overlays/base/lib/firmware/firmware/. It took me 20 minutes to realize the problem is that as mentioned earlier the packag.mk creates $INSTALL/usr/lib/kernel-overlays/base/lib/firmware so that the cp -PR copies the folder named firmware from the deb and not only its content into $INSTALL/usr/lib/kernel-overlays/base/lib/firmware/. That means the module can't load any needed firmware. The symlink stuff works fine.
-
Nokogiri I see exactly, what you mean, I have pm'd you a link to a build to see if this fixes the issue, please let me know.
-
DS-1 Extract the img.gz and download rufus and burn the image to your USB drive with that as I've just tried it and had no issues, an easier option and the way I update is to just place the tar file in the Update folder on the Windows share and reboot the device.
Ok, it works.
I've noticed that wifi is not working and the second reboot, after changing some things in the menu (such as language and stuffs like that) causes a filesystem corruption.
-
updated to this form sx05re on my s905 box, boots and works just fine but i cant find netflix plugin, tried kodi repo, tried all repos
-
Yeah,
Kodi crashes each time, when tried to invoke inputstream from amazon/netflix,
that's why I've reverted back to LibreELEC-S905.arm-9.0-devel-20171020154750-r27181-g427aded12.tar...
updated to this form sx05re on my s905 box, boots and works just fine but i cant find netflix plugin, tried kodi repo, tried all repos
Intall this repo - repository.netflix-1.0.1 - and then look for the plugin in it.
-
Kodi crashes on LibreELEC-S905.arm-adamg-1.0.0.img.gz.
-
Kodi crashes each time, when tried to invoke inputstream from amazon/netflix,
Same here. When I select an episode, Kodi restarts.
And another annoying bug: I was watching a 45min episode in HEVC and playback stopped 2 times without apparent reason. Just as if I'd hit the stop button, it threw me back to the episodes listing..
I'll see if I kept a log and upload it.
-
Same here. When I select an episode, Kodi restarts.
And another annoying bug: I was watching a 45min episode in HEVC and playback stopped 2 times without apparent reason. Just as if I'd hit the stop button, it threw me back to the episodes listing..
I'll see if I kept a log and upload it.
Dose this happen if you disable Adjust Display Refresh Rate ?
-
Dose this happen if you disable Adjust Display Refresh Rate ?
I'll check it when I have some free time.
But I don't see how it can cause the playback problems I described.
-
I'll check it when I have some free time.
But I don't see how it can cause the playback problems I described.
Well, I have problems with rates at 23, 29 & 59. And if i force Kodi to one of thees rates, it restarts.
-
I don't have a Netflix account so I'm unable to debug that issue unless someone wishes to share their account with me to debug the problem.
Wifi has been fixed for some devices in the next build.
I appreciate people reporting bugs but I need a copy of your logs to look into them further. -
Yeah,
Kodi crashes each time, when tried to invoke inputstream from amazon/netflix,
that's why I've reverted back to LibreELEC-S905.arm-9.0-devel-20171020154750-r27181-g427aded12.tar...
Intall this repo - repository.netflix-1.0.1 - and then look for the plugin in it.
thanks for that, installed netflix just to get the same problem as you. keeps freezing and rebooting after i try to play an episode
-
thanks for that, installed netflix just to get the same problem as you. keeps freezing and rebooting after i try to play an episode
It would help if you had provided a copy of your kodi log
Nevertheless I have discovered the problem with the Netflix addon, it will be fixed in the next build. -