-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump meson and meson64 EDGE kernel to 6.9.y #6669
Conversation
It's seem like that you forget to move patch/kernel/archive/meson{,64}-6.8 to 6.9. |
- meson patches are ok - meson64 patches needs re-work
Hello @igorpecovnik, I did some experimentaton to address the dtb overlay compilation and installation issues with kernel 6.9; you can see the progress on rockchip 32 bit edge bump |
Signed-off-by: Patrick Yavitz <[email protected]> Signed-off-by: Patrick Yavitz <[email protected]>
Signed-off-by: Patrick Yavitz <[email protected]>
Hello, I allowed myself this commit to update Also I renamed all the overlay/*.dts files to .dtso to use the machinery that is already in the kernel makefile. I tested the results on a khadas vim3l and it works: the kernel boots and the overlays gets applied. I spotted though that some meson64 overlays do not apply correctly and make u-boot complain about "missing The reason they don't work is because they miss the |
- add SoC ID patches for S905L, A113X - fix memory double free in driver - update dt bindings Signed-off-by: Viacheslav Bocharov <[email protected]>
Update meson-gx-socinfo-sm driver patchset to latest version |
hdmi patch for meson from v6.8 seems broken with 6.9 kernel. |
... and 8723cs wireless driver. |
@kernelzru do you have time to check this HDMI patch or I disable it for now? |
@igorpecovnik updated patches from xdarklight (pr #6698), it now builds and boots, but need testing hdmi. I can test in a few days. |
Many thanks! I will merge this so we can build, tests can wait longer. |
I the offender is the shared driver in patches/misc, I can handle that. |
8723cs is supported by the RTW88 mainline driver. You can try that one instead. If it works just as well as the old driver, we can leave the 8723cs for the older kernels and move to RTW88 for the new kernel versions. |
rtw88 not all time works stable, and for some card not support AP mode. |
This would need to be tested by people that have hardware and time. I can only keep this going as is. If better option exists, its sane to switch, but it seems its still a trade in term of functionality. |
My thoughts on the RTW88 issue, is that this is what the edge kernel is for. To be moving forward towards full mainline support, edge = unstable. So I say we should move forward with the mainline driver now in edge. Get six months or a year of experience with it. Then next year when we have discussions of moving the current kernel to the new LTS kernel (6.12 or whatever it will be at the time), we can decide if RTW88 is stable enough in mainline or not at that time. We can always keep what we currently have from current 6.1 at that time. |
It appears to me that 8723cs has been introduced in kernel 6.10, kernel 6.9 has is no |
Apologies, I didn't see your comments before writing PR #6703
Yes, that's totally understandable.
While I wouldn't consider Maybe someone who owns a device with this wifi chip can test it out. But the best tests will be out in the wilds when it has already been commited. While the testing methodology of "commit and wait if someone complains" is rather crude, it is a viable strategy nonetheless. It's more a matter of "does this methodology conform with the project's philisophy".
Yes, you are correct. |
Are there any other Armbian supported boards using the RTL8723DS aside from the RockPi-S? |
I'm fairly certain this is the RTW88 bug impacting the 8732DS: This is the most comprehensive discussion on the efuse problem I have ever found! |
Sifting through the Armbian forums I believe "tinkerboard r2.0" does have this chip as well.
Interesting, thanks! I might have seen something regarding efuse during my research yesterday as well, maybe I'll find it again. |
It should be in the Asus Tinkerboard Rev.2, which is a recent revision of the original Asus Tinkerboard with rk3288, still with the rk3288; it is in graylist: most of the board is the same, the soc is a revised version and wifi is rtl8723ds. Can't test though directly since I have the revision with rtl8723bs |
Btw, tested hdmi with 6.9.3 meson kernel with new patches, it's working, it was tested on odroid c1 |
* Bump meson and meson64 EDGE kernel to 6.9.y * Rename patch folders * Adjust broken patches, one remaining * Add overlay support * meson64: rename overlays to dtso, update makefile * Update meson-gx-socinfo-sm driver patchset for meson64-6.9: * add SoC ID patches for S905L, A113X * fix memory double free in driver * update dt bindings --------- Signed-off-by: Patrick Yavitz <[email protected]> Signed-off-by: Patrick Yavitz <[email protected]> Signed-off-by: Viacheslav Bocharov <[email protected]> Co-authored-by: Patrick Yavitz <[email protected]> Co-authored-by: Paolo Sabatino <[email protected]> Co-authored-by: Viacheslav Bocharov <[email protected]>
Description
Maint. There is a problem AR-2352 i need help with.
How Has This Been Tested?
Checklist: