hi
i'm using the blue led for know if ssh is started (cause i still have the cold boot problem on SD )
by default when the plug start the led goes on (maybe we can change this in u-boot ?)
so i make blinking the led when ssh is started, I'm running debian 2.6.32-5 and i no have the trigger "heartbeat" I use the trigger "timer"
in /etc/init.d/ssh I put the lines
-case start-
echo "timer" > /sys/class/leds/plug\:green\:health/trigger
echo 1000 > /sys/class/leds/plug\:green\:health/delay_on
echo 2000 > /sys/class/leds/plug\:green\:health/delay_off
-case stop-
echo "none" > /sys/class/leds/plug\:green\:health/trigger
Now I'm sure my plug is started and I can connect with ssh
