I'm not aware that RK hardware supports 10-bit output at the moment.
Posts by chewitt
-
-
It's the first time I read a report of "greenish diagonal stripes" so hard to comment. It sounds like the TV falsely advertising colour modes that don't really exist or bad HDMI cables. In the past some colour issues have been resolved by installing to emmc which uses upstream u-boot not the Amlogic vendor one. That issue wasn't on WP2, but could conceivably be similar. No real idea though

There are no drivers for the internal DVB tuners. It's quite simple to compile the tuner/demod drivers, but that's only 2/3 of the puzzle. There is no V4L2 demux to link everything together, and that's something non-trivial to create.
-
[RFE] Include dm-mod.ko by default. · Issue #5905 · LibreELEC/LibreELEC.tvDescribe This is actually a feature request. With Ventoy we can just copy the LibreELEC.img to the USB drive and directly boot it. It's very convenient for…github.com
Ventoy depends on something we don't include and have deliberately avoided adding for the last decade. From our side; they broke support that we don't use or need or rely upon, and it's their responsibility to un-break it.
-
Addind the driver package.mk is not enough to build the driver. You also need to mod the project or device 'options' file to build the driver package. You may also need to add/pick firmware from linux-firmware.
-
We don't do anything unusual with SD card creation/formatting .. so

-
You are in the wrong forum for assistance with pirate download tools. Goodbye.
-
Not possible because VNC requires a Windowing system and in the GBM/V4L2 world we run directly on the DRM framebuffer without any kind of Windowing environment. You can crossgrade to the Generic-Legacy image which still uses Xorg, but no HDR there (if using kit that can support that). This is not technically a bug (everything working as designed) and it will be non-trivial to 'fix' so I wouldn't expect to see any progress anytime soon.
-
Use the code in this repo at this commit: https://github.com/chewitt/ssv605…d6bc33c6ce33b1f - newer commits will break the driver. The driver is crap so if it compiles you're lucky. It will not run on anything newer than Amlogic 3.14 or maybe 4.9 vendor kernels. Don't even think about asking for support!
-
thanks for great release, only thing I miss now is non-crazy white subtitles for hdr on rpi4, any progress on that?
No progress. It's not something simple to fix so won't be a quick one.
-
"getedid create" not "get edit create" .. try again

-
Just use the "box" image and run from SD card.
-
I'm guessing.. but output to small displays requires an LE add-on to provide system support for the LCD device, and the separate Kodi add-on which configures Kodi to output something onto the display. If you're missing one of the other .. no output.
-
MiQi does not have S/PDIF output, so the audio card node in dts/dtb file does not describe an S/PDIF interface. You will need to build a custom LibreELEC image with kernel patch to modify the device-tree (adding the interface).
-
-
The Generic (not Generic-Legacy) x86_64 image should run on that system AFAIK.
-
Spielmops If the box has Android (WeOS) still installed then you must configure and boot with the "box" image. Once booted into the box image you can download the "wetek-play2" image to /storage and overwrite Android with emmctool to run LE from emmc if you like. I do suggest you try the image from an SD card first before overwriting Android as there are feature/function differences between the old vendor kernel imag and AMLGX and it won't meet everyone's requirements.
-
There is no such thing as a "stuck" screen, only GPUs that are perhaps no longer supported (or loading the wrong driver) and thus never overwrite the boot splash with Kodi. You should still be able to SSH into the box and run "pastekodi" to share a URL so we can see what's wrong or not working.
NB: LE does not (and never will) guarantee to support all hardware. It's nice if things can keep going, but if older hardware doesn't align with our long-term technical direction and desire to keep the distro simple, we aren't going to bend over backwards to support it.
-
The official Plex add-on is broken and needs to be fixed by Plex devs.
Until that happens I've been using the version here: https://pannal.github.io/dontpanickodi/ which works fine. There are quite a few refs to it in the Plex forums.