I am using beaglebone black, debian 7.1
I updated the kernel with:
cd /opt/scripts/tools/
git pull
sudo ./update_kernel.sh
sudo reboot
Then I tried to install the linux headers:
sudo apt-get install linux-headers-$(uname -r)
I get the message that the package is not found. Then I try:
apt-cache search linux-headers
I assume my problem is in the sources.list and the apt-get is searching in the wrong place. Could someone share the sources.list that you are using on BBB? Thanks!