cdsteinkuehler/beaglebone-universal-io

make install not working

Closed this issue · 2 comments

Hello,
when i do

make install

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

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).

Thank you!