On Wed, Jul 2, 2014 at 8:29 PM, Immutant <[email protected]> wrote: > So does this mean that I have to use the latest Debian image dated > 2014-05-14? > And that the previous system configuration and downloaded files in my 1st > BBB will be wiped?
No, you don't have to upgrade. I just gave you the fix so it'll shutdown properly What you can do, run: dpkg --list and compare the software you installed/changed on both. There really isn't anything wrong with your older verison. You can upgrade the software via: sudo apt-get update ; sudo apt-get upgrade and the kernel via: cd /opt/script/tools/ git pull sudo ./update_kernel.sh Regards, -- Robert Nelson http://www.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.
