-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Switch meson edge to 6.13 kernel #7747
base: main
Are you sure you want to change the base?
Conversation
Can you also try to switch CURRENT to 6.12.y, which is going to be LTS? |
iMHO, it would be best to first switch edge to 6.12 so that 6.12 gets some testing on it. Then move legacy to 6.6, current to 6.12 and edge to 6.13. |
Yes, better. |
Hello @kernelzru . I tried your version on MXQ clone, which also uses s805 soc. To get any HDMI output, I had to apply the same I apply for 6.12 kernel (https://github.com/armbian/build/blob/main/patch/kernel/archive/meson-6.12/0067-meson8b-mxq-add-HDMI-support.patch) I am getting |
Hello. I've taken patches from xdarklight repository. There is also dts for MXQ device. Can you try with it? Not shure, that it will help, but may be:) |
The dts file you pointed me to, has exactly the same fixes as those already in armbian patches (except minor reordering), so it won't help. I did some experiments. I can confirm that the issue is introduced with one of the xdarklight's patches. I looked through the patches to find something, that would resemble any of the functions in the crash callstack. I found two suspicious callbacks added and commented them out. Patches rebased on kernel v6.13.5, some patches copied over from 6.12 (not sure if still needed, but preferred to keep them for now) and the workaround are available on this branch: https://github.com/domin144/armbian-build/tree/meson_6.12_on_xdarklight_6.13_clean_up With this workaround added, I no longer observed the crash. I did some tests and it worked really nicely. Even HDMI audio was working. Not yet sure, what got broken (the callbacks were there for some reason). While this is definitely a workaround, not a solution, there is so much good staff in the xdarklight's patches, that I think it's worth giving it a try. @xdarklight : no sure what would be the correct way to file an issue against the patches. Maybe you would like to take a look at the kernel crash above? |
Switch meson edge to 6.13 kernel
Hdmi patches from xdarklight github repo