Booting Panda with Linus' current git tree (3.0-rc5-130) and got the following:
[ 2.066558] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.073730] Unhandled fault: imprecise external abort (0x1406) at 0x00000000 [ 2.081146] Internal error: : 1406 [#1] SMP [ 2.085540] Modules linked in: [ 2.088775] CPU: 0 Not tainted (3.0.0-rc5-00130-g0e90ed0 #27) [ 2.095184] PC is at omap_usbhs_enable+0x174/0x43c [ 2.100250] LR is at __pm_runtime_resume+0x58/0x60 [ 2.105285] pc : [<c03450f4>] lr : [<c033dc68>] psr: 80000093 [ 2.105316] sp : ef833e50 ip : ef833e10 fp : ef833ed8 [ 2.117401] r10: 8000001c r9 : efb04f20 r8 : 80000013 [ 2.122894] r7 : efa6b724 r6 : c0718928 r5 : efb02808 r4 : efa6b6e0 [ 2.129760] r3 : 00000000 r2 : 8000001c r1 : 00000001 r0 : 00000000 [ 2.136627] Flags: Nzcv IRQs off FIQs on Mode SVC_32 ISA ARM Segment kel [ 2.144439] Control: 10c5387d Table: 8000404a DAC: 00000015 [ 2.150482] Process swapper (pid: 1, stack limit = 0xef8322f0) [ 2.156616] Stack: (0xef833e50 to 0xef834000) [ 2.161193] 3e40: eef3e000 efb02808 efb0c [ 2.169830] 3e60: 00000003 efb04f20 efb04f60 c03c9d48 c0722ccc ef832000 c0724 [ 2.178436] 3e80: 00000002 00000000 eee43208 ef833ed8 eee43208 c0176c64 fc06d [ 2.187042] 3ea0: eee43208 eee43208 00000000 eee43288 efb05e88 00000001 00000 [ 2.195678] 3ec0: 00000000 c0177eb0 ef8313c0 c05262d0 ef8556b8 00000003 73752 [ 2.204284] 3ee0: c0738ca4 efb02808 efb0283c c0738ca4 c0738ca4 00000000 00000 [ 2.212890] 3f00: 00000000 c0337dcc efb02808 c0336bf8 efb02808 efb0283c c0730 [ 2.221527] 3f20: 00000000 c0336d1c c0738ca4 ef833f38 c0336cb4 c0336424 ef850 [ 2.230133] 3f40: c0738ca4 c0738ca4 eee44d40 c072fba8 00000000 c0335d54 c0670 [ 2.238739] 3f60: 00000000 c0738ca4 c0c9a8e8 c0055894 00000000 00000000 0000c [ 2.247344] 3f80: c0c9a33c c0c9a8e8 c0055894 00000000 00000000 c0029478 00000 [ 2.255981] 3fa0: 00000000 c0033438 c00293d8 c004a570 00000000 c0170000 c065a [ 2.264587] 3fc0: c071de0c c0033438 c0033570 c0055894 00000013 00000000 00000 [ 2.273193] 3fe0: 00000000 c00083ac 00000000 c0008324 c0055894 c0055894 ffff0 [ 2.281829] [<c03450f4>] (omap_usbhs_enable+0x174/0x43c) from [<eef3e000>] () [ 2.290252] Code: e3530001 03caaa01 138aaa01 ea00005c (e59f22b0) [ 2.296691] ------------[ cut here ]------------ [ 2.301574] WARNING: at arch/arm/mach-omap2/omap_l3_noc.c:106 l3_interrupt_h) [ 2.310729] CUSTOM SRESP error with SOURCE:L4CFG [ 2.315582] Modules linked in: [ 2.318817] ---[ end trace 90068a0c409412d0 ]--- [ 2.323699] ---[ end trace 90068a0c409412d1 ]--- [ 2.328582] Kernel panic - not syncing: Attempted to kill init! [ 2.334838] CPU1: stopping
Since we're likely to be moving to 3.0 for the next release, it might be good to try to get this fixed upstream.
thanks -john