Merge pull request #2343 from wrxtasy/m_Blue_LED

projects/Odroid_C2: Turn off annoying blue flashing LED on boot
This commit is contained in:
Christian Hewitt 2017-12-21 08:35:32 +04:00 committed by GitHub
commit b3d50640fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,3 +67,6 @@ esac
# Include deinterlacer into default VFM map # Include deinterlacer into default VFM map
echo rm default > /sys/class/vfm/map echo rm default > /sys/class/vfm/map
echo add default decoder ppmgr deinterlace amvideo > /sys/class/vfm/map echo add default decoder ppmgr deinterlace amvideo > /sys/class/vfm/map
# Turn off the annoying Kernel activity - Blue Flashing LED
echo none > /sys/class/leds/blue:heartbeat/trigger