This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Kernel panic - not syncing: Attempted to kill init!

Other Parts Discussed in Thread: DM3730, ADS7846

 

DM3730 DVSDK,linux-2.6.37支持yaffs2后,挂载nand flash上的驱动后出来如下错误,标红部分为关键错误点,编译选项Kernel Feature里面的

-*- Use the ARM EABI to compile the kernel                           

[*]   Allow old ABI binaries to run with this kernel (EXPERIMENTAL)  

都选上了,还是出现在如下错误,根文件系统可以通过nfs挂载,启动参数为nandargs=setenv bootargs console=ttyO0,115200n8 vram=12M omapfb.mode=dvi:1024x768MR-16@60 omapfb.video_mode=dvi:1024x768MR-16@60 omapdss.def_disp=dvi omap-dss.def_disp=dvi rootfstype=yaffs2 root=/dev/mtdblock4 rw init=/bin/sh mpurate=600 boardmodel=EVM35X-B3-1880-LUNC0。我的根文件系统不是通过mkyaffsimage工具生成的,而是用SD卡登陆后,将文件系统拷到NAND FLASH分区里的。不知道有没有关系?

Texas Instruments X-Loader 1.5.0 (Oct 26 2012 - 14:33:47)

OMAP36XX/37XX-GP ES2.1

Loading u-boot.bin from nand

U-Boot 2009.11-svn37 (Oct 24 2012 - 16:38:26)

OMAP34xx/35xx-GP ES2.1, CPU-OPP2 L3-165MHz

OMAP3 da_b3730 + LPDDR/NAND

I2C:   ready

DRAM:  512 MB

NAND:  512 MiB

In:    serial

Out:   serial

Err:   serial

Ethernet MAC address: 02:2f:0c:02:c0:2b

Die ID #60ae00229e3800000168682f0c02c02b

Net:   smc911x-0

Warning: smc911x-0 MAC addresses don't match:

Address in SROM is         ff:ff:ff:ff:ff:ff

Address in environment is  02:2f:0c:02:c0:2b

 

Hit any key to stop autoboot:  0 

No MMC card found

Booting from nand ...

 

NAND read: device 0 offset 0x280000, size 0x400000

 4194304 bytes read: OK

## Booting kernel from Legacy Image at 82000000 ...

   Image Name:   Linux-2.6.37-svn41

   Image Type:   ARM Linux Kernel Image (uncompressed)

   Data Size:    3323416 Bytes =  3.2 MB

   Load Address: 80008000

   Entry Point:  80008000

   Verifying Checksum ... OK

   Loading Kernel Image ... OK

OK

 

Starting kernel ...

 

Uncompressing Linux... done, booting the kernel.

[    0.000000] Linux version 2.6.37-svn41 (ss@ubuntu10) (gcc version 4.3.3 (GCC) ) #1 Thu Nov 15 14:54:50 CST 2012

[    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 EVM

[    0.000000] Reserving 12582912 bytes SDRAM for VRAM

[    0.000000] Memory policy: ECC disabled, Data cache writeback

[    0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )

[    0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000

[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 126976

[    0.000000] Kernel command line: console=ttyO0,115200n8 vram=12M omapfb.mode=dvi:1024x768MR-16@60 omapfb.video_mode=dvi:1024x768MR-16@60 omapdss.def_disp=dvi omap-dss.def_disp=dvi rootfstype=yaffs2 root=/dev/mtdblock4 rw init=/bin/sh mpurate=600 boardmodel=EVM35X-B3-1880-LUNC0

[    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] Memory: 500MB = 500MB total

[    0.000000] Memory: 494668k/494668k available, 29620k 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 - 0xc003f000   ( 220 kB)

[    0.000000]       .text : 0xc003f000 - 0xc0635b1c   (6107 kB)

[    0.000000]       .data : 0xc0636000 - 0xc07f8660   (1802 kB)

[    0.000000] NR_IRQS:409

[    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz

[    0.000000] omap_hwmod: i2c1: softreset failed (waited 10000 usec)

[    0.000000] omap_hwmod: i2c2: softreset failed (waited 10000 usec)

[    0.000000] omap_hwmod: i2c3: softreset failed (waited 10000 usec)

[    0.000000] Reprogramming SDRC clock to 400000000 Hz

[    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] GPMC revision 5.0

[    0.000000] Trying to install interrupt handler for IRQ402

[    0.000000] Trying to install interrupt handler for IRQ403

[    0.000000] Trying to install interrupt handler for IRQ404

[    0.000000] Trying to install interrupt handler for IRQ405

[    0.000000] Trying to install interrupt handler for IRQ406

[    0.000000] Trying to install interrupt handler for IRQ407

[    0.000000] Trying to install interrupt handler for IRQ408

[    0.000000] Trying to install type control for IRQ409

[    0.000000] Trying to set irq flags for IRQ409

[    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz

[    0.000000] Console: colour dummy device 80x30

[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar

[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8

[    0.000000] ... MAX_LOCK_DEPTH:          48

[    0.000000] ... MAX_LOCKDEP_KEYS:        8191

[    0.000000] ... CLASSHASH_SIZE:          4096

[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384

[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768

[    0.000000] ... CHAINHASH_SIZE:          16384

[    0.000000]  memory used by lock dependency info: 3935 kB

[    0.000000]  per task-struct memory footprint: 2304 bytes

[    0.000000] Calibrating delay loop... 597.64 BogoMIPS (lpj=2334720)

[    0.000000] pid_max: default: 32768 minimum: 301

[    0.000000] Security Framework initialized

[    0.000000] Mount-cache hash table entries: 512

[    0.000000] CPU: Testing write buffer coherency: ok

[    0.000000] regulator: core version 0.5

[    0.000000] regulator: dummy: 

[    0.000000] NET: Registered protocol family 16

[    0.000000] OMAP GPIO hardware version 2.5

[    0.000000] OMAP GPIO hardware version 2.5

[    0.000000] OMAP GPIO hardware version 2.5

[    0.000000] OMAP GPIO hardware version 2.5

[    0.000000] OMAP GPIO hardware version 2.5

[    0.000000] OMAP GPIO hardware version 2.5

[    0.000000] omap_mux_init: Add partition: #1: core, flags: 0

[    0.000000] hw-breakpoint: debug architecture 0x4 unsupported.

[    0.000000] Switched to new clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz

[    0.000000] OMAP DMA hardware revision 5.0

[    0.090759] bio: create slab <bio-0> at 0

[    0.094268] regulator: vwl1271: 1800 mV 

[    0.098480] SCSI subsystem initialized

[    0.107238] usbcore: registered new interface driver usbfs

[    0.108306] usbcore: registered new interface driver hub

[    0.109008] usbcore: registered new device driver usb

[    0.112792] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz

[    0.120208] twl4030: PIH (irq 7) chaining IRQs 368..375

[    0.120330] twl4030: power (irq 373) chaining IRQs 376..383

[    0.121978] twl4030: gpio (irq 368) chaining IRQs 384..401

[    0.133972] regulator: VIO: 1800 mV normal standby

[    0.135864] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby

[    0.137756] regulator: VDAC: 1800 mV normal standby

[    0.139648] regulator: VAUX2_4030: 2800 mV normal standby

[    0.141510] regulator: VPLL2: 1800 mV normal standby

[    0.143402] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby

[    0.145294] regulator: VAUX3: 2800 mV normal standby

[    0.146179] omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517

[    0.146331] omap_device: omap_i2c.2: new worst case activate latency 0: 30517

[    0.146453] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz

[    0.161834] omap_i2c omap_i2c.3: bus 3 rev4.0 at 400 kHz

[    0.166564] Advanced Linux Sound Architecture Driver Version 1.0.23.

[    0.168853] Bluetooth: Core ver 2.15

[    0.169525] NET: Registered protocol family 31

[    0.169525] Bluetooth: HCI device and connection manager initialized

[    0.169647] Bluetooth: HCI socket layer initialized

[    0.171081] Switching to clocksource 32k_counter

[    0.266357] musb-hdrc: version 6.0, otg (peripheral+host), debug=0

[    0.266693] musb-hdrc musb-hdrc.0: dma type: dma-inventra

[    0.267395] musb-hdrc musb-hdrc.0: USB OTG mode controller at fa0ab000 using DMA, IRQ 92

[    0.268707] NET: Registered protocol family 2

[    0.269226] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)

[    0.270294] TCP established hash table entries: 16384 (order: 5, 131072 bytes)

[    0.270812] TCP bind hash table entries: 16384 (order: 7, 720896 bytes)

[    0.275085] TCP: Hash tables configured (established 16384 bind 16384)

[    0.275146] TCP reno registered

[    0.275177] UDP hash table entries: 256 (order: 2, 24576 bytes)

[    0.275329] UDP-Lite hash table entries: 256 (order: 2, 24576 bytes)

[    0.276000] NET: Registered protocol family 1

[    0.277038] RPC: Registered udp transport module.

[    0.277069] RPC: Registered tcp transport module.

[    0.277069] RPC: Registered tcp NFSv4.1 backchannel transport module.

[    0.277740] NetWinder Floating Point Emulator V0.97 (double precision)

[    0.282897] omap3evm camera init done successfully...

[    0.283477] omap-iommu omap-iommu.0: isp registered

[    0.284118] AM37x/DM37x  Linux PSP version 04.02.00.07 (OMAP3EVM)

[    0.452423] VFS: Disk quotas dquot_6.5.2

[    0.452606] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[    0.454437] JFFS2 version 2.2. (NAND) (SUMMARY)  Â© 2001-2006 Red Hat, Inc.

[    0.455322] msgmni has been set to 966

[    0.459472] io scheduler noop registered

[    0.459503] io scheduler deadline registered

[    0.459655] io scheduler cfq registered (default)

[    0.523101] OMAP DSS rev 2.0

[    0.523315] OMAP DISPC rev 3.0

[    0.523406] OMAP VENC rev 2

[    0.524230] OMAP DSI rev 1.0

[    0.854675] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

[    0.860412] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0

[    1.611907] console [ttyO0] enabled

[    1.616943] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1

[    1.625457] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2

[    1.633880] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3

[    1.675506] brd: module loaded

[    1.695129] loop: module loaded

[    1.705108] omap2-nand driver initializing

[    1.709930] NAND device: Manufacturer ID: 0xad, Chip ID: 0xbc (Hynix )

[    1.716888] Creating 5 MTD partitions on "omap2-nand.0":

[    1.722534] 0x000000000000-0x000000080000 : "X-Loader-NAND"

[    1.733978] 0x000000080000-0x0000001c0000 : "U-Boot-NAND"

[    1.744720] 0x0000001c0000-0x000000280000 : "Boot Env-NAND"

[    1.755371] 0x000000280000-0x000000780000 : "Kernel-NAND"

[    1.767791] 0x000000780000-0x000020000000 : "File System - NAND"

[    2.023864] OneNAND driver initializing

[    2.028106] omap2-onenand omap2-onenand: Cannot request GPMC CS

[    2.034545] omap2-onenand: probe of omap2-onenand failed with error -16

[    2.044769] smsc911x: Driver version 2008-10-21.

[    3.797210] irq 336: nobody cared (try booting with the "irqpoll" option)

[    3.804351] [<c004fa88>] (unwind_backtrace+0x0/0xec) from [<c00b6a34>] (__report_bad_irq+0x30/0x8c)

[    3.813873] [<c00b6a34>] (__report_bad_irq+0x30/0x8c) from [<c00b6bdc>] (note_interrupt+0x14c/0x1dc)

[    3.823455] [<c00b6bdc>] (note_interrupt+0x14c/0x1dc) from [<c00b7938>] (handle_level_irq+0xe0/0x144)

[    3.833160] [<c00b7938>] (handle_level_irq+0xe0/0x144) from [<c0066f74>] (gpio_irq_handler+0x13c/0x170)

[    3.843017] [<c0066f74>] (gpio_irq_handler+0x13c/0x170) from [<c003f078>] (asm_do_IRQ+0x78/0xa0)

[    3.852264] [<c003f078>] (asm_do_IRQ+0x78/0xa0) from [<c0481df4>] (__irq_svc+0x34/0x80)

[    3.860687] Exception stack(0xdec2be08 to 0xdec2be50)

[    3.865966] be00:                   c07bcda0 00000301 dec1a040 00000001 c07bcda0 60000013

[    3.874572] be20: 00000000 00000150 c07bcda0 60000013 c07bcd84 00000088 0000006d dec2be50

[    3.883148] be40: c0481bf8 c0481bfc 60000013 ffffffff

[    3.888458] [<c0481df4>] (__irq_svc+0x34/0x80) from [<c0481bfc>] (_raw_spin_unlock_irqrestore+0x2c/0x34)

[    3.898437] [<c0481bfc>] (_raw_spin_unlock_irqrestore+0x2c/0x34) from [<c00b61a4>] (__setup_irq+0x24c/0x320)

[    3.908752] [<c00b61a4>] (__setup_irq+0x24c/0x320) from [<c00b6390>] (request_threaded_irq+0x118/0x168)

[    3.918609] [<c00b6390>] (request_threaded_irq+0x118/0x168) from [<c0479598>] (smsc911x_drv_probe+0x6b4/0x1394)

[    3.929229] [<c0479598>] (smsc911x_drv_probe+0x6b4/0x1394) from [<c027f240>] (platform_drv_probe+0x1c/0x24)

[    3.939453] [<c027f240>] (platform_drv_probe+0x1c/0x24) from [<c027e10c>] (driver_probe_device+0xcc/0x1b4)

[    3.949615] [<c027e10c>] (driver_probe_device+0xcc/0x1b4) from [<c027e25c>] (__driver_attach+0x68/0x8c)

[    3.959472] [<c027e25c>] (__driver_attach+0x68/0x8c) from [<c027d864>] (bus_for_each_dev+0x4c/0x8c)

[    3.968963] [<c027d864>] (bus_for_each_dev+0x4c/0x8c) from [<c027d118>] (bus_add_driver+0x104/0x290)

[    3.978576] [<c027d118>] (bus_add_driver+0x104/0x290) from [<c027e584>] (driver_register+0xc0/0x150)

[    3.988159] [<c027e584>] (driver_register+0xc0/0x150) from [<c003f3c8>] (do_one_initcall+0xc8/0x194)

[    3.997772] [<c003f3c8>] (do_one_initcall+0xc8/0x194) from [<c000869c>] (kernel_init+0x98/0x150)

[    4.006988] [<c000869c>] (kernel_init+0x98/0x150) from [<c004accc>] (kernel_thread_exit+0x0/0x8)

[    4.016204] handlers:

[    4.018585] [<c02c246c>] (smsc911x_irqhandler+0x0/0x558)

[    4.024200] Disabling IRQ #336

[    4.032470] smsc911x-mdio: probed

[    4.036285] eth0: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=ffffffff:01, irq=-1)

[    4.045593] net eth0: MAC Address: 56:95:90:be:55:4e

[    4.052124] usbcore: registered new interface driver asix

[    4.058380] usbcore: registered new interface driver cdc_ether

[    4.065093] usbcore: registered new interface driver net1080

[    4.071624] usbcore: registered new interface driver cdc_subset

[    4.078399] usbcore: registered new interface driver zaurus

[    4.084289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

[    5.093139] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller

[    5.099761] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1

[    5.108032] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800

[    5.124420] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00

[    5.130950] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

[    5.138153] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    5.145782] usb usb1: Product: OMAP-EHCI Host Controller

[    5.151458] usb usb1: Manufacturer: Linux 2.6.37-svn41 ehci_hcd

[    5.157745] usb usb1: SerialNumber: ehci-omap.0

[    5.165466] hub 1-0:1.0: USB hub found

[    5.169464] hub 1-0:1.0: 3 ports detected

[    5.203308] Initializing USB Mass Storage driver...

[    5.209106] usbcore: registered new interface driver usb-storage

[    5.215454] USB Mass Storage support registered.

[    5.220977] usbcore: registered new interface driver usbtest

[    5.227081] g_ether gadget: using random self ethernet address

[    5.233245] g_ether gadget: using random host ethernet address

[    5.240905] usb0: MAC 02:80:17:fb:3f:d5

[    5.245086] usb0: HOST MAC de:9c:49:a8:6e:75

[    5.249694] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008

[    5.256652] g_ether gadget: g_ether ready

[    5.260925] musb-hdrc musb-hdrc.0: MUSB HDRC host driver

[    5.266693] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2

[    5.275207] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

[    5.282409] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[    5.290039] usb usb2: Product: MUSB HDRC host driver

[    5.295257] usb usb2: Manufacturer: Linux 2.6.37-svn41 musb-hcd

[    5.301513] usb usb2: SerialNumber: musb-hdrc.0

[    5.308746] hub 2-0:1.0: USB hub found

[    5.312805] hub 2-0:1.0: 1 port detected

[    5.320678] mice: PS/2 mouse device common for all mice

[    5.329010] input: TWL4030 Keypad as /devices/platform/omap/omap_i2c.1/i2c-1/1-004a/twl4030_keypad/input/input0

[    5.346832] ads7846 spi1.0: touchscreen, irq 335

[    5.353607] input: ADS7846 Touchscreen as /devices/platform/omap2_mcspi.1/spi1.0/input/input1

[    5.367858] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input2

[    5.382934] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0

[    5.389587] twl_rtc twl_rtc: Power up reset detected.

[    5.395904] twl_rtc twl_rtc: Enabling TWL-RTC.

[    5.402130] i2c /dev entries driver

[    5.410217] Linux media interface: v0.10

[    5.415100] Linux video capture interface: v2.00

[    5.421966] omap3isp supply VDD_CSIPHY1 not found, using dummy regulator

[    5.429229] omap3isp supply VDD_CSIPHY2 not found, using dummy regulator

[    5.436614] omap3isp omap3isp: Revision 15.0 found

[    5.441894] omap-iommu omap-iommu.0: isp: version 1.1

[    5.515441] usb 1-2: new high speed USB device using ehci-omap and address 2

[    5.523223] omap_device: omap_i2c.1: new worst case deactivate latency 0: 91552

[    5.531188] mt9t111 2-003c: Unable to detectmt9t111sensor

[    5.541168] isp_register_subdev_group: Unable to register subdev mt9t111

[    5.549743] tvp514x 3-005c: tvp514x 3-005c decoder driver registered !!

[    5.557922] tvp514x 3-005c: Write: retry ... 0

[    5.585540] tvp514x 3-005c: Write: retry ... 1

[    5.608947] tvp514x 3-005c: Write: retry ... 2

[    5.632385] tvp514x 3-005c: Write: retry ... 3

[    5.656005] tvp514x 3-005c: Write: retry ... 4

[    5.679229] tvp514x 3-005c: Write: retry ... 5

[    5.687622] usb 1-2: New USB device found, idVendor=0409, idProduct=005a

[    5.694732] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0

[    5.703521] tvp514x 3-005c: Write failed. Err[-121]

[    5.708648] tvp514x 3-005c: Unable to turn on decoder

[    5.714752] tvp514x 3-005c: Read: retry ... 0

[    5.720520] hub 1-2:1.0: USB hub found

[    5.724639] hub 1-2:1.0: 4 ports detected

[    5.741851] tvp514x 3-005c: Read: retry ... 1

[    5.765197] tvp514x 3-005c: Read: retry ... 2

[    5.788635] tvp514x 3-005c: Read: retry ... 3

[    5.812103] tvp514x 3-005c: Read: retry ... 4

[    5.835479] tvp514x 3-005c: Read: retry ... 5

[    5.858947] tvp514x 3-005c: Unable to query std

[    5.865020] usbcore: registered new interface driver uvcvideo

[    5.871124] USB Video Class driver (v1.0.0)

[    5.875885] omap_device: omap_wdt.-1: new worst case activate latency 0: 30517

[    5.884735] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec

[    5.891845] Bluetooth: HCI UART driver ver 2.2

[    5.896514] Bluetooth: HCI H4 protocol initialized

[    5.901702] Bluetooth: HCILL protocol initialized

[    5.914825] mmci-omap-hs.1 supply vmmc_aux not found, using dummy regulator

[    5.997741] usbcore: registered new interface driver usbhid

[    6.003662] usbhid: USB HID core driver

[    6.010040] usbcore: registered new interface driver snd-usb-audio

[    6.020446] OMAP3 EVM SoC init

[    6.109100] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok

[    6.119201] ALSA device list:

[    6.122314]   #0: omap3evm

[    6.125213] oprofile: hardware counters not available

[    6.130523] oprofile: using timer interrupt.

[    6.135223] nf_conntrack version 0.5.0 (7729 buckets, 30916 max)

[    6.142944] ip_tables: (C) 2000-2006 Netfilter Core Team

[    6.148986] TCP cubic registered

[    6.152374] Initializing XFRM netlink socket

[    6.157043] NET: Registered protocol family 17

[    6.161804] NET: Registered protocol family 15

[    6.166900] Bluetooth: L2CAP ver 2.15

[    6.170745] Bluetooth: L2CAP socket layer initialized

[    6.176452] Bluetooth: SCO (Voice Link) ver 0.6

[    6.181365] Bluetooth: SCO socket layer initialized

[    6.187011] Bluetooth: RFCOMM TTY layer initialized

[    6.192199] Bluetooth: RFCOMM socket layer initialized

[    6.197631] Bluetooth: RFCOMM ver 1.11

[    6.201568] Bluetooth: BNEP (Ethernet Emulation) ver 1.3

[    6.207183] Bluetooth: BNEP filters: protocol multicast

[    6.212707] Bluetooth: HIDP (Human Interface Emulation) ver 1.2

[    6.220489] Registering the dns_resolver key type

[    6.225860] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3

[    6.235015] ThumbEE CPU extension supported.

[    6.251983] Power Management for TI OMAP3.

[    6.256866] sr_init: No PMIC hook to init smartreflex

[    6.262664] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized

[    6.271545] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized

[    6.280883] SmartReflex Class3 initialized

[    6.319000] clock: disabling unused clocks to save power

[    6.326202] platform mpu.0: omap_voltage_scale: Already at the requestedrate 600000000

[    6.338439] fbcvt: 1024x768@60: CVT Name - .786M3-R

[    6.358520] regulator_init_complete: incomplete constraints, leaving VDAC on

[    6.367828] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)

[    6.376770] omap_vout omap_vout: Buffer Size = 3686400

[    6.384307] omap_vout omap_vout: : registered and initialized video device 16

[    6.391906] omap_vout omap_vout: Buffer Size = 3686400

[    6.399200] omap_vout omap_vout: : registered and initialized video device 17

[    6.410644] yaffs: dev is 32505860 name is "mtdblock4" rw

[    6.416412] yaffs: passed flags ""

[   13.366119] VFS: Mounted root (yaffs2 filesystem) on device 31:4.

[   13.372741] Freeing init memory: 220K

[   13.419891] Kernel panic - not syncing: Attempted to kill init!

[   13.426208] [<c004fa88>] (unwind_backtrace+0x0/0xec) from [<c047e708>] (panic+0x4c/0x180)

[   13.434875] [<c047e708>] (panic+0x4c/0x180) from [<c007c60c>] (do_exit+0x6c/0x644)

[   13.442871] [<c007c60c>] (do_exit+0x6c/0x644) from [<c007cc74>] (do_group_exit+0x90/0xc0)

[   13.451507] [<c007cc74>] (do_group_exit+0x90/0xc0) from [<c008ad9c>] (get_signal_to_deliver+0x39c/0x3ec)

[   13.461517] [<c008ad9c>] (get_signal_to_deliver+0x39c/0x3ec) from [<c004c964>] (do_notify_resume+0x70/0x62c)

[   13.471862] [<c004c964>] (do_notify_resume+0x70/0x62c) from [<c0049cf8>] (work_pending+0x24/0x28)

 

x 出现错误。请重试或与管理员联系。