Re: [beagleboard] DTS compiled on x86 Linux causes errors when dtbo is loaded?

2017-05-16 Thread cjohnson
I'm using a clone of the bb.overlay repo and just copied my DTS into the src/arm directory and did a make from the top. Ran the dtc-overlay.sh script first to get the patched dtc compiler installed into /usr/local/bin ~:91> which dtc /usr/local/bin/dtc ~:92> dtc -v Version: DTC

[beagleboard] DTS compiled on x86 Linux causes errors when dtbo is loaded?

2017-05-16 Thread cjohnson
Should I be able to compile my dts file on my x86 Linux box and have it work on my Beaglebone Black ?? I would have thought so, but if I build the same DTS file on Ubuntu 16.10 (with the update to date DTC) and install the resulting dtbo on my Beagle Bone Black running Debian with the

[beagleboard] Enabling CAN and GPIOs at the same time.

2017-05-07 Thread cjohnson
We are using a Beaglebone Black rev-C and need to have both DCAN1 and some of the GPIOs enabled at the same time. So we've tried loading both the BB-CAN1-00A0 and the univ-emmc-00A0 overlays. That of course does not work since P9.24 and P9.26 conflict between the two. So I modified