The BeagleBone has 4 user leds located on the main board close to the Ethernet port. They typically won't be visible if you put the BeagleBone in an enclosure, but they can be good for debugging and visually seeing the status. The user leads are accessible from user land on the file system at this location:
On the BeagleBone Black Rev C, they are here:
There is one directly per user led, named:
Inside each directory, there is a file names "brightness". If you write a "0" or a "1" to this file, then you can control the status of that led. Here is a sample command to turn on user led 1:
BeagleBone Black Rev C:
Note that user led 0 is already in use to indicate Ethernet activity, so you should use the user leds 1,2 and 3 for you projects. For reference, this is the mapping to GPIO pins the user leds are mapped to:
|
Using the BeagleBone >