-
Notifications
You must be signed in to change notification settings - Fork 4
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
Some parts of the patch no longer work #5
Comments
I don't have this board anymore, or the time to work on it, unfortunately. I leave this repo up so that it may be of assistance should anyone else want to see what was required to get it working at the point i stopped playing with it. |
I have 2 orangepi zero, and I am interested in making composite out work :) Would linux 5.xx or 6.xx have any chances of enabling the TV out? Even if we go line-by-line finding the correct places to change? |
I know this is 4 years late… but I am trying to use Steve’s image in my orange Pi zero … should I add something in the armbianEnv text or should I run tasksel or something like that? |
No idea, I don't even know where my opi zero is anymore :) You might have better luck looking to see if the linux-sunxi devs have more uptodate patches. |
I just made TV output work with your image:
In the Linux 6.1 armbian image, there is no "tve" option in hardware. I haven't seen whats available in the Linux 5.15 official armbian image. |
This comment in armbian.com points to another kernel patch that works on linux 5.10 |
I tried to apply this patch to a recent version of the kernel (4.19) using the armbian compile script and it no longer applies all the changes and thus the patch fails. It seems like there have been some changes in some of the files since linux 4.14 (specially in the file /drivers/gpu/drm/sun4i/sun4i_tcon.c), I would try to fix it myself but I do not have the time and I got stuck in some part due to not having experience in writing kernel patches.
The text was updated successfully, but these errors were encountered: