On Mon, Sep 8, 2014 at 4:48 PM, Seth <[email protected]> wrote: > I'm trying out Arch Linux for ARM on my BBB and just upgraded to the 3.16.1 > kernel. I had a LCD4 working on 3.8 by modifying the uEnv.txt file. It > doesn't work on 3.16. I tried following > http://elinux.org/Beagleboard:Capes_3.8_to_3.14#Custom_dtb: > > git clone -b 3.14-ti https://github.com/RobertCNelson/dtb-rebuilder.git > cd dtb-rebuilder/ > > Modified src/arm/am335x-boneblack.dts: > ... > //#include "am335x-boneblack-nxp-hdmi-audio.dtsi" //(commented out) > ... > #include "am335x-bone-lcd4-01-00a1.dtsi" //(uncommented) > ... > > then ran make and sudo make install which both seemed to run fine. Rebooted, > and the LCD still does not work. Any ideas?
Well.. First, your running "3.16", the "dtb-rebuilder" only has one branch (3.14-ti) it's abi compatible with this tree: https://github.com/beagleboard/linux/tree/3.14 Second, it dumps the built dtb to: /boot/dtbs/`uname -r`/ Fix those, and it should work.. 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
