hostkit that's strange. Can you unplug all USB devices during boot and try again? OrangePi Plus 2E is my main H3 testing board and I never noticed such issue.
Posts by jernej
-
-
I tried to disable passtrough and I selected 5.1 output - still no sound at all from multi channel sources. Only GUI sounds and 2.0 sources.
I am not sure what did I wrong.
First make sure that correct audio output is selected. You should see the name of your AVR/TV/monitor in that audio output selection menu.
Equally important, EDID should also advertise multi channel LPCM support. You may check that with executing: edid-decode /sys/class/drm/card0-HDMI-A-1/edid If you are not sure, you can paste output of that command here and I can tell you then.
-
Script worked correctly, but skipped /flash/extlinux (probably because it's write-protected?)
This is probably the reason why it doesn't boot. That folder contains a file with parameters for correctly booting Linux. Just make sure it's copied over. Maybe "-r" is missing in cp command?
During an attempt to boot from eMMC, it writes
That is harmless and actually expected.
-
Small correction, currently up to 8 audio channels over HDMI are supported on Allwinner, just no passthrough.
-
please push it upstream so it's official part of LibreELEC.
It is already: LibreELEC.tv/projects at master · LibreELEC/LibreELEC.tv · GitHub
P.S. Now I'd like to copy it from microSD to internal EMMC as it will be my main HTPC player now (bye bye Raspberry Pi!). I'll try to find some instructions for that. Then I'll see if I can get sleep and wake-up working
Install to eMMC is not supported yet, although with a bit of Linux knowledge, you can do it already by executing some commands. There are some ideas how to make user friendly eMMC installer, but nobody is working on that ATM.
about sleep and wake up - that's more complicated and depends on what you mean by wake up. Is this just a power button press? that is probably easy to achieve (but not much lower power consumption). If you mean wake up by IR or even HDMI CEC, that is much more complex, because is needs special firmware on low power coprocessor, to actually wait for signal and wake up main cores. Such firmware is actually in the works (crust-firmware on github), but I'm not sure when it will be good enough to use/integrate here.
-
It's works fine, except for HDMI pass through. So no sound at all.
on my TV sound over HDMI works just fine, but it's linear PCM (LPCM), which is the only type it's currently supported by images. I'm 100% sure any HDMI monitor, TV or AVR support it, as it is mandatory by standard. Why don't you just disable passthrough in settings and sound should be working.
-
macchese because it is only test image, I didn't bother with addons repository. Any addon built for H3 should work here too... If I get enough positive comments, I will send request to include it in LE master, so it will get nightly releases (once issues around nightlies are resolved).
Polczak there are currently some issues with nightly images. I hope they will be resolved soon.
libreeleec_test H6 GPU driver works, otherwise Kodi wouldn't run. -
Here is test image for OrangePi PC2: libreelec-h5.arm-9.1-devel-20190425225538-45899b4-orangepi_pc2.img.gz
HDMI-CEC doesn't work, but otherwise it seems to be good
-
dolphs pineH64 is first supported H6 board because TL was kind enough to provide early samples and thus I can test everything on it. Unfortunately, I haven't received any H6 based OrangePi samples, so currently work for those boards depends on people who have them. But I see that mainline effort for them progress nicely, so I might add them soon.
-
jcstaudt I'll wait for kernel 5.1 to be released before trying to make A20 image. Unless you want to take initiative and prepare images by yourself?
It would be nice if someone step up as (co)developer for A20 and similar SoCs, because I don't have any and I don't have detailed knowledge of them, albeit with 5.1 it should work well already, just no HDMI audio.
-
Yeah, then I remember correctly. Frame grabbing is not yet implemented for DRMPRIME renderer, at least not for the method it uses.
-
Is there any chances we can use hyperion with these builds? Seemes like there some issues with framgrabber.
I suppose hyperion needs working screenshot functionality? That will need extending Kodi and maybe kernel too.
-
Yea, its HDMI audio passthrough, and I tried all the available outputs.
If passthrough mode is on, a distorted noise plays in the speakers.
As it is noted in OP, passthrough is not yet supported.
-
Thanks, I'll test it in following days
-
noblock do you mean Allwinner H5: lima 1e80000.gpu: pp error (#73) · Issues · Lima / mesa · GitLab ?
Lima is not yet used for any SoC, but I'll prepare a variant with lima for H3 and A64 soon (H5 is currently not supported and thus not a priority).
-
what do you mean with direct sound output? HDMI audio passthrough or something else? Anyway, did you try to select different sound output?
-
Patiently waiting for working LE support which would be awesome!
I have basic H5 port, but it's not very stable. You can build it yourself, though:
GitHub - jernejsk/LibreELEC.tv at h5
You can build image by:
PROJECT=Allwinner ARCH=arm DEVICE=H5 UBOOT_SYSTEM=orangepi_pc2 make image
Reportedly it works good at 1080p, but my 4K test sucked. BTW, HDMI CEC also doesn't work.
lumpi I was intentionally vague. Just go with chewitt proposal.
-
what does incompatible mean in this context? Do we have to reinstall from scratch?
What kernel feature is missing?
Updating won't work because kernel won't be able to mount squashfs image due to unsupported compression method (zstd). Nightly images will have this method supported in kernel.
I suppose you could update it by hand, but that's not recommended nor supported.