New failsafe dmz led pattern - 2 quick flashes every second

SVN-Revision: 185
This commit is contained in:
Mike Baker 2004-12-24 02:40:31 +00:00
parent 9d1a5b497c
commit 12d993873c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ echo 0x01 > /proc/sys/diag
sleep 1
if [ $(cat /proc/sys/reset) = 1 ] ; then
export FAILSAFE=true
while :; do { echo $(((X=(X+1)%8)%2)) > /proc/sys/diag; sleep $((X==0)); } done &
else
mtd unlock mtd4
mount -t jffs2 /dev/mtdblock/4 /jffs