Texas Instruments X-Loader 1.5.0 (Apr 11 2011 - 09:47:05) Beagle xM Reading boot sector Loading u-boot.bin from mmc U-Boot 2011.06-rc3 (Jun 23 2011 - 03:41:02) OMAP3630/3730-GP ES2.0, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 512 MiB NAND: 0 MiB MMC: OMAP SD/MMC: 0 *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Beagle xM Rev A No EEPROM on expansion board Die ID #744c00011ff00000015739eb0901a006 Hit any key to stop autoboot: 10  9  0 OMAP3 beagleboard.org # printenv bootcmd bootcmd=if mmc rescan ${mmcdev}; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;if run loaduimage; then run mmcboot;fi;fi;run nandboot; OMAP3 beagleboard.org # setenv bootcmd 'mmc init;mmc refresh;fatload mmc 0 0x82000000 boot.scr;source 0x82000000'; setenv autostart yes; saveenv; boot Saving Environment to NAND... Erasing Nand... Attempt to erase non page aligned data mmc - MMC sub system Usage: mmc read addr blk# cnt mmc write addr blk# cnt mmc rescan mmc part - lists available partition on current mmc device mmc dev [dev] [part] - show or set current mmc device [partition] mmc list - lists available devices mmc - MMC sub system Usage: mmc read addr blk# cnt mmc write addr blk# cnt mmc rescan mmc part - lists available partition on current mmc device mmc dev [dev] [part] - show or set current mmc device [partition] mmc list - lists available devices MMC: block number 0x1 exceeds max(0x0) ** Can't read from device 0 ** ** Unable to use mmc 0:1 for fatload ** ## Executing script at 82000000 Wrong image format for "source" command OMAP3 beagleboard.org # Texas Instruments X-Loader 1.5.0 (Apr 11 2011 - 09:47:05) Beagle xM Reading boot sector Loading u-boot.bin from mmc U-Boot 2011.06-rc3 (Jun 23 2011 - 03:41:02) OMAP3630/3730-GP ES2.0, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 512 MiB NAND: 0 MiB MMC: OMAP SD/MMC: 0 *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Beagle xM Rev A No EEPROM on expansion board Die ID #744c00011ff00000015739eb0901a006 Hit any key to stop autoboot: 10  9  0 OMAP3 beagleboard.org # printenv bootcmd bootcmd=if mmc rescan ${mmcdev}; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;if run loaduimage; then run mmcboot;fi;fi;run nandboot; OMAP3 beagleboard.org # setenv bootcmd 'mmc init;mmc rescan;fatload mmc 0 0x82000000 boot.scr;source 0x82000000'; setenv autostart yes; saveenv; boot Saving Environment to NAND... Erasing Nand... Attempt to erase non page aligned data mmc - MMC sub system Usage: mmc read addr blk# cnt mmc write addr blk# cnt mmc rescan mmc part - lists available partition on current mmc device mmc dev [dev] [part] - show or set current mmc device [partition] mmc list - lists available devices reading boot.scr 381 bytes read ## Executing script at 82000000 reading uImage 3744572 bytes read reading uInitrd 4348581 bytes read ## Booting kernel from Legacy Image at 80000000 ... Image Name: Ubuntu Kernel Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3744508 Bytes = 3.6 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 81600000 ... Image Name: Ubuntu Initrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 4348517 Bytes = 4.1 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.0-3-omap (buildd@adoxaceae) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.0-14ubuntu1) ) #4-Ubuntu Fri Jul 1 08:28:49 UTC 2011 (Ubuntu 3.0-3.4-omap 3.0.0-rc5) [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: OMAP3 Beagle Board [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] Reserving 12582912 bytes SDRAM for VRAM [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] OMAP3630 ES1.1 (l2cache iva sgx neon isp 192mhz_clk ) [ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000 [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz [ 0.000000] Reprogramming SDRC clock to 332000000 Hz [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 126976 [ 0.000000] Kernel command line: vram=12M omapfb.mode=dvi:1280x720MR-16@60 mpurate=auto root=/dev/mmcblk0p2 fixrtc debian-installer/framebuffer=false console=ttyO2,115200n8 earlyprintk=/dev/ttyO2,115200n8 [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] allocated 2097152 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Memory: 500MB = 500MB total [ 0.000000] Memory: 492484k/492484k available, 31804k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB) [ 0.000000] vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .init : 0xc0008000 - 0xc0049000 ( 260 kB) [ 0.000000] .text : 0xc0049000 - 0xc07653c8 (7281 kB) [ 0.000000] .data : 0xc0766000 - 0xc07c1a10 ( 367 kB) [ 0.000000] .bss : 0xc07c1a34 - 0xc087a504 ( 739 kB) [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:410 [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts [ 0.000000] Total of 96 interrupts on 1 active controller [ 0.000000] omap_hwmod: gpt12_fck: missing clockdomain for gpt12_fck. [ 0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms [ 0.000000] Console: colour dummy device 80x30 [ 0.004821] Calibrating delay loop... 515.72 BogoMIPS (lpj=2015232) [ 0.048675] pid_max: default: 32768 minimum: 301 [ 0.053710] Security Framework initialized [ 0.058044] AppArmor: AppArmor initialized [ 0.062377] Yama: becoming mindful. [ 0.066314] Mount-cache hash table entries: 512 [ 0.071502] Initializing cgroup subsys cpuacct [ 0.076232] Initializing cgroup subsys memory [ 0.080841] Initializing cgroup subsys devices [ 0.085510] Initializing cgroup subsys freezer [ 0.090179] Initializing cgroup subsys blkio [ 0.094696] Initializing cgroup subsys perf_event [ 0.099731] CPU: Testing write buffer coherency: ok [ 0.105102] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available [ 0.114410] devtmpfs: initialized [ 0.119201] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_core [ 0.126678] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per [ 0.134033] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup [ 0.155120] omap_hwmod: i2c1: softreset failed (waited 10000 usec) [ 0.174133] omap_hwmod: i2c2: softreset failed (waited 10000 usec) [ 0.193145] omap_hwmod: i2c3: softreset failed (waited 10000 usec) [ 0.201019] print_constraints: dummy: [ 0.205200] NET: Registered protocol family 16 [ 0.210052] GPMC revision 5.0 [ 0.214141] omap_device: omap_gpio.0: new worst case activate latency 0: 30517 [ 0.221832] OMAP GPIO hardware version 2.5 [ 0.226318] OMAP GPIO hardware version 2.5 [ 0.230773] OMAP GPIO hardware version 2.5 [ 0.235260] OMAP GPIO hardware version 2.5 [ 0.239685] OMAP GPIO hardware version 2.5 [ 0.244171] OMAP GPIO hardware version 2.5 [ 0.248962] omap_mux_init: Add partition: #1: core, flags: 0 [ 0.256134] OMAP3 Beagle Rev: xM A [ 0.261138] omap_device: omap_uart.1: new worst case activate latency 0: 30517 [ 0.271484] Found NAND on CS0 [ 0.274627] Registering NAND on CS0 [ 0.278808] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.287170] OMAP DMA hardware revision 5.0 [ 0.297210] bio: create slab at 0 [ 0.304016] SCSI subsystem initialized [ 0.308532] usbcore: registered new interface driver usbfs [ 0.314392] usbcore: registered new interface driver hub [ 0.320129] usbcore: registered new device driver usb [ 0.326019] omap_device: omap_i2c.1: new worst case activate latency 0: 30517 [ 0.342559] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz [ 0.350738] twl4030: PIH (irq 7) chaining IRQs 368..375 [ 0.356262] twl4030: power (irq 373) chaining IRQs 376..383 [ 0.362518] twl4030: gpio (irq 368) chaining IRQs 384..401 [ 0.370666] print_constraints: VUSB1V5: 1500 mV normal standby [ 0.377166] print_constraints: VUSB1V8: 1800 mV normal standby [ 0.383636] print_constraints: VUSB3V1: 3100 mV normal standby [ 0.391571] twl4030_usb twl4030_usb: Initialized TWL4030 USB module [ 0.398864] print_constraints: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby [ 0.407104] print_constraints: VDAC: 1800 mV normal standby [ 0.413330] print_constraints: VPLL2: 1800 mV normal standby [ 0.419708] print_constraints: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby [ 0.436920] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz [ 0.443389] Advanced Linux Sound Architecture Driver Version 1.0.24. [ 0.450683] NetLabel: Initializing [ 0.454284] NetLabel: domain hash size = 128 [ 0.458862] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464141] NetLabel: unlabeled traffic allowed by default [ 0.470336] Switching to clocksource 32k_counter [ 0.477478] Switched to NOHz mode on CPU #0 [ 0.489532] AppArmor: AppArmor Filesystem Enabled [ 0.504882] musb-hdrc: version 6.0, musb-dma, otg (peripheral+host) [ 0.511352] omap_device: musb-omap2430.-1: new worst case activate latency 0: 30517 [ 0.519805] omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517 [ 0.530426] musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92 [ 0.539215] NET: Registered protocol family 2 [ 0.544067] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.552825] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.560729] TCP bind hash table entries: 16384 (order: 4, 65536 bytes) [ 0.567779] TCP: Hash tables configured (established 16384 bind 16384) [ 0.574584] TCP reno registered [ 0.577941] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.584045] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.591033] NET: Registered protocol family 1 [ 0.595672] NetWinder Floating Point Emulator V0.97 (double precision) [ 0.602783] Trying to unpack rootfs image as initramfs... [ 0.609222] PMU: registered new PMU device of type 0 [ 0.615142] audit: initializing netlink socket (disabled) [ 5.298400] type=2000 audit(5.343:1): initialized [ 5.497467] VFS: Disk quotas dquot_6.5.2 [ 5.501983] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 5.512939] fuse init (API version 7.16) [ 5.517791] msgmni has been set to 961 [ 5.523284] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 5.531280] io scheduler noop registered [ 5.535400] io scheduler deadline registered [ 5.540069] io scheduler cfq registered (default) [ 5.608367] OMAP DSS rev 2.0 [ 5.617248] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 5.638458] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0 [ 5.663452] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1 [ 5.679138] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2 [ 5.698059] console [ttyO2] enabled, bootconsole disabled [ 5.698059] console [ttyO2] enabled, bootconsole disabled [ 5.711090] Freeing initrd memory: 4244K [ 5.715759] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3 [ 5.731048] brd: module loaded [ 5.738006] loop: module loaded [ 5.743255] omap2-nand driver initializing [ 5.747924] No NAND device found. [ 5.751678] No NAND device found. [ 5.757232] Fixed MDIO Bus: probed [ 5.760925] PPP generic driver version 2.4.2 [ 5.765777] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled). [ 5.775939] CSLIP: code copyright 1989 Regents of the University of California. [ 5.783599] SLIP linefill/keepalive option. [ 5.788055] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 5.795074] Unhandled fault: external abort on non-linefetch (0x1028) at 0xfa064000 [ 5.803100] Internal error: : 1028 [#1] [ 5.807128] Modules linked in: [ 5.810333] CPU: 0 Not tainted (3.0-3-omap #4-Ubuntu) [ 5.816009] PC is at usbhs_enable+0xa8/0x434 [ 5.820495] LR is at usbhs_enable+0xa4/0x434 [ 5.824951] pc : [] lr : [] psr: 60000093 [ 5.824981] sp : dec3ddd8 ip : dec3dd80 fp : dec3ddfc [ 5.837005] r10: ded44808 r9 : ded42680 r8 : ded42640 [ 5.842468] r7 : c0785618 r6 : ded4268c r5 : 80000013 r4 : ded45200 [ 5.849304] r3 : fa064000 r2 : 000007b0 r1 : ffffffff r0 : 00000000 [ 5.856170] Flags: nZCv IRQs off FIQs on Mode SVC_32 ISA ARM Segment kernel [ 5.863922] Control: 10c5387d Table: 80004019 DAC: 00000015 [ 5.869934] Process swapper (pid: 1, stack limit = 0xdec3c2e8) [ 5.876068] Stack: (0xdec3ddd8 to 0xdec3e000) [ 5.880615] ddc0: 00000000 dc995800 [ 5.889190] dde0: 00000003 ded4268c ded44800 ded42640 dec3de0c dec3de00 c03298b4 c0329478 [ 5.897766] de00: dec3de64 dec3de10 c03999e0 c03298ac c019e11c c019d618 ded436f0 00000000 [ 5.906372] de20: 0000004d fa064800 00000000 75736800 00316273 3f46aaec dec3de54 c0873864 [ 5.914947] de40: c07b47ec ded44808 00000000 c07b47ec 00000000 00000000 dec3de74 dec3de68 [ 5.923522] de60: c030d52c c03998d4 dec3de9c dec3de78 c030c004 c030d518 ded448c4 ded44808 [ 5.932098] de80: c07b47ec ded4483c 00000000 00000000 dec3deb4 dec3dea0 c030c268 c030bfa8 [ 5.940673] dea0: ded44808 c07b47ec dec3ded4 dec3deb8 c030c314 c030c224 c030c280 c07b47ec [ 5.949249] dec0: 00000000 c030c280 dec3defc dec3ded8 c030b270 c030c28c dec05878 ded452b0 [ 5.957824] dee0: c0293e58 c07b47ec c07a7f68 deda0300 dec3df0c dec3df00 c030bdf4 c030b218 [ 5.966400] df00: dec3df3c dec3df10 c030ba9c c030bddc c068f300 dec3df20 c07b47ec dec3c000 [ 5.974975] df20: 00000000 00000013 00000000 00000000 dec3df64 dec3df40 c030c7fc c030b920 [ 5.983581] df40: c030d568 c07c1a40 dec3c000 00000000 00000013 00000000 dec3df74 dec3df68 [ 5.992156] df60: c030d908 c030c788 dec3df84 dec3df78 c0030050 c030d8c8 dec3dfdc dec3df88 [ 6.000732] df80: c00493bc c002fff4 c00dc2b8 c018ea24 c002ffe8 00000000 3539dfbc 00000000 [ 6.009307] dfa0: 00000000 3f46aaec 0000019a c0794d2c c00550f4 c0039e20 c0039f6c c00550f4 [ 6.017883] dfc0: 00000013 00000000 00000000 00000000 dec3dff4 dec3dfe0 c0008c24 c0049388 [ 6.026458] dfe0: 00000000 c0008b94 00000000 dec3dff8 c00550f4 c0008ba0 fef5fff7 fe5befff [ 6.035064] [] (usbhs_enable+0xa8/0x434) from [] (omap_usbhs_enable+0x14/0x18) [ 6.044464] [] (omap_usbhs_enable+0x14/0x18) from [] (ehci_hcd_omap_probe+0x118/0x32c) [ 6.054595] [] (ehci_hcd_omap_probe+0x118/0x32c) from [] (platform_drv_probe+0x20/0x24) [ 6.064819] [] (platform_drv_probe+0x20/0x24) from [] (really_probe+0x68/0x168) [ 6.074310] [] (really_probe+0x68/0x168) from [] (driver_probe_device+0x50/0x68) [ 6.083892] [] (driver_probe_device+0x50/0x68) from [] (__driver_attach+0x94/0x98) [ 6.093688] [] (__driver_attach+0x94/0x98) from [] (bus_for_each_dev+0x64/0x90) [ 6.103179] [] (bus_for_each_dev+0x64/0x90) from [] (driver_attach+0x24/0x28) [ 6.112487] [] (driver_attach+0x24/0x28) from [] (bus_add_driver+0x188/0x250) [ 6.121795] [] (bus_add_driver+0x188/0x250) from [] (driver_register+0x80/0x144) [ 6.131378] [] (driver_register+0x80/0x144) from [] (platform_driver_register+0x4c/0x60) [ 6.141693] [] (platform_driver_register+0x4c/0x60) from [] (ehci_hcd_init+0x68/0xac) [ 6.151733] [] (ehci_hcd_init+0x68/0xac) from [] (do_one_initcall+0x40/0x184) [ 6.161041] [] (do_one_initcall+0x40/0x184) from [] (kernel_init+0x90/0x134) [ 6.170257] [] (kernel_init+0x90/0x134) from [] (kernel_thread_exit+0x0/0x8) [ 6.179473] Code: e30f08ac e3400014 ebfd9bb4 e5943024 (e5932000) [ 6.185852] ------------[ cut here ]------------ [ 6.190704] WARNING: at /build/buildd/linux-3.0/arch/arm/mach-omap2/omap_l3_smx.c:162 omap3_l3_app_irq+0x118/0x174() [ 6.201751] In-band Error seen by MPU at address 0 [ 6.206848] Modules linked in: [ 6.210052] [] (unwind_backtrace+0x0/0xfc) from [] (dump_stack+0x18/0x1c) [ 6.219024] [] (dump_stack+0x18/0x1c) from [] (warn_slowpath_common+0x54/0x6c) [ 6.228393] [] (warn_slowpath_common+0x54/0x6c) from [] (warn_slowpath_fmt+0x38/0x40) [ 6.238433] [] (warn_slowpath_fmt+0x38/0x40) from [] (omap3_l3_app_irq+0x118/0x174) [ 6.248260] [] (omap3_l3_app_irq+0x118/0x174) from [] (handle_irq_event_percpu+0x68/0x280) [ 6.258758] [] (handle_irq_event_percpu+0x68/0x280) from [] (handle_irq_event+0x30/0x40) [ 6.269073] [] (handle_irq_event+0x30/0x40) from [] (handle_level_irq+0x88/0x100) [ 6.278717] [] (handle_level_irq+0x88/0x100) from [] (generic_handle_irq+0x38/0x4c) [ 6.288574] [] (generic_handle_irq+0x38/0x4c) from [] (asm_do_IRQ+0x38/0x8c) [ 6.297821] [] (asm_do_IRQ+0x38/0x8c) from [] (__irq_svc+0x34/0xa0) [ 6.306182] Exception stack(0xdec3dc70 to 0xdec3dcb8) [ 6.311492] dc60: 00000000 c07c3ab8 00000080 c0787508 [ 6.320068] dc80: dec3c000 dec3dd90 00000001 00001028 ded42640 20000193 ded44808 dec3dcd4 [ 6.328643] dca0: 00000000 dec3dcb8 c0058238 c0085c0c 60000113 ffffffff [ 6.335571] [] (__irq_svc+0x34/0xa0) from [] (oops_exit+0x0/0x34) [ 6.343811] [] (oops_exit+0x0/0x34) from [] (arm_notify_die+0x20/0x58) [ 6.352478] [] (arm_notify_die+0x20/0x58) from [] (do_DataAbort+0x90/0xa0) [ 6.361511] [] (do_DataAbort+0x90/0xa0) from [] (__dabt_svc+0x4c/0x60) [ 6.370147] Exception stack(0xdec3dd90 to 0xdec3ddd8) [ 6.375427] dd80: 00000000 ffffffff 000007b0 fa064000 [ 6.384033] dda0: ded45200 80000013 ded4268c c0785618 ded42640 ded42680 ded44808 dec3ddfc [ 6.392608] ddc0: dec3dd80 dec3ddd8 c0329510 c0329514 60000093 ffffffff [ 6.399536] [] (__dabt_svc+0x4c/0x60) from [] (usbhs_enable+0xa8/0x434) [ 6.408294] [] (usbhs_enable+0xa8/0x434) from [] (omap_usbhs_enable+0x14/0x18) [ 6.417724] [] (omap_usbhs_enable+0x14/0x18) from [] (ehci_hcd_omap_probe+0x118/0x32c) [ 6.427825] [] (ehci_hcd_omap_probe+0x118/0x32c) from [] (platform_drv_probe+0x20/0x24) [ 6.438049] [] (platform_drv_probe+0x20/0x24) from [] (really_probe+0x68/0x168) [ 6.447540] [] (really_probe+0x68/0x168) from [] (driver_probe_device+0x50/0x68) [ 6.457122] [] (driver_probe_device+0x50/0x68) from [] (__driver_attach+0x94/0x98) [ 6.466918] [] (__driver_attach+0x94/0x98) from [] (bus_for_each_dev+0x64/0x90) [ 6.476409] [] (bus_for_each_dev+0x64/0x90) from [] (driver_attach+0x24/0x28) [ 6.485717] [] (driver_attach+0x24/0x28) from [] (bus_add_driver+0x188/0x250) [ 6.495025] [] (bus_add_driver+0x188/0x250) from [] (driver_register+0x80/0x144) [ 6.504608] [] (driver_register+0x80/0x144) from [] (platform_driver_register+0x4c/0x60) [ 6.514923] [] (platform_driver_register+0x4c/0x60) from [] (ehci_hcd_init+0x68/0xac) [ 6.524963] [] (ehci_hcd_init+0x68/0xac) from [] (do_one_initcall+0x40/0x184) [ 6.534271] [] (do_one_initcall+0x40/0x184) from [] (kernel_init+0x90/0x134) [ 6.543487] [] (kernel_init+0x90/0x134) from [] (kernel_thread_exit+0x0/0x8) [ 6.552734] ---[ end trace 735d8a79a335ee76 ]--- [ 6.557647] ---[ end trace 735d8a79a335ee77 ]--- [ 6.562622] Kernel panic - not syncing: Attempted to kill init! [ 6.568878] [] (unwind_backtrace+0x0/0xfc) from [] (dump_stack+0x18/0x1c) [ 6.577880] [] (dump_stack+0x18/0x1c) from [] (panic+0x64/0x180) [ 6.586029] [] (panic+0x64/0x180) from [] (forget_original_parent+0x1e4/0x1f0) [ 6.595428] [] (forget_original_parent+0x1e4/0x1f0) from [] (exit_notify+0x1c/0x134) [ 6.605377] [] (exit_notify+0x1c/0x134) from [] (do_exit+0x184/0x344) [ 6.613952] [] (do_exit+0x184/0x344) from [] (die+0xc8/0xf4) [ 6.621734] [] (die+0xc8/0xf4) from [] (arm_notify_die+0x20/0x58) [ 6.629974] [] (arm_notify_die+0x20/0x58) from [] (do_DataAbort+0x90/0xa0) [ 6.639038] [] (do_DataAbort+0x90/0xa0) from [] (__dabt_svc+0x4c/0x60) [ 6.647705] Exception stack(0xdec3dd90 to 0xdec3ddd8) [ 6.652984] dd80: 00000000 ffffffff 000007b0 fa064000 [ 6.661590] dda0: ded45200 80000013 ded4268c c0785618 ded42640 ded42680 ded44808 dec3ddfc [ 6.670166] ddc0: dec3dd80 dec3ddd8 c0329510 c0329514 60000093 ffffffff [ 6.677124] [] (__dabt_svc+0x4c/0x60) from [] (usbhs_enable+0xa8/0x434) [ 6.685913] [] (usbhs_enable+0xa8/0x434) from [] (omap_usbhs_enable+0x14/0x18) [ 6.695343] [] (omap_usbhs_enable+0x14/0x18) from [] (ehci_hcd_omap_probe+0x118/0x32c) [ 6.705505] [] (ehci_hcd_omap_probe+0x118/0x32c) from [] (platform_drv_probe+0x20/0x24) [ 6.715728] [] (platform_drv_probe+0x20/0x24) from [] (really_probe+0x68/0x168) [ 6.725250] [] (really_probe+0x68/0x168) from [] (driver_probe_device+0x50/0x68) [ 6.734832] [] (driver_probe_device+0x50/0x68) from [] (__driver_attach+0x94/0x98) [ 6.744628] [] (__driver_attach+0x94/0x98) from [] (bus_for_each_dev+0x64/0x90) [ 6.754150] [] (bus_for_each_dev+0x64/0x90) from [] (driver_attach+0x24/0x28) [ 6.763458] [] (driver_attach+0x24/0x28) from [] (bus_add_driver+0x188/0x250) [ 6.772766] [] (bus_add_driver+0x188/0x250) from [] (driver_register+0x80/0x144) [ 6.782379] [] (driver_register+0x80/0x144) from [] (platform_driver_register+0x4c/0x60) [ 6.792663] [] (platform_driver_register+0x4c/0x60) from [] (ehci_hcd_init+0x68/0xac) [ 6.802703] [] (ehci_hcd_init+0x68/0xac) from [] (do_one_initcall+0x40/0x184) [ 6.812042] [] (do_one_initcall+0x40/0x184) from [] (kernel_init+0x90/0x134) [ 6.821258] [] (kernel_init+0x90/0x134) from [] (kernel_thread_exit+0x0/0x8)