Skip to content
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

Open
JORGETECH opened this issue Feb 18, 2019 · 6 comments
Open

Some parts of the patch no longer work #5

JORGETECH opened this issue Feb 18, 2019 · 6 comments

Comments

@JORGETECH
Copy link

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.

@stevenj
Copy link
Owner

stevenj commented Sep 24, 2021

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.
If anyone does fix it and wants to merge patches, i will happily accept them however.

@robertojguerra
Copy link

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?

@robertojguerra
Copy link

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?

@stevenj
Copy link
Owner

stevenj commented Feb 20, 2023

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.
https://linux-sunxi.org/Main_Page

@robertojguerra
Copy link

I just made TV output work with your image:

  • Run armbian-config, click "System", "Hardware", activate "tve"
  • Navigate back to "System", click "Bootenv", in the "overlay" line, after "usbhost2", add "tve" (this might be redundant to the step above)
  • Exit, run "tasksel", select "Debian Desktop" and "XFCE"
  • Reboot, then in 2 minutes I see the XFCE login screen :)
    It works :), but there is vertical overscan... I know other people have managed to fix this, so I am in the correct path

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.

@robertojguerra
Copy link

This comment in armbian.com points to another kernel patch that works on linux 5.10
https://forum.armbian.com/topic/6582-orange-pi-zero-h2h3-tv-out-on-mainline-working/#comment-117822
jernejsk/linux-1@ad153ef?diff=split

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants