Posts by jernej
-
-
-
As release notes state, support for OrangePi 3 LTS is experimental and it probably won't be stable for official LE11 release. There will be no wifi support in either case.
-
I don't know if having an open source cpu would make any difference in the community. Would this thing stick?
Looking purely from programming point, CPU instruction set doesn't matter. What matters is capability (either HW video decoding or speedy CPU, etc.) and platform maturity (good mainline drivers). StarFive isn't there yet, but it's progressing.
-
offbeat I think I finally have good replacement for the PR which breaks your board - using this patch http://ix.io/4mPK and SUNXI_SETUP_REGULATORS=0 TF-A build setting.
Please test following image: http://jernej.libreelec.tv/test/gs1/
-
Only OrangePi 3 LTS is based on Allwinner SoC. I'll check why it's not listed. I'm not sure if OrangePi 4 LTS is officially supported. Anyway, it has Rockchip SoC.
-
I want to try it and see if the Kodi menu will not be faster. Now that menu in kodi is jerky with late response.
It will be the same on eMMC and SD card. What needs to be done is to enable GPU dynamic frequency scaling, which is actually already possible but not enabled, because it's untested. In order to enable it, DT patch is needed. This way, higher frequency can be set, which allows for smoother animations.
-
It's hard to determine correct RX and TX delays, which are needed for good or even stable performance, due to different PHY drivers in various forks.
-
Can you please test this update? http://jernej.libreelec.tv/test/cec/
I removed kernel patch which produces dw_hdmi_cec_hardirq: stat=11 LOW_DRIVE. I'm not sure if it's really needed.
-
Probably not for all hardware
They are in default patch set. So yeah, not applicable for RPi and amlogic, but for everyone else.
They are not in RPi, but I pulled the rtw88 USB patches + fixups in and tested them.
Where did you pulled them from? You should apply rtw88 patches from https://github.com/LibreELEC/Libr…patches/default
The USB drivers cause lock-ups and performance (~100Mbps via iperf) is worse than out-of-tree modules (~270Mbps).
In aforementioned patches is a lot of locking fixes but hard to tell if a additional fix is needed without dmesg output. Performance is lower, since USB (and SDIO) transport part of RTW88 driver is community driven, but you have to start somewhere. In any case, this is best that you'll get, out of tree drivers are rejected for a reason.
-
dootsie5times USB rtw88 drivers were merged in 6.2 and were backported to 6.1 in LE, so they are present in current LE11 nightly images.
-
No problem. Fortunately, LE11 stable is not too far in the future. No ETA though.
-
malat can you try LE11 nightly?
-
Yes, you just need to add additional CPU operation point, either by editing DTB file or via DT overlays. Why would you want overclock your board? It doesn't give you much benefit for LE purposes.
-
I could use a nudge to to understand how to get VFD working on Tanix TX6. I understood openvfd is not an option for LE anymore.
I suggest that you take a look at this snippet:
and read following conversation: https://oftc.irclog.whitequark.org/linux-sunxi/2021-06-16#30012323 and maybe check openvfd code for FD650 commands (chip used in Tanix TX6). Note, above example was never tested in LE. I don't know if above libs are included, most probably not. Last but not least, it's not completely standard I2C communication. For each transmission you have to set "Ignore ACK" or similar flag.External Content pastebin.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.Randomly at reboot (the very first one after resize for instance)
I hoped nobody will experience that. I got such issues when RSB bus was clocked at 4 MHz. I lowered that to 100 kHz and never observed such issue again. I guess I could lower it still. I'll prepare test dtb file, which you can just replace on SD card for testing purposes.
Analog audio output not available.
It's stated in OP that H6 image doesn't support analogue audio. Driver is missing. I wrote one, but due to configuration issues, I never PRed it. I guess it's LE12 material.
Just for my understanding, if the WiFi chip get supported in the mainline Linux kernel in the future, should it be supported by LE?
Yes, but chances for that are low.
-
-
I obviously found time today, check: RE: Nightly images for A64, H3, H5, H6 and R40 boards
-
Here is test image for OrangePi 3 LTS. It doesn't and it won't support wifi, but ethernet should work fine. Please test:
From tomorrow on, there will be nightly images too.