On Tue, May 19, 2015 at 11:03 AM, Dennis Kerrisk <[email protected]> wrote: > This is on the console: > >> Starting eMMC Flasher >> ----------------------------- >> Checking for Valid BBB EEPROM header >> Valid BBB EEPROM header found >> ----------------------------- >> copying: [/dev/mmcblk0] -> [/dev/mmcblk1] >> lsblk: >> NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT >> mmcblk1boot0 179:16 0 2M 1 disk >> mmcblk1boot1 179:24 0 2M 1 disk >> mmcblk0 179:0 0 14.6G 0 disk >> |-mmcblk0p1 179:1 0 96M 0 part /boot/uboot >> `-mmcblk0p2 179:2 0 3.6G 0 part / >> mmcblk1 179:8 0 3.6G 0 disk >> |-mmcblk1p1 179:9 0 96M 0 part >> `-mmcblk1p2 179:10 0 3.5G 0 part >> ----------------------------- >> df -h | grep rootfs: >> rootfs 3.5G 2.0G 1.4G >> 60% / >> ----------------------------- >> Erasing: /dev/mmcblk1 >> [ 120.520785] INFO: task mmcqd/0:71 blocked for more than 60 seconds. >> [ 120.527355] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables >> this message. >> [ 120.535527] mmcqd/0 D c04d04a5 0 71 2 0x00000000 >> [ 120.542195] Kernel panic - not syncing: hung_task: blocked tasks >> [ 120.548484] [<c00114f1>] (unwind_backtrace+0x1/0x9c) from [<c04cb2fd>] >> (panic+0x59/0x15c) >> [ 120.557012] [<c04cb2fd>] (panic+0x59/0x15c) from [<c0073955>] >> (watchdog+0x19d/0x1c0) >> [ 120.565103] [<c0073955>] (watchdog+0x19d/0x1c0) from [<c00454eb>] >> (kthread+0x6b/0x78) >> [ 120.573273] [<c00454eb>] (kthread+0x6b/0x78) from [<c000c8fd>] >> (ret_from_fork+0x11/0x34) >> [ 120.581714] drm_kms_helper: panic occurred, switching back to text >> console
Just use one of the jessie images here: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2015-05-17 which default to 3.14.x, then if you need 3.8.x just downgrade thru apt-get: sudo apt-get update sudo apt-get install linux-image-3.8.13-bone71 sudo reboot Regards, -- Robert Nelson https://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.
