|
本帖最后由 575542641 于 2015-4-21 18:38 编辑
- Uncompressing Linux............................................................................................................................................... done, booting the kernel.
- s3c24xx_serial_initconsole
- s3c24xx_serial_init_ports: initialising ports...
- s3c24xx_serial_init_port: port=8045855c, platdev=804618a0
- s3c24xx_serial_init_port: 8045855c (hw 0)...
- resource 8043f290 (e2900000..e2900100)
- port: map=e2900000, mem=f5000000, irq=16 (16,18), clock=1
- s3c6400_serial_resetport: port=8045855c (e2900000), cfg=80461994
- s3c24xx_serial_init_port: port=8045861c, platdev=8043f530
- s3c24xx_serial_init_port: 8045861c (hw 1)...
- resource 8043f338 (e2900400..e2900500)
- .......///省略
- config: 8bits/char
- setting ulcon to 00000003, brddiv to 36, udivslot 00000808
- uart: ulcon = 0x00000003, ucon = 0x000003c5, ufcon = 0x00000111
- [ 0.000000] Linux version 2.6.31.8 (root@heng-VBox) (gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) ) #12 Tue Apr 21 17:39:09 CST 2015
- [ 0.000000] CPU: ARMv7 Processor [412fc082] revision 2 (ARMv7), cr=10c53c7f
- [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
- [ 0.000000] Machine: smdkv210
- [ 0.000000] Ignoring unrecognised tag 0x00000000
- [ 0.000000] Ignoring unrecognised tag 0x41001099
- [ 0.000000] Memory policy: ECC disabled, Data cache writeback
- [ 0.000000] CPU S5PV210 (id 0x43110220)
- [ 0.000000] S3C24XX Clocks, (c) 2004 Simtec Electronics
- [ 0.000000] S5PC100: PLL settings, A=1000000000, M=667000000, E=80000000, H=54000000
- [ 0.000000] S5PV210: ARMCLK=1000000000, HCLKM=200000000, HCLKD=166750000, HCLKP=133400000, PCLKM=100000000, PCLKD=83375000, PCLKP=66700000
- [ 0.000000] mout_apll: source is fout_apll (1), rate is 1000000000
- [ 0.000000] mout_epll: source is fout_epll (1), rate is 80000000
- [ 0.000000] mout_mpll: source is mpll (1), rate is 667000000
- [ 0.000000] mout_vpll: source is srclk (1), rate is 54000000
- [ 0.000000] mmc_bus: source is mout_mpll (6), rate is 47642857
- ...............///省略
- [ 0.715000] s5pc100-uart.2: s3c2410_serial2 at MMIO 0xe2900800 (irq = 24) is a S3C6400/10
- s5p_serial_probe: dev=8043f6f0
- s3c24xx_serial_probe(8043f6f0, 804589c8) 3
- s3c24xx_serial_probe: initialising port 80458778...
- s3c24xx_serial_init_port: port=8045879c, platdev=8043f6f0
- s3c24xx_serial_probe: adding port
- [ 0.740000] s5pc100-uart.3: s3c2410_serial3 at MMIO 0xe2900c00 (irq = 28) is a S3C6400/10
- [ 0.750000] brd: module loaded
- [ 0.750000] loop: module loaded
- [ 0.755000] mice: PS/2 mouse device common for all mice
- [ 0.760000] S3C Touchscreen driver, (c) 2008 Samsung Electronics
- [ 0.765000] S3C TouchScreen got loaded successfully : 12 bits
- [ 0.770000] input: S3C TouchScreen as /class/input/input0
- [ 0.775000] i2c /dev entries driver
- [ 0.780000] Advanced Linux Sound Architecture Driver Version 1.0.20.
- [ 0.785000] ALSA device list:
- [ 0.790000] No soundcards found.
- [ 0.795000] TCP cubic registered
- [ 0.795000] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
- [ 0.805000] List of all partitions:
- [ 0.810000] No filesystem could mount root, tried: ext2
- [ 0.815000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
- [ 0.820000] [<8002b898>] (unwind_backtrace+0x0/0xd4) from [<8020c928>] (panic+0x40/0x108)
- [ 0.830000] [<8020c928>] (panic+0x40/0x108) from [<80008f9c>] (mount_block_root+0x254/0x2a4)
- [ 0.840000] [<80008f9c>] (mount_block_root+0x254/0x2a4) from [<800091b0>] (prepare_namespace+0x164/0x1bc)
- [ 0.850000] [<800091b0>] (prepare_namespace+0x164/0x1bc) from [<800085b4>] (kernel_init+0xd4/0x108)
- [ 0.860000] [<800085b4>] (kernel_init+0xd4/0x108) from [<80026dc0>] (kernel_thread_exit+0x0/0x8)
复制代码
是怎么回事啊,怎么解决啊?求大神了 |
|