Can't enable HDMI RX on Orange Pi 5+ #1261
-
| 
         Not sure what I'm missing, i am in no way an arm sbc expert. the only place before this board where i had to deal with the abomination called uboot was openwrt. As far as I understand, HDMI RX is disabled because it's drivers are dogshit and it spams interrupts which causes higher load which is undesirable for most users so it's disabled on driver level by default, and simply toggleable with a device tree tweak on /etc/default/u-boot. I tried and it didn't work. And yes, like any ordinary guy who cant find it on google, I asked ai. Tried bunch of stuff. Didn't work. Here's what I've tried; and yes i used chatgpt for this too, am lazy as fuck Absolutely! Here’s a more polished GitHub issue draft for you. Hello, I am working with Orange pi 5 Plus, a RK3588-based device running Ubuntu 24.04 with kernel version 6.1.0-1025-rockchip. The goal is to use the HDMI RX input, but the corresponding video device node (e.g., /dev/video0) does not appear. Here’s what I’ve tried: 
 -- My final goal is to use hdmi rx as some sort of network-connected capture card to be used in another obs rig. in a similar fashion to NDI but it can also be a simple rtsp output as well. Normally I'd use belabox image for that but since I am using the board with some other server purposes, I want to do the hdmi stuff without that abomination of an image running on my board. pls help  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
         | 
  
Beta Was this translation helpful? Give feedback.
just sudo orangepi-config -> enable HDMI RX and restart, when you enable/disable in orangepi-config some hardware it adds or removes overlay in /boot/OrangepiEnv.txt, dtbo file will assign hdmi-rx node in your device-tree and you will see many /dev/videoX devices, choose one /dev/video0 or /dev/video10 or etc...