Sorry typo... "Is there any reason I should not continue with 3.15 kernel and revert to 3.14? "
On Monday, 8 September 2014 13:39:16 UTC+1, Moscowbob wrote: > > Robert, I did the changes in the > bb-kernel/KERNEL/arch/arm/boot/dts/am335x-boneblack.dts and lcd and rs232 > capes both work fine. Is there any reason I should not continue with 3.15 > kernel and revert to 3.13 ? > > Thanks > > Rob > > On Monday, 8 September 2014 12:34:10 UTC+1, RobertCNelson wrote: >> >> On Sun, Sep 7, 2014 at 7:15 PM, Moscowbob <[email protected]> wrote: >> > >> > BBB boot from tftp and nfs - >> > kernel: 3.15.10-bone8 >> > rootfs: debian-jessie-console-armhf-2014-08-13 >> > >> > Hardware: >> > BBB A5C >> > Circuitco LCD4 cape >> > Circuitco RS232 cape >> >> So to achieve this with a kernel (not v3.8.x) >> >> http://elinux.org/Beagleboard:Capes_3.8_to_3.14 >> >> sudo apt-get update >> sudo apt-get install linux-image-3.14.17-ti-r17 >> >> (reboot) >> >> git clone -b 3.14-ti https://github.com/RobertCNelson/dtb-rebuilder.git >> cd dtb-rebuilder/ >> >> nano ./src/arm/am335x-boneblack.dts >> >> Disable hdmi: >> #include "am335x-boneblack-nxp-hdmi-audio.dtsi" -> /* #include >> "am335x-boneblack-nxp-hdmi-audio.dtsi" */ >> >> Disable proto cape: >> #include "am335x-bone-basic-proto-cape.dtsi" -> /* #include >> "am335x-bone-basic-proto-cape.dtsi" */ >> >> Enable lcd 4: >> /* #include "am335x-bone-lcd4-01-00a1.dtsi" */ -> #include >> "am335x-bone-lcd4-01-00a1.dtsi" >> >> Enable uart (there's 3 options: uart1/uart2/uart4) >> >> For uart 1: >> /* #include "am335x-bone-ttyO1.dtsi" */ -> #include >> "am335x-bone-ttyO1.dtsi" >> >> make >> sudo make install >> >> (reboot) >> >> lcd and serial should work with a non v3.8.x capemgr kernel.. >> >> (i'm hoping someone comes out with an html5 gui for the above ^^) >> >> 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.
