Yet again another flashing amber[SOLVED]
-
I have a blinking external LED on pin 1 and ground with series resistor, and a few lines of shell code. Works good. Decided to have it start upon boot. Put into /etc/rc.local this line: sh /root/blink.sh
Also works good. But notice the amber never stops flashing, like the boot hasn't fully completed. This prevents me from starting the Console. PuTTY is OK to get into the command line.
-
@Don-DeGregori said in Yet again another flashing amber:
I have a blinking external LED on pin 1 and ground with series resistor, and a few lines of shell code. Works good. Decided to have it start upon boot. Put into /etc/rc.local this line: sh /root/blink.sh
sh /root/blink.sh &
-
Thanks Sir