| |||||||||||||||||||||||||||
The platform bar is a trademark of Texas Instruments. All other trademarks are the property of their respective owners. |
| |||||||||||||||||||||||||||
The platform bar is a trademark of Texas Instruments. All other trademarks are the property of their respective owners. |
Turning the NEON Light On (Hands-on Workshop)
Wednesday, Oct 21 3:00pm - 4:30pm
TechMart: San Jose room
Friday, Oct 23 10:00am - 11:30am
TechMart: San Jose room

It is the little things that make me happy sometimes, like Koen adding support for the Linux LED driver.
Several triggers are possible, such as accessing the NAND, MMC/SD, or just a regular heartbeat, as Koen has demonstrated. To list off the possible triggers for the LED driver:
root@beagleboard:~# cat /sys/class/leds/beagleboard\:\:led0/triggerThe above shows the MMC/SD access trigger enabled. Koen selected that by issuing the following command:
none nand-disk [mmc0] heartbeat timer
root@beagleboard:/sys/class/leds/beagleboard::led0# echo mmc0 > triggerGet started adding your own drivers today by starting with the existing code and the kernel git tree. See http://elinux.org/BeagleBoard#Code (Thanks Dirk!) for references. The patch was discussed on the IRC channel here: http://www.beagleboard.org/irclogs/index.php?date=2008-05-30#T12:04:27.
On your PC you might use Fedora, Ubuntu, Debian, Gentoo, or another distro out there, and Beagle needs one as well. Currently, Beagle is already running Angstrom (OE) (thanks Koen!), but why not get involved early and help Beagle run Ubuntu ARM (Mojo), Fedora ARM, Gentoo ARM, or even ARMedslack?