upgrade to latest kernel

Hi,

I want to try the latest stable? kernel 3.14.25-ti-r37 for my bbb a5c to see usb suspend probs are solved. Did try to apt-get the kernel but didn’t find it.

My bbb revC is already at this kernel running fine. RevC has been flashed with 2014-10-29 and then updated the kernel. The a5c has been flashed with 2014-08-13 version and update kernel will provide only 3.8 versions.


Is it a good idea to take over the apt sources from the revC version:

#Kernel source (repos.rcn-ee.net) : https://github.com/RobertCNelson/linux-stable-rcn-ee

Yes and No... You can add it, but the infrastructure to take advantage
of kernel upgrades thru apt-get doesn't exist in "2014-08-13"..

In "2014-08-13" use the built-in script:

cd /opt/scripts/tools/
git pull
sudo ./update_kernel.sh --ti-kernel

(note if you manually add the repos.rcn-ee.net you will break
"./update_kernel.sh" as it'll think the infrastructure is in place..)

Regards,