User Tools

Site Tools


mycnc:hdmi_event_handler_for_sbc_tinkerboard

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mycnc:hdmi_event_handler_for_sbc_tinkerboard [2018/03/23 16:55] skirillovmycnc:hdmi_event_handler_for_sbc_tinkerboard [2018/11/18 23:27] (current) skirillov
Line 1: Line 1:
 +===== HDMI event handler for SBC Tinkerboard =====
 +
 +
 We use **ARMBIAN** Linux for Tinkerboards. We use **ARMBIAN** Linux for Tinkerboards.
 We found HDMI events are not handled by default in Armbian. As a result monitor might go to "Power Safe" mode after Power On, HDMI cable connected or resolution changed. We found HDMI events are not handled by default in Armbian. As a result monitor might go to "Power Safe" mode after Power On, HDMI cable connected or resolution changed.
Line 57: Line 60:
  
  
-1. **UDEV** rule should be setup to catch events from HDMI. File "99-hdmi.rules" is added to "/etc/udev/rules.d" folder. HDMI rules are +2. **UDEV** rule should be setup to catch events from HDMI. File "99-hdmi.rules" is added to "/etc/udev/rules.d" folder. HDMI rules are 
 <code C 99-hdmi.rules> <code C 99-hdmi.rules>
 SUBSYSTEM=="drm", ACTION=="change", RUN+="/usr/local/bin/hdmi-toggle" SUBSYSTEM=="drm", ACTION=="change", RUN+="/usr/local/bin/hdmi-toggle"
mycnc/hdmi_event_handler_for_sbc_tinkerboard.txt · Last modified: 2018/11/18 23:27 by skirillov

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki