On Wed, Oct 4, 2017 at 4:44 PM, Alan Corey <alan01...@gmail.com> wrote: > Well, I had to draw the line somewhere so I went with the latest > published version I saw mention of. I'm over my bandwidth quota now > until the 18th. A 462 meg download is a 4 day project in slow mode. > > Seems like if Beaglebone runs an apt repository that I'd list in > /etc/apt/sources.list then apt-get update and upgrade should pick it > up. Maybe it's more akin to raspi-update. What's called "firmware" > is a fuzzy concept these days, to me it means anything that goes into > an EEprom.
Yeah, a normal apt update/apt upgrade is all you need. on the 27th, we did add the package "libpam-systemd" by default to fix an issue where your ssh session would lock up if you told the board to reboot.. Now it cleanly exits when it gets a signal from systemd. With our images, the "kernel" isn't auto updated. This allows users to stay on whatever kernel version they started development on: (With options from: 3.8.x/3.14.x/4.1.x/4.4.x/4.9.x/4.14.x....) To get the kernel fixes i pushed this week.. (additional pwm, uart, can) just run: cd /opt/scripts/tools/ git pull sudo ./update_kernel.sh sudo reboot (the kernel is around 23MB download size).. Regards, -- Robert Nelson https://rcn-ee.com/