On Thu, Aug 13, 2015 at 1:50 AM, Lee Armstrong <[email protected]> wrote: > What is the best way to get this applied to the last snapshot 2015-08-09 > > Is there a download of a .deb? For other units, will they pick this up > using apt-get when this gets published?
The way the apt repo is setup, kernel updates are not automatic.. (that way you can safely upgrade user-space without worrying about a random kernel upgrade happening..) sudo apt-get update sudo apt-get install linux-image-4.1.4-ti-r9 sudo reboot or: cd /opt/scripts/tools/ git pull sudo ./update_kernel.sh --ti-channel --testing via: https://rcn-ee.com/repos/latest/jessie-armhf/LATEST-ti 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.
