On Sun, Jan 24, 2016 at 6:03 PM, Dean <[email protected]> wrote: > > Natively I am running 4.9.2 ... > > cat /proc/version > Linux version 4.1.12-ti-r29 (root@a5-imx6q-wandboard-2gb) (gcc version 4.9.2 > (Debian 4.9.2-10) ) #1 SMP PREEMPT Mon Nov 9 22:46:19 UTC 2015 > > > That said I also have a VM of Debian 8.2 which I have used on occasion for > cross compilation and Eclipse. All said this post was not from the VM, but > run natively on the BBB with my desktop as UBuntu 15.04.
So did you tell the BBB to load the spidev interface??? PS.. "4.1.12-ti-r29" was way before i fixed spi/dma.. So you really should upgrade: (unless you only plan to send 159 bytes over spi) cd /opt/scripts/tools/ git pull sudo ./update_kernel.sh --ti-rt-channel --lts-4_1 cd ~/ git clone https://github.com/beagleboard/bb.org-overlays --depth=1 cd ./bb.org-overlays ./dtc-overlay.sh ./install.sh Then: sudo sh -c "echo 'cape_enable=bone_capemgr.enable_partno=BB-SPIDEV1' >> /boot/uEnv.txt" Regards, -- Robert Nelson https://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 [email protected]. For more options, visit https://groups.google.com/d/optout.
