I have a Beaglebone Black running kernel 3.8 (I think - I don’t have access to the BBB at the moment, so this is from memory).
I am using this with a cape to drive a custom display.
I am pretty sure it’s booting from SD card, which has multiple partitions (one labelled rootfs and not visible to windows, and one that windows can access). Both partitions are accessible when I plug into my linux VM.
The SD card is configured such that the display is all set on boot (not really sure how this happens), and I can call scripts that are on the FAT partition by SSHing into the BBB and running from the shell.
There’s a lot I don’t understand about the configuration of the SD card, but as it works, I’m not that fussed.
However, I now want to migrate this over to the Beaglebone Black Wireless and I’m having real difficulty.
My thoughts are that I need to upgrade the kernel to a version closer to 4.4, but I can’t seem to find a method of doing this without completely trashing the SD card.
If this makes sense, can anyone point me in the right direction?
root@beaglebone:~# cd /opt/scripts/tools
root@beaglebone:/opt/scripts/tools# git pull
Already up-to-date.
root@beaglebone:/opt/scripts/tools# sudo ./update_kernel.sh --bone-kernel
syncing local clock to pool.ntp.org
info: checking archive
GnuTLS: A TLS fatal alert has been received.
Unable to establish SSL connection.
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages will be upgraded:
ca-certificates
1 upgraded, 0 newly installed, 0 to remove and 269 not upgraded.
Need to get 210 kB of archives.
After this operation, 98.3 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
ca-certificates
Install these packages without verification [y/N]? y
Err http://security.debian.org/ wheezy/updates/main ca-certificates all 20130119+deb7u2
404 Not Found [IP: 151.101.192.204 80]
Failed to fetch http://security.debian.org/pool/updates/main/c/ca-certificates/ca-certificates_20130119+deb7u2_all.deb 404 Not Found [IP: 151.101.192.204 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
If I run uname, this is the response…
Linux beaglebone 3.8.13-bone50 #1 SMP Fri Jan 19 13:52:32 CET 2018 armv7l GNU/Linux