cdsteinkuehler / beaglebone-universal-io

Device tree overlay and support scripts for using most available hardware I/O on the BeagleBone without editing dts files or rebuilding the kernel
GNU General Public License v2.0
127 stars 54 forks source link

make install not working #38

Closed Nafina closed 8 years ago

Nafina commented 8 years ago

Hello, when i do

make install

I get the following error: compiling file cape-universal-00A0.dts dtc: invalid option -- @

cdsteinkuehler commented 8 years ago

You need to use a newer version of dtc that supports overlays (the -@ flag). The easiest way to do this is on the BeagleBone itself. If you're on the 'Bone and getting this error, update the device-tree-compiler package (making sure you've got RCN's repos.rcn-ee.net repository enabled).

Nafina commented 8 years ago

Thank you!