Difference between revisions of "ECE497 Notes on Device Tree"

From eLinux.org
Jump to: navigation, search
m (Added commands)
m (Added another link)
Line 7: Line 7:
 
* [http://www.eewiki.net/display/linuxonarm/BeagleBone+Black Robert Nelson BeagleBone Black]
 
* [http://www.eewiki.net/display/linuxonarm/BeagleBone+Black Robert Nelson BeagleBone Black]
 
* [http://hipstercircuits.com/enable-pwm-on-beaglebone-with-device-tree-overlays/ Enable PWM on BeagleBone with Device Tree overlays]
 
* [http://hipstercircuits.com/enable-pwm-on-beaglebone-with-device-tree-overlays/ Enable PWM on BeagleBone with Device Tree overlays]
 
+
* [http://hipstercircuits.com/enable-serialuarttty-on-beaglebone-black/ Good Hipster article]
  
 
== Commands ==
 
== Commands ==

Revision as of 17:16, 25 May 2013

thumb‎ Embedded Linux Class by Mark A. Yoder


Here are some things I'm finding on Device Tree.

Commands

You compile ASCII text to a blob using

beagle$ dtc

To get the text from a blob use

beagle$ fdtdump

This is from [1]




thumb‎ Embedded Linux Class by Mark A. Yoder