Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.63 KB | None | 0 0
  1. U-Boot SPL 2017.07+dfsg1-1 (Jul 10 2017 - 19:46:22)
  2. DRAM: 2048 MiB
  3. CPU: 912000000Hz, AXI/AHB/APB: 3/2/2
  4. Trying to boot from MMC1
  5.  
  6.  
  7. U-Boot 2017.07+dfsg1-1 (Jul 10 2017 - 19:46:22 +0000) Allwinner Technology
  8.  
  9. CPU: Allwinner A20 (SUN7I)
  10. Model: Cubietech Cubietruck
  11. I2C: ready
  12. DRAM: 2 GiB
  13. MMC: SUNXI SD/MMC: 0
  14. *** Warning - bad CRC, using default environment
  15.  
  16. Setting up a 1024x768 vga console (overscan 0x0)
  17. In: serial
  18. Out: vga
  19. Err: vga
  20. SCSI: Target spinup took 0 ms.
  21. AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
  22. flags: ncq stag pm led clo only pmp pio slum part ccc apst
  23. Net: eth0: ethernet@01c50000
  24. starting USB...
  25. USB0: USB EHCI 1.00
  26. USB1: USB OHCI 1.0
  27. USB2: USB EHCI 1.00
  28. USB3: USB OHCI 1.0
  29. scanning bus 0 for devices... 2 USB Device(s) found
  30. scanning bus 2 for devices... 1 USB Device(s) found
  31. scanning usb for storage devices... 0 Storage Device(s) found
  32. Hit any key to stop autoboot: 0
  33. switch to partitions #0, OK
  34. mmc0 is current device
  35. Scanning mmc 0:1...
  36. Found U-Boot script /boot/boot.scr
  37. 324 bytes read in 725 ms (0 Bytes/s)
  38. ## Executing script at 43100000
  39. 6286016 bytes read in 9576 ms (640.6 KiB/s)
  40. 23607 bytes read in 1243 ms (17.6 KiB/s)
  41. ## Flattened Device Tree blob at 49000000
  42. Booting using the fdt blob at 0x49000000
  43. Loading Device Tree to 49ff7000, end 49fffc36 ... OK
  44.  
  45. Starting kernel ...
  46.  
  47. Uncompressing Linux... done, booting the kernel.
  48. [ 0.000000] Booting Linux on physical CPU 0x0
  49. [ 0.000000] Linux version 4.13.0-rc7-next-20170901-armmp (root@Cubietruck) (gcc version 6.3.0 20170516 (Debian 6.3.0-18)) #20
  50. SMP Fri Sep 1 16:47:54 CEST 2017
  51. [ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=30c5387d
  52. [ 0.000000] CPU: div instructions available: patching division code
  53. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  54. [ 0.000000] OF: fdt: Machine model: Cubietech Cubietruck
  55. [ 0.000000] bootconsole [earlycon0] enabled
  56. [ 0.000000] Memory policy: Data cache writealloc
  57. [ 0.000000] psci: probing for conduit method from DT.
  58. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  59. [ 0.000000] random: fast init done
  60. [ 0.000000] percpu: Embedded 16 pages/cpu @eedc3000 s34124 r8192 d23220 u65536
  61. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 521792
  62. [ 0.000000] Kernel command line: console=tty1 console=ttyS0,115200 earlyprintk clk_ignore_unused root=/dev/mmcblk0p1 rootwait
  63. panic=10
  64. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  65. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  66. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  67. [ 0.000000] Memory: 2057508K/2094080K available (10240K kernel code, 333K rwdata, 2112K rodata, 2048K init, 315K bss, 36572K
  68. reserved, 0K cma-reserved, 1307648K highmem)
  69. [ 0.000000] Virtual kernel memory layout:
  70.  
  71. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  72. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  73. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  74. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  75. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  76. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  77. [ 0.000000] .text : 0xc0008000 - 0xc0c00000 (12256 kB)
  78. [ 0.000000] .init : 0xc1000000 - 0xc1200000 (2048 kB)
  79. [ 0.000000] .data : 0xc1200000 - 0xc12534b0 ( 334 kB)
  80. [ 0.000000] .bss : 0xc125d724 - 0xc12ac4cc ( 316 kB)
  81. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  82. [ 0.000000] Hierarchical RCU implementation.
  83. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  84. [ 0.000000] GIC: Using split EOI/Deactivate mode
  85. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  86. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  87. [ 0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  88. [ 0.008090] Switching to timer-based delay loop, resolution 41ns
  89. [ 0.014446] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  90. [ 0.023860] clocksource: hstimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370868154 ns
  91. [ 0.033435] Console: colour dummy device 80x30
  92. [ 0.038335] console [tty1] enabled
  93. [ 0.041852] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  94. [ 0.052313] pid_max: default: 32768 minimum: 301
  95. [ 0.057181] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  96. [ 0.063909] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  97. [ 0.071778] CPU: Testing write buffer coherency: ok
  98. [ 0.077205] /cpus/cpu@0 missing clock-frequency property
  99. [ 0.082622] /cpus/cpu@1 missing clock-frequency property
  100. [ 0.088066] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  101. [ 0.094174] Setting up static identity map for 0x40200000 - 0x40200060
  102. [ 0.100957] Hierarchical SRCU implementation.
  103. [ 0.106083] smp: Bringing up secondary CPUs ...
  104. [ 0.121455] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  105. [ 0.121574] smp: Brought up 1 node, 2 CPUs
  106. [ 0.131528] SMP: Total of 2 processors activated (96.00 BogoMIPS).
  107. [ 0.137793] CPU: All CPU(s) started in HYP mode.
  108. [ 0.142504] CPU: Virtualization extensions available.
  109. [ 0.148638] devtmpfs: initialized
  110. [ 0.157882] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
  111. [ 0.165935] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  112. [ 0.175898] futex hash table entries: 512 (order: 3, 32768 bytes)
  113. [ 0.182261] xor: measuring software checksum speed
  114. [ 0.282771] arm4regs : 1143.200 MB/sec
  115. [ 0.382901] 8regs : 794.000 MB/sec
  116. [ 0.483036] 32regs : 731.600 MB/sec
  117. [ 0.583164] neon : 1166.000 MB/sec
  118. [ 0.587436] xor: using function: neon (1166.000 MB/sec)
  119. [ 0.592862] pinctrl core: initialized pinctrl subsystem
  120. [ 0.599079] NET: Registered protocol family 16
  121. [ 0.604095] DMA: preallocated 256 KiB pool for atomic coherent allocations
  122. [ 0.612089] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  123. [ 0.620235] hw-breakpoint: maximum watchpoint size is 8 bytes.
  124. [ 0.810874] raid6: int32x1 gen() 163 MB/s
  125. [ 0.980922] raid6: int32x1 xor() 149 MB/s
  126. [ 1.151279] raid6: int32x2 gen() 209 MB/s
  127. [ 1.321608] raid6: int32x2 xor() 156 MB/s
  128. [ 1.491704] raid6: int32x4 gen() 199 MB/s
  129. [ 1.662159] raid6: int32x4 xor() 151 MB/s
  130. [ 1.832520] raid6: int32x8 gen() 195 MB/s
  131. [ 2.002627] raid6: int32x8 xor() 134 MB/s
  132. [ 2.172801] raid6: neonx1 gen() 447 MB/s
  133. [ 2.343046] raid6: neonx1 xor() 423 MB/s
  134. [ 2.513355] raid6: neonx2 gen() 578 MB/s
  135. [ 2.683538] raid6: neonx2 xor() 521 MB/s
  136. [ 2.853834] raid6: neonx4 gen() 671 MB/s
  137. [ 3.024096] raid6: neonx4 xor() 574 MB/s
  138. [ 3.194384] raid6: neonx8 gen() 625 MB/s
  139. [ 3.364624] raid6: neonx8 xor() 523 MB/s
  140. [ 3.368983] raid6: using algorithm neonx4 gen() 671 MB/s
  141. [ 3.374379] raid6: .... xor() 574 MB/s, rmw enabled
  142. [ 3.379361] raid6: using neon recovery algorithm
  143. [ 3.384470] reg-fixed-voltage ahci-5v: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/ahci_pwr_pin@1, deferri
  144. ng probe
  145. [ 3.396656] reg-fixed-voltage usb0-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb0_vbus_pin@0, defe
  146. rring probe
  147. [ 3.410363] SCSI subsystem initialized
  148. [ 3.414853] usbcore: registered new interface driver usbfs
  149. [ 3.420590] usbcore: registered new interface driver hub
  150. [ 3.426058] usbcore: registered new device driver usb
  151. [ 3.431519] pps_core: LinuxPPS API ver. 1 registered
  152. [ 3.436576] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  153. [ 3.445852] PTP clock support registered
  154. [ 3.450423] Advanced Linux Sound Architecture Driver Initialized.
  155. [ 3.457951] clocksource: Switched to clocksource arch_sys_counter
  156. [ 3.464453] FS-Cache: Loaded
  157. [ 3.468231] simple-framebuffer bfd00000.framebuffer: framebuffer at 0xbfd00000, 0x300000 bytes, mapped to 0xf0880000
  158. [ 3.478914] simple-framebuffer bfd00000.framebuffer: format=x8r8g8b8, mode=1024x768x32, linelength=4096
  159. [ 3.502659] Console: switching to colour frame buffer device 128x48
  160. [ 3.521682] simple-framebuffer bfd00000.framebuffer: fb0: simplefb registered!
  161. [ 3.536589] NET: Registered protocol family 2
  162. [ 3.541877] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  163. [ 3.549359] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  164. [ 3.556176] TCP: Hash tables configured (established 8192 bind 8192)
  165. [ 3.562946] UDP hash table entries: 512 (order: 2, 16384 bytes)
  166. [ 3.569210] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  167. [ 3.576049] NET: Registered protocol family 1
  168. [ 3.581175] RPC: Registered named UNIX socket transport module.
  169. [ 3.587361] RPC: Registered udp transport module.
  170. [ 3.592340] RPC: Registered tcp transport module.
  171. [ 3.597256] RPC: Registered tcp NFSv4.1 backchannel transport module.
  172. [ 3.604684] hw perfevents: no interrupt-affinity property for /pmu, guessing.
  173. [ 3.617284] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  174. [ 3.633264] workingset: timestamp_bits=14 max_order=19 bucket_order=5
  175. [ 3.651700] NFS: Registering the id_resolver key type
  176. [ 3.662332] Key type id_resolver registered
  177. [ 3.671978] Key type id_legacy registered
  178. [ 3.682314] fuse init (API version 7.26)
  179. [ 3.692506] JFS: nTxBlock = 8192, nTxLock = 65536
  180. [ 3.713632] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  181. [ 3.732923] NET: Registered protocol family 38
  182. [ 3.743158] async_tx: api initialized (async)
  183. [ 3.753204] bounce: pool size: 64 pages
  184. [ 3.762638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  185. [ 3.775615] io scheduler noop registered
  186. [ 3.784992] io scheduler deadline registered
  187. [ 3.794938] io scheduler cfq registered (default)
  188. [ 3.805024] io scheduler mq-deadline registered
  189. [ 3.814952] io scheduler kyber registered
  190. [ 3.824694] sun4i-usb-phy 1c13400.phy: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb0_id_detect_pin@0, d
  191. eferring probe
  192. [ 3.852131] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  193. [ 3.915447] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  194. [ 3.930201] console [ttyS0] disabled
  195. [ 3.959736] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 46, base_baud = 1500000) is a U6_16550A
  196. [ 3.974668] console [ttyS0] enabled
  197. [ 3.974668] console [ttyS0] enabled
  198. [ 3.987480] bootconsole [earlycon0] disabled
  199. [ 3.987480] bootconsole [earlycon0] disabled
  200. [ 4.004317] SSFDC read-only Flash Translation layer
  201. [ 4.015215] Could not find PAR responsible for SC520CDP Flash Bank #0
  202. [ 4.027373] Trying default address 0x8400000
  203. [ 4.037207] Could not find PAR responsible for SC520CDP Flash Bank #1
  204. [ 4.049230] Trying default address 0x8c00000
  205. [ 4.059008] Could not find PAR responsible for SC520CDP DIL Flash
  206. [ 4.070618] Trying default address 0x9400000
  207. [ 4.080348] SC520 CDP flash device: 0x800000 at 0x8400000
  208. [ 4.091397] SC520 CDP flash device: 0x800000 at 0x8c00000
  209. [ 4.102328] SC520 CDP flash device: 0x80000 at 0x9400000
  210. [ 4.112998] Concatenating MTD devices:
  211. [ 4.121941] (0): "SC520CDP Flash Bank #0"
  212. [ 4.131083] (1): "SC520CDP Flash Bank #1"
  213. [ 4.140143] into device "SC520CDP Flash Banks #0 and #1"
  214. [ 4.153322] NetSc520 flash device: 0x100000 at 0x200000
  215. [ 4.164200] Creating 4 MTD partitions on "netsc520 Flash Bank":
  216. [ 4.175432] 0x000000000000-0x0000000c0000 : "NetSc520 boot kernel"
  217. [ 4.187835] 0x0000000c0000-0x000000100000 : "NetSc520 Low BIOS"
  218. [ 4.199898] 0x000000100000-0x000000f80000 : "NetSc520 file system"
  219. [ 4.211180] mtd: partition "NetSc520 file system" is out of reach -- disabled
  220. [ 4.224262] 0x000000f80000-0x000001000000 : "NetSc520 High BIOS"
  221. [ 4.235420] mtd: partition "NetSc520 High BIOS" is out of reach -- disabled
  222. [ 4.248995] Creating 3 MTD partitions on "TS-5500 Flash":
  223. [ 4.259713] 0x000000000000-0x0000000e0000 : "Drive A"
  224. [ 4.271077] 0x0000000e0000-0x000000100000 : "BIOS"
  225. [ 4.281915] 0x000000100000-0x000000200000 : "Drive B"
  226. [ 4.292925] impA7:probing 0x00800000 at 0x00000000
  227. [ 4.303043] impA7:probing 0x00800000 at 0x10000000
  228. [ 4.313423] slram: not enough parameters.
  229. [ 4.323230] libphy: Fixed MDIO Bus: probed
  230. [ 4.332218] CAN device driver interface
  231. [ 4.341658] sun7i-dwmac 1c50000.ethernet: PTP uses main clock
  232. [ 4.352414] sun7i-dwmac 1c50000.ethernet: no reset control found
  233. [ 4.363381] sun7i-dwmac 1c50000.ethernet: no regulator found
  234. [ 4.374009] sun7i-dwmac 1c50000.ethernet: Ring mode enabled
  235. [ 4.384285] sun7i-dwmac 1c50000.ethernet: DMA HW capability register supported
  236. [ 4.396053] sun7i-dwmac 1c50000.ethernet: Normal descriptors
  237. [ 4.414077] libphy: stmmac: probed
  238. [ 4.421923] mdio_bus stmmac-0:00: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:00, irq=-1)
  239. [ 4.435816] mdio_bus stmmac-0:01: attached PHY driver [unbound] (mii_bus:phy_addr=stmmac-0:01, irq=-1)
  240. [ 4.450462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  241. [ 4.461417] ehci-platform: EHCI generic platform driver
  242. [ 4.471432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  243. [ 4.482094] ohci-platform: OHCI generic platform driver
  244. [ 4.492114] usbcore: registered new interface driver usb-storage
  245. [ 4.504272] sunxi-rtc 1c20d00.rtc: rtc core: registered rtc-sunxi as rtc0
  246. [ 4.515605] sunxi-rtc 1c20d00.rtc: RTC enabled
  247. [ 4.524534] i2c /dev entries driver
  248. [ 4.533345] axp20x-i2c 0-0034: AXP20x variant AXP209 found
  249. [ 4.557652] input: axp20x-pek as /devices/platform/soc@01c00000/1c2ac00.i2c/i2c-0/0-0034/axp20x-pek/input/input0
  250. [ 4.573431] ldo1: supplied by regulator-dummy
  251. [ 4.582722] ldo2: supplied by regulator-dummy
  252. [ 4.592821] ldo3: supplied by regulator-dummy
  253. [ 4.602357] ldo4: supplied by regulator-dummy
  254. [ 4.611387] ldo5: supplied by regulator-dummy
  255. [ 4.621279] dcdc2: supplied by regulator-dummy
  256. [ 4.630868] dcdc3: supplied by regulator-dummy
  257. [ 4.641164] axp20x-i2c 0-0034: AXP20X driver loaded
  258. [ 4.652232] IR NEC protocol handler initialized
  259. [ 4.661172] IR RC5(x/sz) protocol handler initialized
  260. [ 4.670586] IR RC6 protocol handler initialized
  261. [ 4.679483] IR JVC protocol handler initialized
  262. [ 4.688234] IR Sony protocol handler initialized
  263. [ 4.696985] IR SANYO protocol handler initialized
  264. [ 4.705781] IR Sharp protocol handler initialized
  265. [ 4.714457] IR MCE Keyboard/mouse protocol handler initialized
  266. [ 4.724290] IR XMP protocol handler initialized
  267. [ 4.733561] Registered IR keymap rc-empty
  268. [ 4.741873] rc rc0: sunxi-ir as /devices/platform/soc@01c00000/1c21800.ir/rc/rc0
  269. [ 4.753702] input: sunxi-ir as /devices/platform/soc@01c00000/1c21800.ir/rc/rc0/input1
  270. [ 4.766560] input: MCE IR Keyboard/Mouse (sunxi-ir) as /devices/virtual/input/input2
  271. [ 4.779147] sunxi-ir 1c21800.ir: initialized sunXi IR driver
  272. [ 4.791617] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  273. [ 4.804911] device-mapper: uevent: version 1.0.3
  274. [ 4.814620] device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised: dm-devel@redhat.com
  275. [ 4.827945] device-mapper: raid: Loading target version 1.12.1
  276. [ 4.841847] sunxi-mmc 1c0f000.mmc: Got CD GPIO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement