--- wikisrc/ports/evbarm/beaglebone.mdwn 2015/11/02 10:47:00 1.15 +++ wikisrc/ports/evbarm/beaglebone.mdwn 2015/12/13 01:52:44 1.18 @@ -2,9 +2,12 @@ [[images/beaglebone.jpg]] -This page attempts to document and coordinate efforts towards NetBSD on [BeagleBone](http://beagleboard.org/bone) and [BeagleBone Black](http://beagleboard.org/black). +This page attempts to document and coordinate efforts towards NetBSD on +[BeagleBone](http://beagleboard.org/bone) and +[BeagleBone Black](http://beagleboard.org/black). -(BeagleBone [image](http://www.flickr.com/photos/sparkfun/8267577194/) by SparkFun Electronics used under CC-By-2.0 license) +(BeagleBone [image](http://www.flickr.com/photos/sparkfun/8267577194/) by +SparkFun Electronics used under CC-By-2.0 license) [[!toc levels=2]] @@ -21,14 +24,15 @@ This page attempts to document and coord # TODO - SPI - - eMMC 8-bit mode - Framebuffer/graphics with LCD or DVI/HDMI capes - Touchscreens on LCD capes - USB (device) # BeagleBone Black User LEDs -The four blue user LEDs on the BeagleBone Black are wired to GPIO1_21 through GPIO1_24. To control the LEDs from userland, set **gpio=YES** in rc.conf and add this to */etc/gpio.conf*: +The four blue user LEDs on the BeagleBone Black are wired to GPIO1_21 through +GPIO1_24. To control the LEDs from userland, set **gpio=YES** in rc.conf and +add this to */etc/gpio.conf*: [[!template id=programlisting text=""" gpio1 21 set out USR0 @@ -37,7 +41,8 @@ gpio1 23 set out USR2 gpio1 24 set out USR3 """]] -After rebooting, the LED states can be controlled with [[!template id=man name="gpioctl" section="8"]]. +After rebooting, the LED states can be controlled with +[[!template id=man name="gpioctl" section="8"]]. [[!template id=programlisting text=""" # turn the USR0 light on @@ -127,3 +132,4 @@ ld1: 4-bit width, bus clock 52.000 MHz boot device: ld1 root on ld1a dumps on ld1b """]] +