On Fri, Aug 29, 2014 at 12:20 PM, Jason Lange <j.b.la...@gmail.com> wrote:
> Hello Robert,
>
> I've just tried to duplicate your instructions here to get both spidev 0 and
> 1 using your dts from the pastebin link above and I am only getting
> /dev/spidev1.0 and /dev/spidev1.1 -- no spidev0.N or spidev2.N
>
> uname -a:
>
> Linux SQR-3 3.14.17-ti-r16 #1 SMP Thu Aug 28 23:18:48 UTC 2014 armv7l
> GNU/Linux
>
> I just updated from 3.8 using your latest install-me.sh from rcn-ee.org
>
> and did:
>
> git clone -b 3.14-ti https://github.com/RobertCNelson/dtb-rebuilder.git
>
> make and make install did not complain but no joy.

/dev/spidev1.[0/1] is enabled by:

https://github.com/RobertCNelson/dtb-rebuilder/blob/3.14-ti/src/arm/am335x-boneblack.dts#L102

as that enables:
#include "am335x-bone-spi0-spidev.dtsi"

For /dev/spidev2.[0/1] you have two choices:

Uncomment:
https://github.com/RobertCNelson/dtb-rebuilder/blob/3.14-ti/src/arm/am335x-boneblack.dts#L43

or
https://github.com/RobertCNelson/dtb-rebuilder/blob/3.14-ti/src/arm/am335x-boneblack.dts#L50

then make/sudo make install/sudo reboot

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to