On Wed, Aug 20, 2014 at 10:33 AM, Dennis Cote <[email protected]> wrote: > Since upgrading to the 14-08-05 image my BBB has been locking up after > operating for a while (minutes to hours). > > I finally setup a terminal on the serial console and captured everything > until it hung. I am getting a kernel panic. I have attached the captured > console log from boot to hang. > > I have tried two different SD cards (one 4GB, one 8GB) with the same result. > > Does anyone have any ideas about what may be causing this?
It's those mmc cards and the mmc host driver in v3.8.x, we've patched/cherrypicked/backported what we can, but a newer kernel will work better in most cases.. Since it looks like you aren't using any capes, you have two options: sudo apt-get update #new bone ti branch: sudo apt-get install linux-image-3.14.17-ti-r10 #mainline: sudo apt-get install linux-image-3.16.1-bone4 For cape users, we have lcd4/lcd7/usart/spi/etc working right now.. 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.
