Sadly this did not work. I'm using the default kernel/setup from the image bone-debian-8.6-lxqt-4gb-armhf-2016-11-06-4gb.img.xz <https://debian.beagleboard.org/images/bone-debian-8.6-lxqt-4gb-armhf-2016-11-06-4gb.img.xz>. It uses kernel 4.4.30-ti-r64. Is there something better to start with? I'd like something newer than the 2012 build I previously had.
On Thursday, December 15, 2016 at 10:19:05 PM UTC-5, Greg wrote: > > Jay, you have to do a minimal edit to the device tree and rebuild the > blobs. > I'm pretty sure 4.4.x kernels will require this (not sure exactly when > this was rolled out). > > Clone this to your Beaglebone: > > https://github.com/RobertCNelson/dtb-rebuilder > > Look in the directory src/arm. > Find the file: > > am335x-bonegreen.dts > > or > > am335x-boneblack.dts > > In the file, you need to uncomment a line like: > > /* #include "am33xx-pruss-uio.dtsi" */ > > Then you need to create a very simple file > > /etc/modprobe.d/pruss-blacklist.conf > > and include the following: > > blacklist pruss > blacklist pruss_intc > blacklist pru-rproc > > You will find instructions for the above in the dts file. > Then > > make > make install > reboot > > Then see if it works! Good luck. > Greg > > > > > > > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/20de0963-1875-494a-b68d-d33dab062526%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
