So I found the bug with Zero2W image. Here are prebuilt images, without working audio, so you need some kind of USB audio card:
Posts by jernej
-
-
I updated above branch with OrangePi Zero2W target, but unfortunately it doesn't run. I need to solder serial console before I can continue debugging. Zero3 works fine though (without the audio). If anyone wants to experiment, build command is:
PROJECT=Allwinner ARCH=aarch64 DEVICE=H618 UBOOT_SYSTEM=orangepi-zero2w make image
-
-
-
-
-
sky42 since I don't follow this topic, is TL;DR version that "max bpc" property is 0 at boot and your script bumps it to 10?
If so, this is from what I can tell kernel bug. First, lower limit is 8, not 0. Secondly, kernel code initializes "max bpc" property to max, but it's later overwritten to 0 in reset state. This will be changed in large HDMI related patch series, more specifically in patch 10. However, it's not marked as a fix (since it's part of rework and I'm not sure if it's really considered as a fix), so it won't land in stable kernels.
-
Eh, this board, while it's pretty similar to Tanix TX6, has some unresolved issues. Since I don't have it, I can't debug issues and it's thus unsupported.
-
I rebased the branch and make sure that it builds. However, I noticed that OrangePi Zero 2W is officially supported from Linux v6.8, which is not yet released. This means you need also backport support for it and enable HDMI and GPU for it in DT.
-
Unfortunately I don't have much energy for hobby work at this time. However, now that U-Boot v2024.01 has been merged to LE master branch, you can rebase https://github.com/jernejsk/LibreELEC.tv/commits/h616/ and add OPi Zero 2W support. However, this will be without any audio.
-
Have you tried Tanix TX6 image? If that doesn't work, then it won't be supported.
-
Please follow https://github.com/LibreELEC/LibreELEC.tv/pull/8466 Once it's merged, it will be in LE12 nightlies in about a day.
-
If you have proper OTG host cable, with ID pin properly wired, it should work out of the box. Do you have it? Although, it seems that USB OTG driver is not enabled in kernel.
-
Nope, different SoC and more importantly, unsupported GPU in mesa. There is even no binary blob GPU driver (gbm version).
-
I also wanted to ask if there any pins that are not powered when going to sleep mode, so I can connect the fan on them and make it stop?
Good question! Unfortunately I have no idea.
-
No, I mean LibreELEC image.
-
no need for update. It's already part of released image. Just switch to SPDIF output in settings.
-
There is internal Fast Ethernet PHY, yes. However, the only LE image that supports it on H6 is Tanix TX6. But Tanix TX6 image won't work, because Tanix TX6 doesn't have PMIC, but this one does. So there is no other way than making custom DT file for this board. As with other boards, if you want to fully take advantage of this one, then you have to customize image specifically for it. Note that NAND chip is clearly visible on photos - it is not supported by kernel.