Advertisement
Guest User

Untitled

a guest
Sep 6th, 2014
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.27 KB | None | 0 0
  1. U-Boot SPL 2014.10-rc1-g2212bb2-dirty (Aug 10 2014 - 22:18:48)
  2. DRAM: 2048 MiB
  3. CPU: 960000000Hz, AXI/AHB/APB: 3/2/2
  4.  
  5.  
  6. U-Boot 2014.10-rc1-gaf315cf-dirty (Aug 13 2014 - 22:15:39) Allwinner Technology
  7.  
  8. CPU: Allwinner A20 (SUN7I)
  9. I2C: ready
  10. DRAM: 2 GiB
  11. NAND: 8192 MiB
  12. MMC: SUNXI SD/MMC: 0
  13. In: serial
  14. Out: serial
  15. Err: serial
  16. Net: dwmac.1c50000
  17. Hit any key to stop autoboot: 0
  18. sun7i# boot
  19. reading openwrt-sunxi-uimage
  20. 2821832 bytes read in 334 ms (8.1 MiB/s)
  21. reading sun7i-a20-cubietruck.dtb
  22. 24210 bytes read in 30 ms (788.1 KiB/s)
  23. ## Booting kernel from Legacy Image at 46000000 ...
  24. Image Name: ARM OpenWrt Linux-3.16.1
  25. Image Type: ARM Linux Kernel Image (uncompressed)
  26. Data Size: 2821768 Bytes = 2.7 MiB
  27. Load Address: 40008000
  28. Entry Point: 40008000
  29. Verifying Checksum ... OK
  30. ## Flattened Device Tree blob at 49000000
  31. Booting using the fdt blob at 0x49000000
  32. Loading Kernel Image ... OK
  33. Using Device Tree in place at 49000000, end 49008e91
  34.  
  35. Starting kernel ...
  36.  
  37. [ 0.000000] Booting Linux on physical CPU 0x0
  38. [ 0.000000] Linux version 3.16.1 (quitte@quitte-PC) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r42230) ) #14
  39. [ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
  40. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  41. [ 0.000000] Machine model: Cubietech Cubietruck
  42. [ 0.000000] Memory policy: Data cache writealloc
  43. [ 0.000000] PERCPU: Embedded 7 pages/cpu @ee7cd000 s6784 r8192 d13696 u32768
  44. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522768
  45. [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk rootwait ubi.mtd=5 root=/dev/ubiblock0_0 rootfsty1
  46. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  47. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  48. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  49. [ 0.000000] Memory: 2073588K/2097152K available (4043K kernel code, 179K rwdata, 1116K rodata, 206K init, 612K bss,)
  50. [ 0.000000] Virtual kernel memory layout:
  51. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  52. [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
  53. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  54. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  55. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  56. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  57. [ 0.000000] .text : 0xc0008000 - 0xc0511ee4 (5160 kB)
  58. [ 0.000000] .init : 0xc0512000 - 0xc0545a80 ( 207 kB)
  59. [ 0.000000] .data : 0xc0546000 - 0xc0572ce0 ( 180 kB)
  60. [ 0.000000] .bss : 0xc0572cec - 0xc060c09c ( 613 kB)
  61. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  62. [ 0.000000] Preemptible hierarchical RCU implementation.
  63. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  64. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
  65. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  66. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (virt).
  67. [ 0.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 2863311519744ns
  68. [ 0.000017] Switching to timer-based delay loop
  69. [ 0.000358] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
  70. [ 0.000503] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps every 26843545593ns
  71. [ 0.000670] Console: colour dummy device 80x30
  72. [ 0.000698] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  73. [ 0.000713] pid_max: default: 32768 minimum: 301
  74. [ 0.000830] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  75. [ 0.000841] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  76. [ 0.001479] CPU: Testing write buffer coherency: ok
  77. [ 0.001795] /cpus/cpu@0 missing clock-frequency property
  78. [ 0.001815] /cpus/cpu@1 missing clock-frequency property
  79. [ 0.001829] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  80. [ 0.001878] Setting up static identity map for 0x403f8be0 - 0x403f8c14
  81. [ 0.060240] CPU1: failed to boot: -38
  82. [ 0.060266] Brought up 1 CPUs
  83. [ 0.060273] SMP: Total of 1 processors activated.
  84. [ 0.060280] CPU: All CPU(s) started in SVC mode.
  85. [ 0.064932] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
  86. [ 0.065357] pinctrl core: initialized pinctrl subsystem
  87. [ 0.065754] regulator-dummy: no parameters
  88. [ 0.072119] NET: Registered protocol family 16
  89. [ 0.072506] DMA: preallocated 256 KiB pool for atomic coherent allocations
  90. [ 0.141536] reg-fixed-voltage ahci-5v: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/ahci_pwr_pin@e
  91. [ 0.141570] platform ahci-5v: Driver reg-fixed-voltage requests probe deferral
  92. [ 0.141599] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pe
  93. [ 0.141614] platform usb1-vbus: Driver reg-fixed-voltage requests probe deferral
  94. [ 0.141638] reg-fixed-voltage usb2-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pe
  95. [ 0.141652] platform usb2-vbus: Driver reg-fixed-voltage requests probe deferral
  96. [ 0.141887] vcc3v0: 3000 mV
  97. [ 0.142120] vcc3v3: 3300 mV
  98. [ 0.142234] reg-fixed-voltage vmmc3: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/vmmc3_pin@0, dee
  99. [ 0.142252] platform vmmc3: Driver reg-fixed-voltage requests probe deferral
  100. [ 0.142696] SCSI subsystem initialized
  101. [ 0.143310] usbcore: registered new interface driver usbfs
  102. [ 0.143382] usbcore: registered new interface driver hub
  103. [ 0.143521] usbcore: registered new device driver usb
  104. [ 0.143664] pps_core: LinuxPPS API ver. 1 registered
  105. [ 0.143671] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  106. [ 0.143712] PTP clock support registered
  107. [ 0.144814] Switched to clocksource arch_sys_counter
  108. [ 0.152299] NET: Registered protocol family 2
  109. [ 0.153298] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  110. [ 0.153379] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  111. [ 0.153502] TCP: Hash tables configured (established 8192 bind 8192)
  112. [ 0.153588] TCP: reno registered
  113. [ 0.153603] UDP hash table entries: 512 (order: 2, 16384 bytes)
  114. [ 0.153663] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  115. [ 0.153942] NET: Registered protocol family 1
  116. [ 0.155408] futex hash table entries: 512 (order: 3, 32768 bytes)
  117. [ 0.155555] audit: initializing netlink subsys (disabled)
  118. [ 0.155629] audit: type=2000 audit(0.140:1): initialized
  119. [ 0.164747] VFS: Disk quotas dquot_6.5.2
  120. [ 0.165147] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  121. [ 0.166999] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  122. [ 0.167018] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  123. [ 0.167759] msgmni has been set to 1473
  124. [ 0.169658] bounce: pool size: 64 pages
  125. [ 0.169680] io scheduler noop registered
  126. [ 0.169693] io scheduler deadline registered
  127. [ 0.169756] io scheduler cfq registered (default)
  128. [ 0.170083] platform 1c13400.phy: Driver sun4i-usb-phy requests probe deferral
  129. [ 0.172560] sun7i-a20-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  130. [ 0.217250] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  131. [ 0.219543] console [ttyS0] disabled
  132. [ 0.240017] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 33, base_baud = 1500000) is a U6_16550A
  133. [ 0.840677] console [ttyS0] enabled
  134. [ 0.845254] platform 1c18000.sata: Driver ahci-sunxi requests probe deferral
  135. [ 0.855423] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xde
  136. [ 0.861777] nand: Hynix H27UCG8T2ATR-BC 64G 3.3V 8-bit
  137. [ 0.866927] nand: 8192MiB, MLC, page size: 8192, OOB size: 640
  138. [ 0.873016] Scanning device for bad blocks
  139. [ 1.372398] random: nonblocking pool is initialized
  140. [ 2.635222] Bad eraseblock 1114 at 0x00008b5fe000
  141. [ 4.077818] Bad eraseblock 2028 at 0x0000fd9fe000
  142. [ 4.088914] Bad eraseblock 2032 at 0x0000fe1fe000
  143. [ 4.103142] Bad eraseblock 2038 at 0x0000fedfe000
  144. [ 5.912555] Bad eraseblock 3174 at 0x00018cdfe000
  145. [ 6.038428] Bad eraseblock 3250 at 0x0001965fe000
  146. [ 7.387701] stmmaceth 1c50000.ethernet: no regulator found
  147. [ 7.393256] stmmaceth 1c50000.ethernet: no reset control found
  148. [ 7.399194] Ring mode enabled
  149. [ 7.402249] No HW DMA feature register supported
  150. [ 7.406807] Normal descriptors
  151. [ 7.410129] TX Checksum insertion supported
  152. [ 7.418667] libphy: stmmac: probed
  153. [ 7.422077] eth0: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
  154. [ 7.428619] eth0: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
  155. [ 7.434563] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  156. [ 7.441148] ehci-platform: EHCI generic platform driver
  157. [ 7.446586] platform 1c14000.usb: Driver ehci-platform requests probe deferral
  158. [ 7.453882] platform 1c1c000.usb: Driver ehci-platform requests probe deferral
  159. [ 7.461380] usbcore: registered new interface driver usb-storage
  160. [ 7.467707] mousedev: PS/2 mouse device common for all mice
  161. [ 7.474907] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  162. [ 7.483332] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
  163. [ 7.489652] sunxi-mmc 1c0f000.mmc: Got CD GPIO #225.
  164. [ 7.534841] sunxi-mmc 1c0f000.mmc: base:0xf00f6000 irq:64
  165. [ 7.540739] platform 1c12000.mmc: Driver sunxi-mmc requests probe deferral
  166. [ 7.552530] TCP: cubic registered
  167. [ 7.555941] Initializing XFRM netlink socket
  168. [ 7.560260] NET: Registered protocol family 17
  169. [ 7.564884] 8021q: 802.1Q VLAN Support v1.8
  170. [ 7.569255] Registering SWP/SWPB emulation handler
  171. [ 7.574557] registered taskstats version 1
  172. [ 7.583467] ahci-5v: 5000 mV
  173. [ 7.587065] usb1-vbus: 5000 mV
  174. [ 7.590548] usb2-vbus: 5000 mV
  175. [ 7.594003] vmmc3: 3300 mV
  176. [ 7.611876] mmc0: host does not support reading read-only switch. assuming write-enable.
  177. [ 7.622439] mmc0: new high speed SDHC card at address b368
  178. [ 7.628431] mmcblk0: mmc0:b368 SD 14.7 GiB
  179. [ 7.634240] mmcblk0: p1 p2
  180. [ 7.664871] ahci-sunxi 1c18000.sata: controller can't do PMP, turning off CAP_PMP
  181. [ 7.672358] ahci-sunxi 1c18000.sata: forcing PORTS_IMPL to 0x1
  182. [ 7.678300] ahci-sunxi 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  183. [ 7.687311] ahci-sunxi 1c18000.sata: flags: ncq sntf pm led clo only pio slum part ccc
  184. [ 7.696265] scsi0 : ahci_platform
  185. [ 7.699975] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 88
  186. [ 7.708390] ehci-platform 1c14000.usb: EHCI Host Controller
  187. [ 7.713995] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
  188. [ 7.721888] ehci-platform 1c14000.usb: irq 71, io mem 0x01c14000
  189. [ 7.744832] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
  190. [ 7.751118] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  191. [ 7.757921] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  192. [ 7.765147] usb usb1: Product: EHCI Host Controller
  193. [ 7.770020] usb usb1: Manufacturer: Linux 3.16.1 ehci_hcd
  194. [ 7.775422] usb usb1: SerialNumber: 1c14000.usb
  195. [ 7.780543] hub 1-0:1.0: USB hub found
  196. [ 7.784344] hub 1-0:1.0: 1 port detected
  197. [ 7.788941] ehci-platform 1c1c000.usb: EHCI Host Controller
  198. [ 7.794537] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
  199. [ 7.802418] ehci-platform 1c1c000.usb: irq 72, io mem 0x01c1c000
  200. [ 7.824832] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  201. [ 7.831091] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  202. [ 7.837891] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  203. [ 7.845118] usb usb2: Product: EHCI Host Controller
  204. [ 7.849992] usb usb2: Manufacturer: Linux 3.16.1 ehci_hcd
  205. [ 7.855394] usb usb2: SerialNumber: 1c1c000.usb
  206. [ 7.860497] hub 2-0:1.0: USB hub found
  207. [ 7.864279] hub 2-0:1.0: 1 port detected
  208. [ 7.869170] sunxi-mmc 1c12000.mmc: No vqmmc regulator found
  209. [ 7.914843] sunxi-mmc 1c12000.mmc: base:0xf0170000 irq:67
  210. [ 7.920538] UBI: default fastmap pool size: 200
  211. [ 7.925116] UBI: default fastmap WL pool size: 25
  212. [ 7.929816] UBI: attaching mtd5 to ubi0
  213. [ 7.940860] sunxi-mmc 1c12000.mmc: smc 1 err, cmd 8, RTO !!
  214. [ 7.955736] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  215. [ 7.963386] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  216. [ 7.971775] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  217. [ 7.980747] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  218. [ 7.987538] UBI: fixable bit-flip detected at PEB 1
  219. [ 8.006620] mmc1: new high speed SDIO card at address 0001
  220. [ 8.054829] ata1: SATA link down (SStatus 0 SControl 300)
  221. [ 10.690466] UBI: attached by fastmap
  222. [ 10.694062] UBI: fastmap pool size: 200
  223. [ 10.697938] UBI: fastmap WL pool size: 25
  224. [ 10.746659] UBI: fixable bit-flip detected at PEB 1
  225. [ 10.752294] UBI error: check_av: bad attaching information, error 2
  226. [ 10.758576] Volume attaching information dump:
  227. [ 10.763015] vol_id 0
  228. [ 10.765989] highest_lnum 1
  229. [ 10.768952] leb_count 3
  230. [ 10.771914] compat 0
  231. [ 10.774885] vol_type 3
  232. [ 10.777849] used_ebs 2
  233. [ 10.780811] last_data_size 622592
  234. [ 10.784206] data_pad 0
  235. [ 10.787177] Volume information dump:
  236. [ 10.790747] vol_id 0
  237. [ 10.793796] reserved_pebs 2
  238. [ 10.796855] alignment 1
  239. [ 10.799904] data_pad 0
  240. [ 10.802954] vol_type 3
  241. [ 10.806012] name_len 6
  242. [ 10.809061] usable_leb_size 2080768
  243. [ 10.812631] used_ebs 2
  244. [ 10.815689] used_bytes 4161536
  245. [ 10.819258] last_eb_bytes 2080768
  246. [ 10.822828] corrupted 0
  247. [ 10.825886] upd_marker 0
  248. [ 10.828936] name rootfs
  249. [ 10.833928] UBI error: ubi_attach_mtd_dev: failed to attach mtd5, error -22
  250. [ 10.841602] UBI error: ubi_init: cannot attach mtd5
  251. [ 10.846520] UBI error: ubiblock_create_from_param: block: can't open volume, err=-19
  252. [ 10.846520]
  253. [ 10.855744] UBI error: ubi_init: block: cannot initialize, error -19
  254. [ 10.866566] vcc3v0: disabling
  255. [ 10.870410] Waiting for root device /dev/ubiblock0_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement