On Mon, Sep 28, 2015 at 10:59 PM, Rick Mann <[email protected]> wrote: > >> On Sep 28, 2015, at 15:13 , Robert Nelson <[email protected]> wrote: >> >> Yeap... just: >> >> git clone https://github.com/RobertCNelson/bb-kernel/ >> cd bb-kernel/ >> git checkout origin/am33x-v4.3 -b tmp >> ./build_deb.sh >> >> (menuconfig loads -> enable uio_pruss) >> >> copy linux-image*.deb to board, run: sudo dpkg -i linux-image*.deb >> then reboot.. > > Do I need to do anything with bb.org-overlays or dtb-rebuilder before I > reboot?
Nope, your overlays are already under /lib/firmware/ so just by running dpkg above they got added to the initramfs. (this is nice about separating the kernel from the *.dtbo objects) 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.
