Thanks for the quick response! I will give it a try this weekend. My goal is to get 1.8" Adafruit TFT working with 4.1's staging/ftbtft. Matt Porter's old post had it wired up on SPI1: http://engineersofthecorn.blogspot.com/2012/06/beaglebone-and-adafruit-18-spi-lcd.html
On Fri, Jun 5, 2015 at 2:01 PM, Robert Nelson <[email protected]> wrote: > 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. -- 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.
