Advertisement
Guest User

Untitled

a guest
May 28th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.09 KB | None | 0 0
  1. U-Boot SPL 2016.05-rc1 (May 10 2016 - 00:00:42)
  2. DRAM: 512 MiB
  3. Trying to boot from MMC1
  4.  
  5.  
  6. U-Boot 2016.05-rc1 (May 10 2016 - 00:00:42 +0200) Allwinner Technology
  7.  
  8. CPU: Allwinner H3 (SUN8I 1680)
  9. Model: Xunlong Orange Pi One
  10. DRAM: 512 MiB
  11. MMC: SUNXI SD/MMC: 0
  12. *** Warning - bad CRC, using default environment
  13.  
  14. In: serial
  15. Out: serial
  16. Err: serial
  17. Net: No ethernet found.
  18. starting USB...
  19. USB0: USB EHCI 1.00
  20. USB1: USB OHCI 1.0
  21. scanning bus 0 for devices... 1 USB Device(s) found
  22. Hit any key to stop autoboot: 0
  23. switch to partitions #0, OK
  24. mmc0 is current device
  25. Scanning mmc 0:1...
  26. Found U-Boot script /boot.scr
  27. reading /boot.scr
  28. 653 bytes read in 32 ms (19.5 KiB/s)
  29. ## Executing script at 43100000
  30. gpio: pin PL10 (gpio 298) value is 1
  31. Warning: value of pin is still 0
  32. reading opione.fex
  33. 33736 bytes read in 200 ms (164.1 KiB/s)
  34. reading KERNEL
  35. 6114360 bytes read in 28072 ms (211.9 KiB/s)
  36. ## Booting kernel from Legacy Image at 42000000 ...
  37. Image Name: Linux-3.4.112
  38. Image Type: ARM Linux Kernel Image (uncompressed)
  39. Data Size: 6114296 Bytes = 5.8 MiB
  40. Load Address: 40008000
  41. Entry Point: 40008000
  42. Verifying Checksum ... OK
  43. Loading Kernel Image ... OK
  44. Using machid 0x1029 from environment
  45.  
  46. Starting kernel ...
  47.  
  48. [sun8i_fixup]: From boot, get meminfo:
  49. Start: 0x40000000
  50. Size: 512MB
  51. ion_carveout reserve: 160m@0 256m@0 130m@1 200m@1
  52. ion_reserve_select: ion chipid [0x2004620!
  53. ion_reserve_common: ion reserve: [0x56000000, 0x60000000]!
  54. [ 0.000000] Booting Linux on physical CPU 0
  55. [ 0.000000] Initializing cgroup subsys cpuset
  56. [ 0.000000] Initializing cgroup subsys cpu
  57. [ 0.000000] Linux version 3.4.112 (jernej@jernej-laptop) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Tue May 10 00:19:48 CEST 2016
  58. [ 0.000000] cma: CMA: reserved 160 MiB at 56000000
  59. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c1159000 s11648 r8192 d12928 u32768
  60. [ 0.000000] Kernel command line: console=ttyS0,115200 boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 consoleblank=0 noram board=opione
  61. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  62. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  63. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  64. [ 0.000000] allocated 1048576 bytes of page_cgroup
  65. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  66. [ 0.000000] Memory: 512MB = 512MB total
  67. [ 0.000000] Memory: 340552k/340552k available, 183736k reserved, 0K highmem
  68. [ 0.000000] Virtual kernel memory layout:
  69. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  70. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  71. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  72. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  73. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  74. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  75. [ 0.000000] .text : 0xc0008000 - 0xc076c60c (7570 kB)
  76. [ 0.000000] .init : 0xc076d000 - 0xc0b71d80 (4116 kB)
  77. [ 0.000000] .data : 0xc0b72000 - 0xc0be5b70 ( 463 kB)
  78. [ 0.000000] .bss : 0xc0be6330 - 0xc0cc7600 ( 901 kB)
  79. [ 0.000000] Preemptible hierarchical RCU implementation.
  80. [ 0.000000] Additional per-CPU info printed with stalls.
  81. [ 0.000000] NR_IRQS:544
  82. [ 0.000000] Architected local timer running at 24.00MHz.
  83. [ 0.000000] Switching to timer-based delay loop
  84. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  85. [ 0.000000] Console: colour dummy device 80x30
  86. [ 0.000196] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
  87. [ 0.000220] pid_max: default: 32768 minimum: 301
  88. [ 0.000553] Mount-cache hash table entries: 512
  89. [ 0.001495] Initializing cgroup subsys cpuacct
  90. [ 0.001510] Initializing cgroup subsys memory
  91. [ 0.001557] Initializing cgroup subsys devices
  92. [ 0.001568] Initializing cgroup subsys freezer
  93. [ 0.001579] Initializing cgroup subsys blkio
  94. [ 0.001602] Initializing cgroup subsys perf_event
  95. [ 0.001656] CPU: Testing write buffer coherency: ok
  96. [ 0.001707] ftrace: allocating 20936 entries in 62 pages
  97. [ 0.030279] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  98. [ 0.030296] [sunxi_smp_prepare_cpus] enter
  99. [ 0.030334] Setting up static identity map for 0x405439f0 - 0x40543a48
  100. [ 0.031245] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  101. [ 0.031375] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  102. [ 0.040462] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  103. [ 0.040582] Brought up 4 CPUs
  104. [ 0.040582] SMP: Total of 4 processors activated (19200.00 BogoMIPS).
  105. [ 0.040888] devtmpfs: initialized
  106. [ 0.043503] wakeup src cnt is : 2.
  107. [ 0.050021] sunxi pm init
  108. [ 0.050160] pinctrl core: initialized pinctrl subsystem
  109. [ 0.056621] NET: Registered protocol family 16
  110. [ 0.057237] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  111. [ 0.057237] script_sysfs_init success
  112. [ 0.057237] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl
  113. [ 0.057237] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
  114. [ 0.057237] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  115. [ 0.057237] hw-breakpoint: maximum watchpoint size is 8 bytes.
  116. [ 0.057237] script config pll_video to 297 Mhz
  117. [ 0.057237] script config pll_de to 864 Mhz
  118. [ 0.057237] script config pll_ve to 402 Mhz
  119. [ 0.060704] bio: create slab <bio-0> at 0
  120. [ 0.060704] [ARISC] :sunxi-arisc driver v1.04
  121. [ 0.084424] [ARISC] :arisc version: [v0.1.58]
  122. [ 0.170207] [ARISC] :sunxi-arisc driver v1.04 startup succeeded
  123. [ 0.171746] SCSI subsystem initialized
  124. [ 0.171746] usbcore: registered new interface driver usbfs
  125. [ 0.171746] usbcore: registered new interface driver hub
  126. [ 0.171746] usbcore: registered new device driver usb
  127. [ 0.171746] twi_chan_cfg()340 - [twi0] has no twi_regulator.
  128. [ 0.171746] twi_chan_cfg()340 - [twi1] has no twi_regulator.
  129. [ 0.171746] twi_chan_cfg()340 - [twi2] has no twi_regulator.
  130. [ 0.171746] Advanced Linux Sound Architecture Driver Version 1.0.25.
  131. [ 0.171746] Switching to clocksource arch_sys_counter
  132. [ 0.182810] FS-Cache: Loaded
  133. [ 0.183086] CacheFiles: Loaded
  134. [ 0.194293] NET: Registered protocol family 2
  135. [ 0.205420] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  136. [ 0.205849] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  137. [ 0.206096] TCP bind hash table entries: 16384 (order: 5, 196608 bytes)
  138. [ 0.206370] TCP: Hash tables configured (established 16384 bind 16384)
  139. [ 0.206382] TCP: reno registered
  140. [ 0.206395] UDP hash table entries: 256 (order: 1, 8192 bytes)
  141. [ 0.206420] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  142. [ 0.206695] NET: Registered protocol family 1
  143. [ 0.207059] RPC: Registered named UNIX socket transport module.
  144. [ 0.207071] RPC: Registered udp transport module.
  145. [ 0.207079] RPC: Registered tcp transport module.
  146. [ 0.207087] RPC: Registered tcp NFSv4.1 backchannel transport module.
  147. [ 0.221564] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available
  148. [ 0.221699] sunxi_reg_init enter
  149. [ 0.224162] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  150. [ 0.224269] NFS: Registering the id_resolver key type
  151. [ 0.224892] NTFS driver 2.1.30 [Flags: R/W].
  152. [ 0.225196] fuse init (API version 7.18)
  153. [ 0.225590] msgmni has been set to 985
  154. [ 0.226804] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  155. [ 0.226823] io scheduler noop registered (default)
  156. [ 0.226832] io scheduler deadline registered
  157. [ 0.226895] io scheduler cfq registered
  158. [ 0.227331] [DISP]disp_module_init
  159. [ 0.227643] cmdline,init_disp=
  160. [ 0.227671] cmdline,disp=
  161. [ 0.243219] [DISP] Fb_map_kernel_logo,line:921:Fb_map_kernel_logo failed!
  162. [ 0.279098] Console: switching to colour frame buffer device 240x67
  163. [ 0.315757] [DISP]disp_module_init finish
  164. [ 0.316445] hdmi-cec: device successfully initialized.
  165. [ 0.316498] hdmi-cec: driver successfully loaded.
  166. [ 0.316714] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
  167. [ 0.317001] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
  168. [ 0.317013] sw_uart_pm()890 - uart0 clk is already enable
  169. [ 0.317031] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
  170. [ 0.427590] console [ttyS0] enabled
  171. [ 1.011116] loop: module loaded
  172. [ 1.014828] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
  173. [ 1.021906] sunxi_spi_chan_cfg()1376 - [spi-1] has no spi_regulator.
  174. [ 1.029472] spi spi0: master is unqueued, this is deprecated
  175. [ 1.036073] tun: Universal TUN/TAP device driver, 1.6
  176. [ 1.041703] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  177. [ 1.049432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  178. [ 1.076753] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  179. [ 1.085668] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
  180. [ 1.094644] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
  181. [ 1.120038] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
  182. [ 1.127209] hub 1-0:1.0: USB hub found
  183. [ 1.131415] hub 1-0:1.0: 1 port detected
  184. [ 1.156025] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  185. [ 1.164936] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2
  186. [ 1.173834] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000
  187. [ 1.200048] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00
  188. [ 1.200600] hub 2-0:1.0: USB hub found
  189. [ 1.200619] hub 2-0:1.0: 1 port detected
  190. [ 1.220856] sunxi-ehci sunxi-ehci.3: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  191. [ 1.229754] sunxi-ehci sunxi-ehci.3: new USB bus registered, assigned bus number 3
  192. [ 1.238545] sunxi-ehci sunxi-ehci.3: irq 108, io mem 0xf1c1c000
  193. [ 1.260042] sunxi-ehci sunxi-ehci.3: USB 0.0 started, EHCI 1.00
  194. [ 1.267161] hub 3-0:1.0: USB hub found
  195. [ 1.271348] hub 3-0:1.0: 1 port detected
  196. [ 1.295936] sunxi-ehci sunxi-ehci.4: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  197. [ 1.304889] sunxi-ehci sunxi-ehci.4: new USB bus registered, assigned bus number 4
  198. [ 1.313684] sunxi-ehci sunxi-ehci.4: irq 110, io mem 0xf1c1d000
  199. [ 1.340038] sunxi-ehci sunxi-ehci.4: USB 0.0 started, EHCI 1.00
  200. [ 1.347151] hub 4-0:1.0: USB hub found
  201. [ 1.351342] hub 4-0:1.0: 1 port detected
  202. [ 1.355935] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  203. [ 1.382866] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
  204. [ 1.391397] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 5
  205. [ 1.399817] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
  206. [ 1.464576] hub 5-0:1.0: USB hub found
  207. [ 1.468745] hub 5-0:1.0: 1 port detected
  208. [ 1.493343] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
  209. [ 1.501865] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 6
  210. [ 1.510296] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400
  211. [ 1.574582] hub 6-0:1.0: USB hub found
  212. [ 1.578754] hub 6-0:1.0: 1 port detected
  213. [ 1.603462] sunxi-ohci sunxi-ohci.3: SW USB2.0 'Open' Host Controller (OHCI) Driver
  214. [ 1.611985] sunxi-ohci sunxi-ohci.3: new USB bus registered, assigned bus number 7
  215. [ 1.620422] sunxi-ohci sunxi-ohci.3: irq 109, io mem 0xf1c1c400
  216. [ 1.684557] hub 7-0:1.0: USB hub found
  217. [ 1.688726] hub 7-0:1.0: 1 port detected
  218. [ 1.713311] sunxi-ohci sunxi-ohci.4: SW USB2.0 'Open' Host Controller (OHCI) Driver
  219. [ 1.721834] sunxi-ohci sunxi-ohci.4: new USB bus registered, assigned bus number 8
  220. [ 1.730266] sunxi-ohci sunxi-ohci.4: irq 111, io mem 0xf1c1d400
  221. [ 1.794525] hub 8-0:1.0: USB hub found
  222. [ 1.798694] hub 8-0:1.0: 1 port detected
  223. [ 1.803269] Initializing USB Mass Storage driver...
  224. [ 1.808905] usbcore: registered new interface driver usb-storage
  225. [ 1.815583] USB Mass Storage support registered.
  226. [ 1.820764] usbcore: registered new interface driver ums-alauda
  227. [ 1.827385] usbcore: registered new interface driver ums-cypress
  228. [ 1.834104] usbcore: registered new interface driver ums-datafab
  229. [ 1.840818] usbcore: registered new interface driver ums_eneub6250
  230. [ 1.847724] usbcore: registered new interface driver ums-freecom
  231. [ 1.854440] usbcore: registered new interface driver ums-isd200
  232. [ 1.861066] usbcore: registered new interface driver ums-jumpshot
  233. [ 1.867863] usbcore: registered new interface driver ums-karma
  234. [ 1.874386] usbcore: registered new interface driver ums-onetouch
  235. [ 1.881213] usbcore: registered new interface driver ums-realtek
  236. [ 1.887915] usbcore: registered new interface driver ums-sddr09
  237. [ 1.894538] usbcore: registered new interface driver ums-sddr55
  238. [ 1.901214] usbcore: registered new interface driver ums-usbat
  239. [ 1.908352] mousedev: PS/2 mouse device common for all mice
  240. [ 1.915291] ls_fetch_sysconfig_para: type err device_used = -1073111924.
  241. [ 1.922945] =========script_get_err============
  242. [ 1.928258] [RTC] WARNING: Rtc time will be wrong!!
  243. [ 1.933674] [RTC] WARNING: use *internal OSC* as clock source
  244. [ 1.940314] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
  245. [ 1.947698] i2c /dev entries driver
  246. [ 1.951873] IR RC5(x) protocol handler initialized
  247. [ 1.957368] Registered IR keymap rc-empty
  248. [ 1.962245] rc0: sunxi-ir as /devices/platform/sunxi-ir.0/rc/rc0
  249. [ 1.969684] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0
  250. [ 1.978527] sunxi-ir s_cir0: initialized sunXi IR driver
  251. [ 1.985103] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
  252. [ 1.994452] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
  253. [ 2.003795] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1a)
  254. [ 2.013137] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
  255. [ 2.022478] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2a)
  256. [ 2.031817] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2b)
  257. [ 2.041156] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
  258. [ 2.050505] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4d)
  259. [ 2.059833] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4e)
  260. [ 2.069020] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
  261. [ 2.076147] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
  262. [ 2.087324] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
  263. [ 2.094777] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
  264. [ 2.100969] timeout_to_interv, line 167
  265. [ 2.105221] interv_to_timeout, line 189
  266. [ 2.109474] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
  267. [ 2.118713] [cpu_freq] ERR:get cpu extremity frequency from sysconfig failed, use max_freq
  268. [ 2.132905] no blue_led, ignore it!
  269. [ 2.138119] usbcore: registered new interface driver usbhid
  270. [ 2.144322] usbhid: USB HID core driver
  271. [ 2.151878] asoc: sndcodec <-> sunxi-codec mapping ok
  272. [ 2.158270] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly!
  273. [ 2.168772] [I2S]snddaudio cannot find any using configuration for controllers, return directly!
  274. [ 2.178557] [DAUDIO0] driver not init,just return.
  275. [ 24.030011] ------------[ cut here ]------------
  276. [ 24.035148] WARNING: at kernel/watchdog.c:255 watchdog_timer_fn+0xf0/0x2b4()
  277. [ 24.040023] ------------[ cut here ]------------
  278. [ 24.040036] WARNING: at kernel/watchdog.c:255 watchdog_timer_fn+0xf0/0x2b4()
  279. [ 24.040427] ---[ end trace abc2a992e2d0f5bb ]---
  280. [ 24.040002] ---[ end trace abc2a992e2d0f5bc ]---
  281. [ 32.030005] INFO: rcu_preempt detected stalls on CPUs/tasks:
  282. [ 32.036287] 0: (1 GPs behind) idle=2bb/140000000000000/0 ¦¦J¦
  283. [ 32.039999] 2: (1 GPs behind) idle=2b7/140000000000000/0 ¦¦J¦
  284. [ 32.039999] (detected by 3, t=2201 jiffies)
  285. [ 32.039999] INFO: Stall ended before state dump start
  286. [ 92.140164] INFO: rcu_preempt detected stalls on CPUs/tasks:
  287. [ 92.146445] 0: (1 GPs behind) idle=2bb/140000000000000/0 @6¦
  288. [ 92.150154] 2: (1 GPs behind) idle=2b7/140000000000000/0 @6¦
  289. [ 92.150154] (detected by 1, t=8212 jiffies)
  290. [ 92.150154] INFO: Stall ended before state dump start
  291. [ 153.041000] INFO: rcu_preempt detected stalls on CPUs/tasks:
  292. [ 153.047280] 0: (1 GPs behind) idle=2bb/140000000000000/0
  293. [ 153.050989] 2: (1 GPs behind) idle=2b7/140000000000000/0
  294. [ 153.050989] (detected by 1, t=14302 jiffies)
  295. [ 153.050989] INFO: Stall ended before state dump start
  296. [ 216.040006] INFO: rcu_preempt detected stalls on CPUs/tasks:
  297. [ 216.046286] 0: (1 GPs behind) idle=2bb/140000000000000/0 ¦¦J¦
  298. [ 216.050000] 2: (1 GPs behind) idle=2b7/140000000000000/0 ¦¦J¦
  299. [ 216.050000] (detected by 3, t=20601 jiffies)
  300. [ 216.050000] INFO: Stall ended before state dump start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement