that is normal serial output. But please test my update without that video=HDMI-A-1:1920x1080@60
Posts by jernej
-
-
-
I see the issue. I'll notify you when I'll have possible solution.
-
Remove drm.edid_firmware=edid/1920x1080.bin and add drm.debug=0xe instead.
Then provide output of following commands:
-
Can someone please test this H3 update:
libreelec-h3.arm-9.1-devel-20190322202823-2411a9e.tar
I think I fixed HDMI CEC issue, but I would like a confirmation.
macchese ping
-
Can you try if appending drm.edid_firmware=edid/1920x1080.bin to the same line you removed that two parameters I mentioned in previous post helps?
-
Any Chance to get this image running on an Orange Pi 3 (H6)?
Sure, someone just has to write a DT file (hardware description file). As mmad11 already noticed, there are subtle differences in board design which prevents to have single image for all of them. I don't have board (yet) so I can't write that file.
mr_d Can you remove console=tty1 and quiet from extlinux/extlinux.conf file on FAT32 partition? That way you should get much more detailed output on serial console.
-
I uploaded new images and updates. What's new:
- updated U-Boot on images (general update file doesn't update U-Boot)
- docker addon should work now without issues (cleaning of old config files may be needed)
- kernel 5.0.2
- H6 SoC is now supported
- 4K@30Hz now works without issues H3 and A64
eTerNal_cRy probably there are not much OPi Plus 2 users.
-
Is it possible to get the composite TV/composite/cvbs Output running in PAL Mode? Mainline status matrix says kernel hasn't support but I'm not sure if this is the latest state.U-Boot seems support it
No, there is no support for TV out for H3 on either, Linux and U-Boot. Not much is missing in both cases, just consensus on some implementation details. Either way, U-Boot driver doesn't help at all in this case.
Disclaimer: I'm the one who worked upon U-Boot driver for H3 TV out, but I lost interest.
-
Yeah, CEC is not stable. For some reason it's hard to make it work. Nothing I can fix soon.
-
Can you include it?
There is a reason why this is not done already and that's mentioned in OP. Another discussion here: Add Wifi driver for OrangePi Plus (RTL8189ES) by Vovanys · Pull Request #3279 · LibreELEC/LibreELEC.tv · GitHub
TL;DR: It works for now, but it won't in LE10.
EDIT: And nobody wants to deal with realtek drivers.
-
macchese all depends if someone manages to fix GPU driver bug. If yes, then everything else is very easy. If not, it only works for resolutions of 800x600 or lower.
-
Video will be decoded and displayed, but there will be combing effect visible. It really depends on the movie scene how much it is noticeable and how annoying it is.
-
no deintrlacing at all currently, or no hw deintrlacing, but sw deintrlacing still works?
SW deinterlacing works for sure, but that means rendering has to go trough GPU (higher GPU and CPU load). What I currently don't know is if you can combine that with HW decoding.
-
Deintrlacing and vsync?
HW deinterlacing is not (yet) supported, but vsync should work correctly. Deinterlacing is not an easy task, because there is no mainline driver yet and it is also not yet supported in the DRMPRIME renderer, which is used in Kodi for this platform.
EDIT: All these platforms (H3, A64, H6) have similar display/decoding hardware, so once you write driver for one of them, you can quickly extend it for others too.
-
H6 is almost on pair with H3 and A64, except analog audio and CEC is not working for some reason. HW accelerated decoding works same as on H3 and A64.
10 bit HEVC decoding almost works (some visible artifacts), but currently display driver doesn't support 10 bit output, so they are actually rendered in 8 bits.
-
It was tested in Samsung, Philips and LG tvs with differents hdmi cables, something about bat eidi info..
Can you post your dmesg or wherever it says about bad edid?
-
Any progress for H6?
Yes, I plan to upload PineH64 image next week. Since I don't have OrangePi 3, someone else will have to take care for it. It's missing few nodes in DT file.