ECE497 Notes on Device Tree

From eLinux.org
Jump to: navigation, search

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