mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Orangepi 5 Plus hdmi has stopped working - was working fine #60
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @david3a on GitHub (May 26, 2024).
I have been using this repo to scale and encode HDMI inouts from 1080p25 sources.
I am now trying to get 4kp30/60 working but generally got green screens with the v4l test bench and errors like the following with ffmpeg
have switched back to 1080p25 andf get same results, tried testing with the v4l2 utils,
and
Seems the v4l2 is "broken" in some way, any ideas or suggestions? It was looking for really good till then!
David
@nyanmisaka commented on GitHub (May 26, 2024):
HDMI RX is disabled by default on OrangePi 5 Plus due to a kernel issue.
@david3a commented on GitHub (May 26, 2024):
hi, had loaded the hdmi overlay through the orangepi-config tool, have taken it out and will retest after re-adding it again
@nyanmisaka commented on GitHub (May 26, 2024):
I assume that you are using a vendor-provided image bc you mentioned the
orangepi-configtool.But the hdmi-rx controller is also disabled in their linux 6.1 kernel tree.
bf29fd9652/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dtsi (L394-L395)bf29fd9652/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts (L323-L324)@david3a commented on GitHub (May 26, 2024):
after disabaling and re-enabling the overlay still the same, load average is 0.0
puzzled how its gone from working to not working,
is it worth trying the older kernel? current is
@david3a commented on GitHub (May 26, 2024):
any suggestions on a different distro or version?
@nyanmisaka commented on GitHub (May 26, 2024):
It may work on legacy kernel 5.10.160, but I doubt you'll have difficulty downgrading.
HDMI-RX on OPi 5 Plus is already disabled by default on most famous distros, such as Armbian and Ubuntu-rockchip.
You can try https://github.com/Joshua-Riek/ubuntu-rockchip and use
overlays=rk3588-hdmirxto enable the hdmi-rx controller.How to use overlay: https://github.com/Joshua-Riek/ubuntu-rockchip/wiki/Ubuntu-24.04-LTS
@david3a commented on GitHub (May 26, 2024):
i'll try that, was just reading through that repo, thanks