Difference between revisions of "ECE497 Notes on Device Tree"

From eLinux.org
Jump to: navigation, search
m (Added Beaglebone and the 3.8 Kernel)
m
Line 8: Line 8:
 
* [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]
 
* [http://hipstercircuits.com/enable-serialuarttty-on-beaglebone-black/ Good Hipster article]
* [https://docs.google.com/document/d/17P54kZkZO_-JtTjrFuVz-Cp_RMMg7GB_8W9JK9sLKfA/edit?hl=en&forcehl=1# Beaglebone and the 3.8 Kernel]
+
* [https://docs.google.com/document/d/17P54kZkZO_-JtTjrFuVz-Cp_RMMg7GB_8W9JK9sLKfA/pub BeagleBone and the 3.8 Kernel]
  
 
== Commands ==
 
== Commands ==

Revision as of 09:51, 31 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