Skip to content

Commit

Permalink
Merge pull request #322 from JacobZang/master
Browse files Browse the repository at this point in the history
Edge2: set green led heartbeat when system bootup
  • Loading branch information
numbqq authored Sep 12, 2024
2 parents f6844da + e8f72c3 commit c476a80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions archives/filesystem/special/Edge2/etc/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ chmod 666 /dev/$rootdevice
[ -f /sys/class/fan/enable ] && chmod 777 /sys/class/fan/enable

# Set white led heartbeat
echo heartbeat > /sys/class/leds/red_led/trigger
echo heartbeat > /sys/class/leds/green_led/trigger
echo heartbeat > /sys/class/leds/blue_led/trigger

# Reboot test handle
if cat /proc/cmdline | grep -q reboot_test > /dev/null; then
Expand Down

0 comments on commit c476a80

Please sign in to comment.