Advertisement
Guest User

Untitled

a guest
Dec 4th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.74 KB | None | 0 0
  1. U-Boot SPL 2013.10-rc2-08400-g8a4621c-dirty (Nov 10 2013 - 18:55:07)
  2. Board: Gemei_G9
  3. DRAM: 1024 MiB
  4. CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2
  5. spl: not an uImage at 1600
  6.  
  7.  
  8. U-Boot 2013.10-rc2-08400-g8a4621c-dirty (Nov 10 2013 - 18:55:07) Allwinner Technology
  9.  
  10. CPU: Allwinner A10 (SUN4I)
  11. Board: Gemei_G9
  12. I2C: ready
  13. DRAM: 1 GiB
  14. MMC: SUNXI SD/MMC: 0
  15. *** Warning - bad CRC, using default environment
  16.  
  17. In: serial
  18. Out: serial
  19. Err: serial
  20. Hit any key to stop autoboot: 0
  21. sun4i# env set fdt_high ffffffff
  22. sun4i# fatload mmc 0 0x46000000 uImage
  23. reading uImage
  24. 1673136 bytes read in 86 ms (18.6 MiB/s)
  25. sun4i# fatload mmc 0 0x49000000 dtb
  26. reading dtb
  27. 10437 bytes read in 5 ms (2 MiB/s)
  28. sun4i# setenv bootargs console=ttyS0,11520otwait
  29. sun4i# env set fdt_high ffffffff
  30. sun4i# fatload mmc 0 0x46000000 uImage
  31. reading uImage
  32. 1673136 bytes read in 86 ms (18.6 MiB/s)
  33. sun4i# fatload mmc 0 0x49000000 dtb
  34. reading dtb
  35. 10437 bytes read in 5 ms (2 MiB/s)
  36. sun4i# setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 ro rootwait
  37. sun4i# bootm 0x46000000 - 0x49000000
  38. ## Booting kernel from Legacy Image at 46000000 ...
  39. Image Name: Linux-3.13.0-rc2-13468-g4e91022-
  40. Image Type: ARM Linux Kernel Image (uncompressed)
  41. Data Size: 1673072 Bytes = 1.6 MiB
  42. Load Address: 40008000
  43. Entry Point: 40008000
  44. Verifying Checksum ... OK
  45. ## Flattened Device Tree blob at 49000000
  46. Booting using the fdt blob at 0x49000000
  47. Loading Kernel Image ... OK
  48. Using Device Tree in place at 49000000, end 490058c4
  49.  
  50. Starting kernel ...
  51.  
  52. Uncompressing Linux... done, booting the kernel.
  53. Booting Linux on physical CPU 0x0
  54. Linux version 3.13.0-rc2-13468-g4e91022-dirty (plaes@chi) (gcc version 4.8.2 (Gentoo 4.8.2 p1.0, pie-0.5.8) 3
  55. CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  56. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  57. Machine model: Gemei G9
  58. Memory policy: Data cache writeback
  59. CPU: All CPU(s) started in SVC mode.
  60. PERCPU: Embedded 5 pages/cpu @c0b64000 s6528 r0 d13952 u32768
  61. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260624
  62. Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 ro rootwait
  63. PID hash table entries: 4096 (order: 2, 16384 bytes)
  64. Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  65. Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  66. Memory: 1036080K/1048576K available (2409K kernel code, 147K rwdata, 464K rodata, 158K init, 207K bss, 12496)
  67. Virtual kernel memory layout:
  68. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  69. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  70. vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  71. lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  72. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  73. .text : 0xc0008000 - 0xc02d6630 (2874 kB)
  74. .init : 0xc02d7000 - 0xc02fe980 ( 159 kB)
  75. .data : 0xc0300000 - 0xc0324e40 ( 148 kB)
  76. .bss : 0xc0324e48 - 0xc0358c00 ( 208 kB)
  77. SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  78. Hierarchical RCU implementation.
  79. RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
  80. NR_IRQS:16 nr_irqs:16 16
  81. sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
  82. Console: colour dummy device 80x30
  83. Calibrating delay loop... 669.28 BogoMIPS (lpj=3346432)
  84. pid_max: default: 32768 minimum: 301
  85. Mount-cache hash table entries: 512
  86. CPU: Testing write buffer coherency: ok
  87. CPU0: thread -1, cpu 0, socket -1, mpidr 0
  88. Setting up static identity map for 0x4024ad80 - 0x4024add8
  89. Brought up 1 CPUs
  90. SMP: Total of 1 processors activated.
  91. CPU: All CPU(s) started in SVC mode.
  92. devtmpfs: initialized
  93. VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  94. pinctrl core: initialized pinctrl subsystem
  95. regulator-dummy: no parameters
  96. NET: Registered protocol family 16
  97. DMA: preallocated 256 KiB pool for atomic coherent allocations
  98. bio: create slab <bio-0> at 0
  99. vcc_3v3: 3300 mV
  100. Switched to clocksource timer
  101. NET: Registered protocol family 2
  102. TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  103. TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  104. TCP: Hash tables configured (established 8192 bind 8192)
  105. TCP: reno registered
  106. UDP hash table entries: 512 (order: 2, 16384 bytes)
  107. UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  108. NET: Registered protocol family 1
  109. bounce pool size: 64 pages
  110. Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  111. io scheduler noop registered
  112. io scheduler deadline registered
  113. io scheduler cfq registered (default)
  114. sunxi-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  115. Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  116. 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 19, base_baud = 1500000) is a U6_16550A
  117. console [ttyS0] enabled
  118. mousedev: PS/2 mouse device common for all mice
  119. i2c /dev entries driver
  120. sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  121. [mmc]: sdc0 Probe: base:0xf008e000 irq:17 sg_cpu:f0090000(6f234000) ret 0.
  122. TCP: cubic registered
  123. NET: Registered protocol family 17
  124. Registering SWP/SWPB emulation handler
  125. Waiting for root device /dev/mmcblk0p2...
  126. [mmc]: sdc0 nop irq: ri 40000000 mi 00000000 ie 00000000 idi 00000000
  127. [mmc]: *** sunxi_mmc_dump_errinfo(L364): smc 0 err, cmd 52, RTO !!
  128. [mmc]: *** sunxi_mmc_dump_errinfo(L364): smc 0 err, cmd 52, RTO !!
  129. [mmc]: *** sunxi_mmc_dump_errinfo(L364): smc 0 err, cmd 5, RTO !!
  130. [mmc]: *** sunxi_mmc_dump_errinfo(L364): smc 0 err, cmd 5, RTO !!
  131. [mmc]: *** sunxi_mmc_dump_errinfo(L364): smc 0 err, cmd 5, RTO !!
  132. [mmc]: *** sunxi_mmc_dump_errinfo(L364): smc 0 err, cmd 5, RTO !!
  133. mmc0: new high speed SDHC card at address 1234
  134. isa bounce pool size: 16 pages
  135. mmcblk0: mmc0:1234 SA04G 3.63 GiB
  136. mmcblk0: p1 p2
  137. List of all partitions:
  138. b300 3813376 mmcblk0 driver: mmcblk
  139. b301 16384 mmcblk0p1 00000000-01
  140. b302 3795968 mmcblk0p2 00000000-02
  141. No filesystem could mount root, tried:
  142. Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
  143. CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.13.0-rc2-13468-g4e91022-dirty #6
  144. [<c00133a4>] (unwind_backtrace+0x0/0xf4) from [<c0010eb0>] (show_stack+0x10/0x14)
  145. [<c0010eb0>] (show_stack+0x10/0x14) from [<c0246b54>] (dump_stack+0x80/0x90)
  146. [<c0246b54>] (dump_stack+0x80/0x90) from [<c0244db0>] (panic+0xa0/0x1e8)
  147. [<c0244db0>] (panic+0xa0/0x1e8) from [<c02d81a8>] (mount_block_root+0x294/0x298)
  148. [<c02d81a8>] (mount_block_root+0x294/0x298) from [<c02d8368>] (prepare_namespace+0x158/0x1a0)
  149. [<c02d8368>] (prepare_namespace+0x158/0x1a0) from [<c02d7df8>] (kernel_init_freeable+0x1c8/0x1d8)
  150. [<c02d7df8>] (kernel_init_freeable+0x1c8/0x1d8) from [<c02441f4>] (kernel_init+0x8/0x120)
  151. [<c02441f4>] (kernel_init+0x8/0x120) from [<c000e138>] (ret_from_fork+0x14/0x3c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement