On Mon, Apr 27, 2015 at 8:34 PM, <[email protected]> wrote: > > On Sunday, January 18, 2015 at 4:08:15 PM UTC-8, Robert Fisher wrote: >> >> OK, I found your apt repository. I got that set up and the installation >> seemed successful, but upon reboot I'm still running my original 3.18 >> according to uname -a. > > > I am trying to install that kernel and have not found the repository. Could > you tell me where it is? > > I though I'd found and added it. My /etc/apt/sources.list is currently: > >> deb http://ports.ubuntu.com/ubuntu-ports/ trusty main universe multiverse >> deb-src http://ports.ubuntu.com/ubuntu-ports/ trusty main universe >> multiverse >> >> deb http://ports.ubuntu.com/ubuntu-ports/ trusty-updates main universe >> multiverse >> deb-src http://ports.ubuntu.com/ubuntu-ports/ trusty-updates main universe >> multiverse >> deb [arch=armhf] http://repos.rcn-ee.net/debian wheezy main >> #deb-src [arch=armhf] http://repos.rcn-ee.net/debian wheezy main
Umm... trusty is available.. https://github.com/rcn-ee/repos/blob/master/README.md deb [arch=armhf] http://repos.rcn-ee.net/ubuntu/ trusty main #deb-src [arch=armhf] http://repos.rcn-ee.net/ubuntu/ trusty main > but this gives me: > >> E: Unable to locate package linux-image-3.14.26-ti-r44 >> E: Couldn't find any package by regex 'linux-image-3.14.26-ti-r44' > > > So I'm wondering if I installed the wrong repository or if it just got > broken > as part of the EOLing. It's a space issue with weekly kernel image updates, i only keep "10" kernel release per channel.. So today use: sudo apt-get update ; sudo apt-get install linux-image-3.14.39-ti-r61 ; sudo reboot 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.
