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.

开发板忽然掉电破坏嵌入式linux文件系统的问题

Other Parts Discussed in Thread: OMAP-L138, TSC2007

我们的开发板要经常不停的掉电。掉电次数多了发现开发板启动不起来了,一直停在某个地方不动,也不报任何错误。初步感觉是文件系统被破坏了,各位大神有啥解决办法吗?

  • 停在这了

    OMAP-L138 initialization passed!
    Booting TI User Boot Loader
            UBL Version: 1.65
            UBL Flashtype: NAND
    Starting NAND Copy...
    Valid magicnum, 0x55424CBB, found in block 0x00000006.
       DONE
    Jumping to entry point at 0xC1080000.


    U-Boot 2009.11 (11鏈?02 2011 - 17:59:40)

    I2C:   ready
    DRAM:  128 MB
    NAND:  1024 MiB
    MMC:   davinci: 0
    Bad block table found at page 524224, version 0x01
    Bad block table found at page 524160, version 0x01
    nand_read_bbt: Bad block at 0x000001dc0000
    nand_read_bbt: Bad block at 0x000006f20000
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock : 300000000 Hz
    DDR Clock : 150000000 Hz
    Net:   Ethernet PHY: GENERIC @ 0x00

    Hit any key to stop autoboot:  0

    NAND read: device 0 offset 0x200000, size 0x1d3000
     1912832 bytes read: OK
    ## Booting kernel from Legacy Image at c0700000 ...
       Image Name:   Linux-2.6.33-rc4
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    1911964 Bytes =  1.8 MB
       Load Address: c0008000
       Entry Point:  c0008000
       Loading Kernel Image ... OK
    OK

    Starting kernel ...

    Uncompressing Linux... done, booting the kernel.
    [    0.000000] Linux version 2.6.33-rc4 (zhangzhenhua@zhangzhenhua-desktop) (gcc
     version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #6 PREEMPT Mon Mar 10 15:19:02 CS
    T 2014
    [    0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
    [    0.000000] CPU: VIVT data cache, VIVT instruction cache
    [    0.000000] Machine: DaVinci DA850/OMAP-L138/AM18xx EVM
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] DaVinci da850/omap-l138/am18xx variant 0x1
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pag
    es: 16256
    [    0.000000] Kernel command line: mem=64M console=ttyS2,115200n8 ubi.mtd=4 roo
    t=ubi0:rootfs rootfstype=ubifs ip=192.168.1.99:192.168.1.98:192.168.1.1:255.255.
    255.0::eth0:off eth=00:40:01:2B:64:60
    [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
    [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Memory: 64MB = 64MB total
    [    0.000000] Memory: 61212KB available (3296K code, 230K data, 128K init, 0K h
    ighmem)
    [    0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, N
    odes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] NR_IRQS:245
    [    0.000000] Console: colour dummy device 80x30
    [    0.000000] Calibrating delay loop... 149.50 BogoMIPS (lpj=747520)
    [    0.210000] Mount-cache hash table entries: 512
    [    0.210000] CPU: Testing write buffer coherency: ok
    [    0.210000] DaVinci: 144 gpio irqs
    [    0.220000] NET: Registered protocol family 16
    [    0.260000] da850_evm_init: evm specific lcd mux setup failed: -22
    [    0.330000] bio: create slab <bio-0> at 0
    [    0.340000] SCSI subsystem initialized
    [    0.340000] usbcore: registered new interface driver usbfs
    [    0.340000] usbcore: registered new interface driver hub
    [    0.350000] usbcore: registered new device driver usb
    [    0.350000] i2c-gpio i2c-gpio.1: using pins 20 (SDA) and 21 (SCL)
    [    0.350000] Switching to clocksource timer0_1
    [    0.360000] musb_hdrc: version 6.0, cppi4.1-dma, host, debug=0
    [    0.360000] Waiting for USB PHY clock good...
    [    0.380000] musb_hdrc: USB Host mode controller at fee00000 using DMA, IRQ 58

    [    0.380000] musb_hdrc musb_hdrc: MUSB HDRC host driver
    [    0.380000] musb_hdrc musb_hdrc: new USB bus registered, assigned bus number
    1
    [    0.380000] hub 1-0:1.0: USB hub found
    [    0.380000] hub 1-0:1.0: 1 port detected
    [    0.380000] NET: Registered protocol family 2
    [    0.380000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.380000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
    [    0.380000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.380000] TCP: Hash tables configured (established 2048 bind 2048)
    [    0.380000] TCP reno registered
    [    0.380000] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.380000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.380000] NET: Registered protocol family 1
    [    0.380000] RPC: Registered udp transport module.
    [    0.380000] RPC: Registered tcp transport module.
    [    0.380000] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.390000] EMAC: MII PHY configured, RMII PHY will not be functional
    [    0.390000] McBSP:Probed McBSP1
    [    0.470000] msgmni has been set to 119
    [    0.470000] io scheduler noop registered (default)
    [    0.480000] da8xx_lcdc da8xx_lcdc.0: GLCD: Found AUO_G084SN05 panel
    [    0.510000] Console: switching to colour frame buffer device 100x37
    [    0.650000] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
    [    0.660000] serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a AR7
    [    0.660000] serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a AR7
    [    0.660000] serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a AR7
    [    1.000000] console [ttyS2] enabled
    [    1.010000] brd: module loaded
    [    1.020000] NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1
    GiB 3,3V 8-bit)
    [    1.030000] uncorrectable error :
    [    1.030000] uncorrectable error :
    [    1.040000] uncorrectable error :
    [    1.040000] uncorrectable error :
    [    1.040000] uncorrectable error :
    [    1.050000] uncorrectable error :
    [    1.050000] uncorrectable error :
    [    1.050000] uncorrectable error :
    [    1.060000] nand_bbt: ECC error while reading bad block table
    [    1.060000] Creating 5 MTD partitions on "davinci_nand.1":
    [    1.070000] 0x000000000000-0x000000040000 : "u-boot env"
    [    1.080000] 0x000000040000-0x000000080000 : "UBL"
    [    1.090000] 0x000000080000-0x000000100000 : "u-boot"
    [    1.100000] 0x000000200000-0x000000600000 : "kernel"
    [    1.110000] 0x000000600000-0x000040000000 : "filesystem"
    [    1.120000] davinci_nand davinci_nand.1: controller rev. 2.5
    [    1.130000] UBI: attaching mtd4 to ubi0
    [    1.140000] UBI: physical eraseblock size:   131072 bytes (128 KiB)
    [    1.140000] UBI: logical eraseblock size:    129024 bytes
    [    1.150000] UBI: smallest flash I/O unit:    2048
    [    1.150000] UBI: sub-page size:              512
    [    1.160000] UBI: VID header offset:          512 (aligned 512)
    [    1.160000] UBI: data offset:                2048
    [    3.160000] UBI: attached mtd4 to ubi0
    [    3.160000] UBI: MTD device name:            "filesystem"
    [    3.170000] UBI: MTD device size:            1018 MiB
    [    3.170000] UBI: number of good PEBs:        8138
    [    3.180000] UBI: number of bad PEBs:         6
    [    3.180000] UBI: max. allowed volumes:       128
    [    3.190000] UBI: wear-leveling threshold:    4096
    [    3.190000] UBI: number of internal volumes: 1
    [    3.200000] UBI: number of user volumes:     1
    [    3.200000] UBI: available PEBs:             7240
    [    3.210000] UBI: total number of reserved PEBs: 898
    [    3.210000] UBI: number of PEBs reserved for bad PEB handling: 81
    [    3.220000] UBI: max/mean erase counter: 2/1
    [    3.220000] UBI: image sequence number: 0
    [    3.230000] UBI: background thread "ubi_bgt0d" started, PID 351
    [    3.230000] spi_davinci spi_davinci.1: Controller at 0xfef0e000
    [    3.250000] console [netcon0] enabled
    [    3.260000] netconsole: network logging started
    [    3.260000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    3.270000] ohci ohci.0: DA8xx OHCI
    [    3.270000] ohci ohci.0: new USB bus registered, assigned bus number 2
    [    3.280000] ohci ohci.0: irq 59, io mem 0x01e25000
    [    3.340000] hub 2-0:1.0: USB hub found
    [    3.350000] hub 2-0:1.0: 1 port detected
    [    3.350000] Initializing USB Mass Storage driver...
    [    3.360000] usbcore: registered new interface driver usb-storage
    [    3.360000] USB Mass Storage support registered.
    [    3.370000] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    3.380000] setting trigger mode 8 for irq 143 failed (gpio_irq_type+0x0/0x8c
    )
    [    3.390000] input: TSC2007 Touchscreen as /devices/virtual/input/input1
    [    3.400000] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    [    3.410000] omap_rtc: RTC power up reset detected
    [    3.410000] omap_rtc: already running
    [    3.420000] i2c /dev entries driver
    [    3.420000] watchdog watchdog: heartbeat 60 sec
    [    3.430000] cpuidle: using governor ladder
    [    3.440000] cpuidle: using governor menu
    [    3.450000] Registered led device: led::D1
    [    3.450000] Registered led device: led::D2
    [    3.460000] Registered led device: led::D3
    [    3.460000] Registered led device: led::D4
    [    3.470000] TCP cubic registered
    [    3.470000] NET: Registered protocol family 17
    [    3.480000] Clocks: disable unused i2c1
    [    3.480000] Clocks: disable unused emac
    [    3.480000] Clocks: disable unused mcasp
    [    3.480000] Clocks: disable unused mmcsd
    [    3.480000] Clocks: disable unused mmcsd1
    [    3.480000] Clocks: disable unused spi0
    [    3.480000] Clocks: disable unused mcbsp0
    [    3.480000] Clocks: disable unused vpif
    [    3.480000] Clocks: disable unused ecap0
    [    3.530000] davinci_emac_probe: using random MAC addr: 8e:68:e1:24:d4:48
    [    3.540000] emac-mii: probed
    [    3.540000] omap_rtc omap_rtc: setting system clock to 2014-04-25 15:33:55 UT
    C (1398440035)
    [    4.060000] eth0: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_add
    r=1:00, id=7c0f1)
    [    5.080000] IP-Config: Complete:
    [    5.080000]      device=eth0, addr=192.168.1.99, mask=255.255.255.0, gw=192.1
    68.1.1,
    [    5.090000]      host=192.168.1.99, domain=, nis-domain=(none),
    [    5.090000]      bootserver=192.168.1.98, rootserver=192.168.1.98, rootpath=
    [    5.260000] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
    [    5.270000] UBIFS: file system size:   103606272 bytes (101178 KiB, 98 MiB, 8
    03 LEBs)
    [    5.280000] UBIFS: journal size:       5160960 bytes (5040 KiB, 4 MiB, 40 LEB
    s)
    [    5.290000] UBIFS: media format:       w4/r0 (latest is w4/r0)
    [    5.290000] UBIFS: default compressor: lzo
    [    5.300000] UBIFS: reserved for root:  4893579 bytes (4778 KiB)
    [    5.300000] VFS: Mounted root (ubifs filesystem) on device 0:13.
    [    5.310000] Freeing init memory: 128K
    INIT: version 2.86 booting
    Starting udev
    [    7.060000] PHY: 1:00 - Link is Up - 100/Full
    [    8.390000] udev: starting version 141
    Root filesystem already rw, not remounting
    Caching udev devnodes
    Populating dev cache
    [   12.880000] NET: Registered protocol family 10
    Configuring network interfaces... done.
    Setting up IP spoofing protection: rp_filter.

    就停在这不动了

  • 这个是正常的时候输出的打印信息

    OMAP-L138 initialization passed!
    Booting TI User Boot Loader
            UBL Version: 1.65
            UBL Flashtype: NAND
    Starting NAND Copy...
    Valid magicnum, 0x55424CBB, found in block 0x00000006.
       DONE
    Jumping to entry point at 0xC1080000.


    U-Boot 2009.11 (11鏈?02 2011 - 17:59:40)

    I2C:   ready
    DRAM:  128 MB
    NAND:  1024 MiB
    MMC:   davinci: 0
    Bad block table found at page 524224, version 0x01
    Bad block table found at page 524160, version 0x01
    nand_read_bbt: Bad block at 0x000001dc0000
    nand_read_bbt: Bad block at 0x000006f20000
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock : 300000000 Hz
    DDR Clock : 150000000 Hz
    Net:   Ethernet PHY: GENERIC @ 0x00

    Hit any key to stop autoboot:  0

    NAND read: device 0 offset 0x200000, size 0x1d3000
     1912832 bytes read: OK
    ## Booting kernel from Legacy Image at c0700000 ...
       Image Name:   Linux-2.6.33-rc4
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    1911964 Bytes =  1.8 MB
       Load Address: c0008000
       Entry Point:  c0008000
       Loading Kernel Image ... OK
    OK

    Starting kernel ...

    Uncompressing Linux... done, booting the kernel.
    [    0.000000] Linux version 2.6.33-rc4 (zhangzhenhua@zhangzhenhua-desktop) (gcc
     version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #6 PREEMPT Mon Mar 10 15:19:02 CS
    T 2014
    [    0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
    [    0.000000] CPU: VIVT data cache, VIVT instruction cache
    [    0.000000] Machine: DaVinci DA850/OMAP-L138/AM18xx EVM
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] DaVinci da850/omap-l138/am18xx variant 0x1
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pag
    es: 16256
    [    0.000000] Kernel command line: mem=64M console=ttyS2,115200n8 ubi.mtd=4 roo
    t=ubi0:rootfs rootfstype=ubifs ip=192.168.1.99:192.168.1.98:192.168.1.1:255.255.
    255.0::eth0:off eth=00:40:01:2B:64:60
    [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
    [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Memory: 64MB = 64MB total
    [    0.000000] Memory: 61212KB available (3296K code, 230K data, 128K init, 0K h
    ighmem)
    [    0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, N
    odes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] NR_IRQS:245
    [    0.000000] Console: colour dummy device 80x30
    [    0.000000] Calibrating delay loop... 149.50 BogoMIPS (lpj=747520)
    [    0.210000] Mount-cache hash table entries: 512
    [    0.210000] CPU: Testing write buffer coherency: ok
    [    0.210000] DaVinci: 144 gpio irqs
    [    0.220000] NET: Registered protocol family 16
    [    0.260000] da850_evm_init: evm specific lcd mux setup failed: -22
    [    0.330000] bio: create slab <bio-0> at 0
    [    0.340000] SCSI subsystem initialized
    [    0.340000] usbcore: registered new interface driver usbfs
    [    0.340000] usbcore: registered new interface driver hub
    [    0.350000] usbcore: registered new device driver usb
    [    0.350000] i2c-gpio i2c-gpio.1: using pins 20 (SDA) and 21 (SCL)
    [    0.350000] Switching to clocksource timer0_1
    [    0.360000] musb_hdrc: version 6.0, cppi4.1-dma, host, debug=0
    [    0.360000] Waiting for USB PHY clock good...
    [    0.380000] musb_hdrc: USB Host mode controller at fee00000 using DMA, IRQ 58

    [    0.380000] musb_hdrc musb_hdrc: MUSB HDRC host driver
    [    0.380000] musb_hdrc musb_hdrc: new USB bus registered, assigned bus number
    1
    [    0.380000] hub 1-0:1.0: USB hub found
    [    0.380000] hub 1-0:1.0: 1 port detected
    [    0.380000] NET: Registered protocol family 2
    [    0.380000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.380000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
    [    0.380000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.380000] TCP: Hash tables configured (established 2048 bind 2048)
    [    0.380000] TCP reno registered
    [    0.380000] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [    0.380000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [    0.380000] NET: Registered protocol family 1
    [    0.380000] RPC: Registered udp transport module.
    [    0.380000] RPC: Registered tcp transport module.
    [    0.380000] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.390000] EMAC: MII PHY configured, RMII PHY will not be functional
    [    0.390000] McBSP:Probed McBSP1
    [    0.470000] msgmni has been set to 119
    [    0.470000] io scheduler noop registered (default)
    [    0.480000] da8xx_lcdc da8xx_lcdc.0: GLCD: Found AUO_G084SN05 panel
    [    0.510000] Console: switching to colour frame buffer device 100x37
    [    0.650000] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
    [    0.660000] serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a AR7
    [    0.660000] serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a AR7
    [    0.660000] serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a AR7
    [    1.000000] console [ttyS2] enabled
    [    1.010000] brd: module loaded
    [    1.020000] NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1
    GiB 3,3V 8-bit)
    [    1.030000] uncorrectable error :
    [    1.030000] uncorrectable error :
    [    1.040000] uncorrectable error :
    [    1.040000] uncorrectable error :
    [    1.040000] uncorrectable error :
    [    1.050000] uncorrectable error :
    [    1.050000] uncorrectable error :
    [    1.050000] uncorrectable error :
    [    1.060000] nand_bbt: ECC error while reading bad block table
    [    1.060000] Creating 5 MTD partitions on "davinci_nand.1":
    [    1.070000] 0x000000000000-0x000000040000 : "u-boot env"
    [    1.080000] 0x000000040000-0x000000080000 : "UBL"
    [    1.090000] 0x000000080000-0x000000100000 : "u-boot"
    [    1.100000] 0x000000200000-0x000000600000 : "kernel"
    [    1.110000] 0x000000600000-0x000040000000 : "filesystem"
    [    1.120000] davinci_nand davinci_nand.1: controller rev. 2.5
    [    1.130000] UBI: attaching mtd4 to ubi0
    [    1.140000] UBI: physical eraseblock size:   131072 bytes (128 KiB)
    [    1.140000] UBI: logical eraseblock size:    129024 bytes
    [    1.150000] UBI: smallest flash I/O unit:    2048
    [    1.150000] UBI: sub-page size:              512
    [    1.160000] UBI: VID header offset:          512 (aligned 512)
    [    1.160000] UBI: data offset:                2048
    [    3.160000] UBI: attached mtd4 to ubi0
    [    3.160000] UBI: MTD device name:            "filesystem"
    [    3.170000] UBI: MTD device size:            1018 MiB
    [    3.170000] UBI: number of good PEBs:        8138
    [    3.180000] UBI: number of bad PEBs:         6
    [    3.180000] UBI: max. allowed volumes:       128
    [    3.190000] UBI: wear-leveling threshold:    4096
    [    3.190000] UBI: number of internal volumes: 1
    [    3.200000] UBI: number of user volumes:     1
    [    3.200000] UBI: available PEBs:             7240
    [    3.210000] UBI: total number of reserved PEBs: 898
    [    3.210000] UBI: number of PEBs reserved for bad PEB handling: 81
    [    3.220000] UBI: max/mean erase counter: 2/1
    [    3.220000] UBI: image sequence number: 0
    [    3.230000] UBI: background thread "ubi_bgt0d" started, PID 351
    [    3.230000] spi_davinci spi_davinci.1: Controller at 0xfef0e000
    [    3.250000] console [netcon0] enabled
    [    3.260000] netconsole: network logging started
    [    3.260000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    3.270000] ohci ohci.0: DA8xx OHCI
    [    3.270000] ohci ohci.0: new USB bus registered, assigned bus number 2
    [    3.280000] ohci ohci.0: irq 59, io mem 0x01e25000
    [    3.340000] hub 2-0:1.0: USB hub found
    [    3.350000] hub 2-0:1.0: 1 port detected
    [    3.350000] Initializing USB Mass Storage driver...
    [    3.360000] usbcore: registered new interface driver usb-storage
    [    3.360000] USB Mass Storage support registered.
    [    3.370000] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    3.380000] setting trigger mode 8 for irq 143 failed (gpio_irq_type+0x0/0x8c
    )
    [    3.390000] input: TSC2007 Touchscreen as /devices/virtual/input/input1
    [    3.400000] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
    [    3.410000] omap_rtc: RTC power up reset detected
    [    3.410000] omap_rtc: already running
    [    3.420000] i2c /dev entries driver
    [    3.420000] watchdog watchdog: heartbeat 60 sec
    [    3.430000] cpuidle: using governor ladder
    [    3.440000] cpuidle: using governor menu
    [    3.450000] Registered led device: led::D1
    [    3.450000] Registered led device: led::D2
    [    3.460000] Registered led device: led::D3
    [    3.460000] Registered led device: led::D4
    [    3.470000] TCP cubic registered
    [    3.470000] NET: Registered protocol family 17
    [    3.480000] Clocks: disable unused i2c1
    [    3.480000] Clocks: disable unused emac
    [    3.480000] Clocks: disable unused mcasp
    [    3.480000] Clocks: disable unused mmcsd
    [    3.480000] Clocks: disable unused mmcsd1
    [    3.480000] Clocks: disable unused spi0
    [    3.480000] Clocks: disable unused mcbsp0
    [    3.480000] Clocks: disable unused vpif
    [    3.480000] Clocks: disable unused ecap0
    [    3.530000] davinci_emac_probe: using random MAC addr: 8e:68:e1:24:d4:48
    [    3.540000] emac-mii: probed
    [    3.540000] omap_rtc omap_rtc: setting system clock to 2014-04-25 15:33:55 UT
    C (1398440035)
    [    4.060000] eth0: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_add
    r=1:00, id=7c0f1)
    [    5.080000] IP-Config: Complete:
    [    5.080000]      device=eth0, addr=192.168.1.99, mask=255.255.255.0, gw=192.1
    68.1.1,
    [    5.090000]      host=192.168.1.99, domain=, nis-domain=(none),
    [    5.090000]      bootserver=192.168.1.98, rootserver=192.168.1.98, rootpath=
    [    5.260000] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
    [    5.270000] UBIFS: file system size:   103606272 bytes (101178 KiB, 98 MiB, 8
    03 LEBs)
    [    5.280000] UBIFS: journal size:       5160960 bytes (5040 KiB, 4 MiB, 40 LEB
    s)
    [    5.290000] UBIFS: media format:       w4/r0 (latest is w4/r0)
    [    5.290000] UBIFS: default compressor: lzo
    [    5.300000] UBIFS: reserved for root:  4893579 bytes (4778 KiB)
    [    5.300000] VFS: Mounted root (ubifs filesystem) on device 0:13.
    [    5.310000] Freeing init memory: 128K
    INIT: version 2.86 booting
    Starting udev
    [    7.060000] PHY: 1:00 - Link is Up - 100/Full
    [    8.390000] udev: starting version 141
    Root filesystem already rw, not remounting
    Caching udev devnodes
    Populating dev cache
    [   12.880000] NET: Registered protocol family 10
    Configuring network interfaces... done.
    Setting up IP spoofing protection: rp_filter.
    INIT: Entering runlevel: 5
    Starting syslogd/klogd: done

    Load GPIO driver...
    This is Starting a User's Qt Program ...
    ===[FUNC:Desktop] Creating Datebase == ./Main.db ==

    ===[FUNC:createDateBaseFile] Creating/Opening Filename = ./Data.db ==

    ===[FUNC:createDateBaseFile] Creating/Opening Filename = ./Code.db ==

  • 知道是什么情况吗?正常的情况下,还会接着继续输出如下信息:

    INIT: Entering runlevel: 5
    Starting syslogd/klogd: done

    Load GPIO driver...
    This is Starting a User's Qt Program ...
    ===[FUNC:Desktop] Creating Datebase == ./Main.db ==

    ===[FUNC:createDateBaseFile] Creating/Opening Filename = ./Data.db ==

    ===[FUNC:createDateBaseFile] Creating/Opening Filename = ./Code.db ==