On Fri, Jun 5, 2015 at 1:49 PM, Drew Fustini <[email protected]> wrote: > On Friday, August 29, 2014 at 12:35:19 PM UTC-5, RobertCNelson wrote: >> >> all 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" >> > > I'd like to use SPI1 with 4.1 kenrel. I didn't see a similar line in: > https://github.com/RobertCNelson/dtb-rebuilder/blob/4.1.x/src/arm/am335x-bone.dts > > Is there another approach for 4.1?
Hey Drew, Do you want to test the 4.1 spi overlays?? ;) if so do this: sudo apt-get update sudo apt-get install linux-image-4.1.0-rc6-bone6 sudo reboot overlays: git clone https://github.com/beagleboard/bb.org-overlays cd bb.org-overlays update dtc (only for 4.1.x + (breaks 3.8.x)) ./dtc-overlay.sh build/install overlays: ./install.sh add overlays via: /boot/uEnv.txt bone_capemgr.enable_partno=BB-SPIDEV0 (notice the name changed from "capemgr" -> "bone_capemgr" so update the example in /boot/uEnv.txt Future images have both listed.. 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.
