H616 and H313 are basically same soc, so no. While I worked on H616 support, it doesn't work well due to display driver issues. Currently best supported Allwinner soc is H6.
Posts by jernej
-
-
H313 SoC is not supported by LE, so no, it won't work.
-
I only have ordinary Orange Pi Win board and everything seems to work fine with LE 12.0.1.
If you have serial console, please add systemd.debug-shell=ttyS0 ssh at the end of APPEND line and remove quiet in extlinux/extlinux.conf. This should print bunch of lines which should help to narrow problem down.
-
ilchenko Can you reproduce the issue? Patch https://github.com/Pulse-Eight/li…11cf637e3.patch from https://github.com/Pulse-Eight/libcec/pull/616 would probably help.
-
hv00 sorry for late reply. I have suspicion that OPi PC variants changed and don't have 32 kHz crystal anymore. Can you check if you have v1.2 version? Can you provide detailed photo of both sides with good enough quality to read out markings?
is H265 (HEVC) hardware decoding still supported for H3. im running LE11 and im having problems with playing FHD HEVC content due to it being software decoded(the output is choppy).
It works fine on LE12 nigthly. It doesn't support 10-bit HEVC though. Can you check if that's the case?
eraldin96 I just tested LE11.0.6 on BPi-M2U and HDMI output works fine. Can you give more details?
-
Before Libreelec 12 it always started up in 1080p but since libreelec 12 it starts in 2 of the 3 times on 1024x720. I have to reboot a few times to get it in 1080p.
This sounds like there is an issue by enabling DDC lines to read EDID. Not sure how this can be random. I guess I'll need to test it for myself, but not sure when.
I just added video=1920x1080@60 to the append line in extlinux.conf. I hope this will fix it.
That will help with video resolution, but you'll most likely lose HDMI audio.
In case this is the wrong way to do it, what's the correct way?
To fix kernel/DT issue

getedid doesn't seem included in Libreelec for Allwinner.
no, but you can find edid blob in sysfs and use edid-decode to get readable text. In any case, 1024x768 resolution is indicative to failed EDID read.
-
Sorry for late response. There is nothing relevant that changed for analog audio, except kernel. Can you test LE13 nightly images?
-
Try to install latest LE12 nightly. There were some fixes about video playback.
If anyone is interested, I can also post WIP images where video decoding is re-done and TX6 is capable of smooth 4k@60 HEVC playback.
-
-
Enable ssh, connect to it and run install2emmc. WARNING: it will wipe out Android without backup!
-
LE supports only wifi chips which are natively supported by mainline kernel. You most likely got some XR819 or other random Chinese wifi, which is not supported.
-
sorry for late response. This was fixed last month and you can use nightly images
-
-
Most of the time, AW boxes come without root password, but there is this very old trick: https://olimex.wordpress.com/2016/05/10/how…d-linux-kernel/
In any case, I suggest #linux-sunxi IRC channel on oftc server for further help. This is not general dev forum.
-
Provide a debug log, there is just too many questions.
-
one question, 12.0 release uploaded on wesnesday has ethernet issue fixed or will you launch new one?.
No, official LE12 release doesn't have this fix, but it will be in next point release. However, image that I uploaded is basically LE12 source + fix, so you can use it till point release.
-
Great! I'm glad it works. I'll prepare PR next week. I guess you can use this image for foreseeable future.
-
Making proper board support means creating device tree file and proper U-Boot configuration. This gives you board specific binaries which can be also used for FEL booting. In the H3/H2+ era, this was done by first dumping firmware from the board and extracting script.bin, which is then converted to human readable named script.fex. This file contains all board specific configuration, which is used for creating device tree file and U-Boot config. In any case, you have to first obtain access to existing system, so you can dump it. Since UART doesn't work, I don't have idea how to do that.