Advertisement
Guest User

Untitled

a guest
May 4th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.04 KB | None | 0 0
  1. U-Boot SPL 2016.05-rc1 (May 04 2016 - 17:17:10)
  2. DRAM: 1024 MiB
  3. Trying to boot from MMC1
  4.  
  5.  
  6. U-Boot 2016.05-rc1 (May 04 2016 - 17:17:10 +0200) Allwinner Technology
  7.  
  8. CPU: Allwinner H3 (SUN8I 1680)
  9. Model: Xunlong Orange Pi Plus
  10. I2C: ready
  11. DRAM: 1 GiB
  12. MMC: SUNXI SD/MMC: 0 (SD), SUNXI SD/MMC: 1
  13. *** Warning - bad CRC, using default environment
  14.  
  15. In: serial
  16. Out: serial
  17. Err: serial
  18. Net: No ethernet found.
  19. starting USB...
  20. USB0: USB EHCI 1.00
  21. USB1: USB EHCI 1.00
  22. scanning bus 0 for devices... 2 USB Device(s) found
  23. scanning bus 1 for devices... Device NOT ready
  24. Request Sense returned 02 3A 00
  25. 2 USB Device(s) found
  26. Hit any key to stop autoboot: 0
  27. switch to partitions #0, OK
  28. mmc0 is current device
  29. Scanning mmc 0:1...
  30. Found U-Boot script /boot.scr
  31. reading /boot.scr
  32. 653 bytes read in 21 ms (30.3 KiB/s)
  33. ## Executing script at 43100000
  34. gpio: pin PL10 (gpio 298) value is 1
  35. reading opiplus.fex
  36. 35172 bytes read in 63 ms (544.9 KiB/s)
  37. reading KERNEL
  38. 6114960 bytes read in 6225 ms (959 KiB/s)
  39. ## Booting kernel from Legacy Image at 42000000 ...
  40. Image Name: Linux-3.4.112
  41. Image Type: ARM Linux Kernel Image (uncompressed)
  42. Data Size: 6114896 Bytes = 5.8 MiB
  43. Load Address: 40008000
  44. Entry Point: 40008000
  45. Verifying Checksum ... OK
  46. Loading Kernel Image ... OK
  47. Using machid 0x1029 from environment
  48.  
  49. Starting kernel ...
  50.  
  51. [sun8i_fixup]: From boot, get meminfo:
  52. Start: 0x40000000
  53. Size: 1024MB
  54. ion_carveout reserve: 160m@0 256m@0 130m@1 200m@1
  55. ion_reserve_select: ion chipid [0x2004620!
  56. ion_reserve_common: ion reserve: [0x50000000, 0x60000000]!
  57. [ 0.000000] Booting Linux on physical CPU 0
  58. [ 0.000000] Initializing cgroup subsys cpuset
  59. [ 0.000000] Initializing cgroup subsys cpu
  60. [ 0.000000] Linux version 3.4.112 (jernej@jernej-laptop) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Wed May 4 17:18:13 CEST 2016
  61. [ 0.000000] cma: CMA: reserved 256 MiB at 50000000
  62. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c15de000 s11648 r8192 d12928 u32768
  63. [ 0.000000] Kernel command line: console=ttyS0,115200 boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 consoleblank=0 noram board=opiplus
  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] allocated 2097152 bytes of page_cgroup
  68. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  69. [ 0.000000] Memory: 1024MB = 1024MB total
  70. [ 0.000000] Memory: 760300k/760300k available, 288276k reserved, 270336K highmem
  71. [ 0.000000] Virtual kernel memory layout:
  72. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  73. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  74. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  75. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  76. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  77. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  78. [ 0.000000] .text : 0xc0008000 - 0xc076c594 (7570 kB)
  79. [ 0.000000] .init : 0xc076d000 - 0xc0b71d80 (4116 kB)
  80. [ 0.000000] .data : 0xc0b72000 - 0xc0be5970 ( 463 kB)
  81. [ 0.000000] .bss : 0xc0be6130 - 0xc0cc7400 ( 901 kB)
  82. [ 0.000000] Preemptible hierarchical RCU implementation.
  83. [ 0.000000] Additional per-CPU info printed with stalls.
  84. [ 0.000000] NR_IRQS:544
  85. [ 0.000000] Architected local timer running at 24.00MHz.
  86. [ 0.000000] Switching to timer-based delay loop
  87. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  88. [ 0.000000] Console: colour dummy device 80x30
  89. [ 0.000209] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
  90. [ 0.000233] pid_max: default: 32768 minimum: 301
  91. [ 0.000567] Mount-cache hash table entries: 512
  92. [ 0.001512] Initializing cgroup subsys cpuacct
  93. [ 0.001528] Initializing cgroup subsys memory
  94. [ 0.001574] Initializing cgroup subsys devices
  95. [ 0.001586] Initializing cgroup subsys freezer
  96. [ 0.001597] Initializing cgroup subsys blkio
  97. [ 0.001621] Initializing cgroup subsys perf_event
  98. [ 0.001676] CPU: Testing write buffer coherency: ok
  99. [ 0.001720] ftrace: allocating 20930 entries in 62 pages
  100. [ 0.030280] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  101. [ 0.030298] [sunxi_smp_prepare_cpus] enter
  102. [ 0.030334] Setting up static identity map for 0x40543460 - 0x405434b8
  103. [ 0.031242] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  104. [ 0.031373] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  105. [ 0.040463] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  106. [ 0.040583] Brought up 4 CPUs
  107. [ 0.040583] SMP: Total of 4 processors activated (19200.00 BogoMIPS).
  108. [ 0.040884] devtmpfs: initialized
  109. [ 0.043494] wakeup src cnt is : 2.
  110. [ 0.050019] sunxi pm init
  111. [ 0.050158] pinctrl core: initialized pinctrl subsystem
  112. [ 0.060286] NET: Registered protocol family 16
  113. [ 0.061473] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  114. [ 0.061549] script_sysfs_init success
  115. [ 0.062467] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl
  116. [ 0.063683] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
  117. [ 0.064280] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  118. [ 0.064294] hw-breakpoint: maximum watchpoint size is 8 bytes.
  119. [ 0.064479] script config pll_video to 297 Mhz
  120. [ 0.064479] script config pll_de to 864 Mhz
  121. [ 0.064479] script config pll_ve to 402 Mhz
  122. [ 0.070248] bio: create slab <bio-0> at 0
  123. [ 0.070355] [ARISC] :sunxi-arisc driver v1.04
  124. [ 0.088274] [ARISC] :arisc version: [v0.1.58]
  125. [ 0.176983] [ARISC] :sunxi-arisc driver v1.04 startup succeeded
  126. [ 0.178509] SCSI subsystem initialized
  127. [ 0.178509] usbcore: registered new interface driver usbfs
  128. [ 0.178509] usbcore: registered new interface driver hub
  129. [ 0.178509] usbcore: registered new device driver usb
  130. [ 0.178509] twi_chan_cfg()340 - [twi0] has no twi_regulator.
  131. [ 0.178509] twi_chan_cfg()340 - [twi1] has no twi_regulator.
  132. [ 0.178509] twi_chan_cfg()340 - [twi2] has no twi_regulator.
  133. [ 0.180147] Advanced Linux Sound Architecture Driver Version 1.0.25.
  134. [ 0.180786] Switching to clocksource arch_sys_counter
  135. [ 0.192870] FS-Cache: Loaded
  136. [ 0.193147] CacheFiles: Loaded
  137. [ 0.204179] NET: Registered protocol family 2
  138. [ 0.215261] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  139. [ 0.215735] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  140. [ 0.217496] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
  141. [ 0.218552] TCP: Hash tables configured (established 131072 bind 65536)
  142. [ 0.218563] TCP: reno registered
  143. [ 0.218576] UDP hash table entries: 512 (order: 2, 16384 bytes)
  144. [ 0.218613] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  145. [ 0.218916] NET: Registered protocol family 1
  146. [ 0.219291] RPC: Registered named UNIX socket transport module.
  147. [ 0.219304] RPC: Registered udp transport module.
  148. [ 0.219312] RPC: Registered tcp transport module.
  149. [ 0.219320] RPC: Registered tcp NFSv4.1 backchannel transport module.
  150. [ 0.234637] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available
  151. [ 0.234763] sunxi_reg_init enter
  152. [ 0.237412] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  153. [ 0.237507] NFS: Registering the id_resolver key type
  154. [ 0.238148] NTFS driver 2.1.30 [Flags: R/W].
  155. [ 0.238445] fuse init (API version 7.18)
  156. [ 0.238837] msgmni has been set to 1468
  157. [ 0.240071] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  158. [ 0.240090] io scheduler noop registered (default)
  159. [ 0.240099] io scheduler deadline registered
  160. [ 0.240166] io scheduler cfq registered
  161. [ 0.240614] [DISP]disp_module_init
  162. [ 0.240922] cmdline,init_disp=
  163. [ 0.240948] cmdline,disp=
  164. [ 0.256462] [DISP] Fb_map_kernel_logo,line:921:Fb_map_kernel_logo failed!
  165. [ 0.292364] Console: switching to colour frame buffer device 240x67
  166. [ 0.329030] [DISP]disp_module_init finish
  167. [ 0.329714] hdmi-cec: device successfully initialized.
  168. [ 0.329762] hdmi-cec: driver successfully loaded.
  169. [ 0.329973] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
  170. [ 0.330307] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
  171. [ 0.330321] sw_uart_pm()890 - uart0 clk is already enable
  172. [ 0.330340] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
  173. [ 0.525317] console [ttyS0] enabled
  174. [ 1.026060] loop: module loaded
  175. [ 1.029773] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
  176. [ 1.036852] sunxi_spi_chan_cfg()1376 - [spi-1] has no spi_regulator.
  177. [ 1.044459] spi spi0: master is unqueued, this is deprecated
  178. [ 1.051053] tun: Universal TUN/TAP device driver, 1.6
  179. [ 1.056661] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  180. [ 1.064775] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  181. [ 1.092102] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  182. [ 1.101016] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
  183. [ 1.109997] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
  184. [ 1.130038] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
  185. [ 1.137209] hub 1-0:1.0: USB hub found
  186. [ 1.141403] hub 1-0:1.0: 1 port detected
  187. [ 1.166005] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  188. [ 1.174921] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2
  189. [ 1.183814] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000
  190. [ 1.210040] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00
  191. [ 1.217143] hub 2-0:1.0: USB hub found
  192. [ 1.221363] hub 2-0:1.0: 1 port detected
  193. [ 1.245945] sunxi-ehci sunxi-ehci.4: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  194. [ 1.254858] sunxi-ehci sunxi-ehci.4: new USB bus registered, assigned bus number 3
  195. [ 1.263754] sunxi-ehci sunxi-ehci.4: irq 110, io mem 0xf1c1d000
  196. [ 1.290038] sunxi-ehci sunxi-ehci.4: USB 0.0 started, EHCI 1.00
  197. [ 1.297122] hub 3-0:1.0: USB hub found
  198. [ 1.301315] hub 3-0:1.0: 1 port detected
  199. [ 1.305901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  200. [ 1.332823] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
  201. [ 1.341348] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 4
  202. [ 1.349770] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
  203. [ 1.414586] hub 4-0:1.0: USB hub found
  204. [ 1.418753] hub 4-0:1.0: 1 port detected
  205. [ 1.443403] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
  206. [ 1.451925] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 5
  207. [ 1.460355] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400
  208. [ 1.524579] hub 5-0:1.0: USB hub found
  209. [ 1.528745] hub 5-0:1.0: 1 port detected
  210. [ 1.540054] usb 2-1: new high-speed USB device number 2 using sunxi-ehci
  211. [ 1.553350] sunxi-ohci sunxi-ohci.4: SW USB2.0 'Open' Host Controller (OHCI) Driver
  212. [ 1.561875] sunxi-ohci sunxi-ohci.4: new USB bus registered, assigned bus number 6
  213. [ 1.570313] sunxi-ohci sunxi-ohci.4: irq 111, io mem 0xf1c1d400
  214. [ 1.634613] hub 6-0:1.0: USB hub found
  215. [ 1.638784] hub 6-0:1.0: 1 port detected
  216. [ 1.643392] Initializing USB Mass Storage driver...
  217. [ 1.649001] usbcore: registered new interface driver usb-storage
  218. [ 1.655678] USB Mass Storage support registered.
  219. [ 1.660867] usbcore: registered new interface driver ums-alauda
  220. [ 1.667498] usbcore: registered new interface driver ums-cypress
  221. [ 1.674216] usbcore: registered new interface driver ums-datafab
  222. [ 1.680932] usbcore: registered new interface driver ums_eneub6250
  223. [ 1.687822] usbcore: registered new interface driver ums-freecom
  224. [ 1.694562] usbcore: registered new interface driver ums-isd200
  225. [ 1.701204] usbcore: registered new interface driver ums-jumpshot
  226. [ 1.708020] usbcore: registered new interface driver ums-karma
  227. [ 1.714583] usbcore: registered new interface driver ums-onetouch
  228. [ 1.721428] usbcore: registered new interface driver ums-realtek
  229. [ 1.728156] usbcore: registered new interface driver ums-sddr09
  230. [ 1.728244] hub 2-1:1.0: USB hub found
  231. [ 1.738910] hub 2-1:1.0: 4 ports detected
  232. [ 1.738950] usbcore: registered new interface driver ums-sddr55
  233. [ 1.738997] usbcore: registered new interface driver ums-usbat
  234. [ 1.739641] mousedev: PS/2 mouse device common for all mice
  235. [ 1.740662] ls_fetch_sysconfig_para: type err device_used = -1073542548.
  236. [ 1.740672] =========script_get_err============
  237. [ 1.741195] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
  238. [ 1.741241] i2c /dev entries driver
  239. [ 1.741493] IR RC5(x) protocol handler initialized
  240. [ 1.741569] Registered IR keymap rc-empty
  241. [ 1.741974] rc0: sunxi-ir as /devices/virtual/rc/rc0
  242. [ 1.742718] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0
  243. [ 1.743430] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
  244. [ 1.743596] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
  245. [ 1.743758] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1a)
  246. [ 1.743920] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
  247. [ 1.744081] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2a)
  248. [ 1.744243] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2b)
  249. [ 1.744405] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
  250. [ 1.744566] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4d)
  251. [ 1.744728] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4e)
  252. [ 1.744741] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
  253. [ 1.744899] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
  254. [ 1.745035] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
  255. [ 1.745047] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
  256. [ 1.745057] timeout_to_interv, line 167
  257. [ 1.745064] interv_to_timeout, line 189
  258. [ 1.745072] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
  259. [ 1.950597] no blue_led, ignore it!
  260. [ 1.955766] usbcore: registered new interface driver usbhid
  261. [ 1.961971] usbhid: USB HID core driver
  262. [ 1.969189] asoc: sndcodec <-> sunxi-codec mapping ok
  263. [ 1.975489] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly!
  264. [ 1.986007] [I2S]snddaudio cannot find any using configuration for controllers, return directly!
  265. [ 1.995766] [DAUDIO0] driver not init,just return.
  266. [ 2.003469] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
  267. [ 2.010270] [SPDIF]sunxi-spdif cannot find any using configuration for controllers, return directly!
  268. [ 2.020568] [SPDIF]sndspdif cannot find any using configuration for controllers, return directly!
  269. [ 2.030430] [SPDIF] driver not init,just return.
  270. [ 2.037532] asoc: sndcodec <-> sunxi-multi-dai mapping ok
  271. [ 2.044459] oprofile: using arm/armv7-ca7
  272. [ 2.049100] TCP: cubic registered
  273. [ 2.052973] NET: Registered protocol family 10
  274. [ 2.058625] ip6_tables: (C) 2000-2006 Netfilter Core Team
  275. [ 2.060110] usb 3-1: new high-speed USB device number 2 using sunxi-ehci
  276. [ 2.072125] NET: Registered protocol family 17
  277. [ 2.077154] Registering the dns_resolver key type
  278. [ 2.082530] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  279. [ 2.091045] ThumbEE CPU extension supported.
  280. [ 2.095789] Registering SWP/SWPB emulation handler
  281. [ 2.101878] cmdline,disp=
  282. [ 2.135903] cmdline,disp=
  283. [ 2.139106] [DISP] disp_init_tv,line:539:screen 0 do not support TV TYPE!
  284. [ 2.146665] [DISP] bsp_disp_tv_register,line:942:'ptv is null
  285. [ 2.213275] scsi0 : usb-storage 3-1:1.0
  286. [ 2.740034] [DISP] disp_device_attached_and_enable,line:159:attched ok, mgr0<-->device0, type=4, mode=10
  287. [ 2.751004] console [netcon0] enabled
  288. [ 2.755062] netconsole: network logging started
  289. [ 2.760132] sunxi-rtc sunxi-rtc: setting system clock to 1970-01-01 00:00:16 UTC (16)
  290. [ 2.768826] ths_fetch_sysconfig_para: type err device_used = 1.
  291. [ 2.776785] CPU Budget:Register notifier
  292. [ 2.781160] CPU Budget:register Success
  293. [ 2.785415] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0
  294. [ 2.798355] ALSA device list:
  295. [ 2.801666] #0: audiocodec
  296. [ 2.804855] #1: sndhdmi
  297. [ 2.807754] #2: audio-hub
  298. [ 2.816762] Freeing init memory: 4112K
  299.  
  300. Welcome to OpenELEC (community) - Version: devel-20160504171607-r22770-g6f20a4c!
  301.  
  302. [ OK ] Created slice System Slice.
  303. [ OK ] Started FS Resize.
  304. [ OK ] Reached target FS Resize target.
  305. resizing /storage...
  306. this may take a while. please do not reboot or turn off your computer
  307. ... parted -s -m /dev/mmcblk0 rm 2
  308. ... parted -s -m /dev/mmcblk0 unit b mkpart primary 538968064B 100%
  309. ... e2fsck -f -p /dev/mmcblk0p2
  310. ... resize2fs /dev/mmcblk0p2
  311. ...done. rebooting in 15s
  312. Rebooting.
  313. [ 30.080516] Restarting system.
  314. [ 30.083911] Restarting Linux version 3.4.112 (jernej@jernej-laptop) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Wed May 4 17:18:13 CEST 2016
  315. [ 30.083919]
  316.  
  317. U-Boot SPL 2016.05-rc1 (May 04 2016 - 17:17:10)
  318. DRAM: 1024 MiB
  319. Trying to boot from MMC1
  320.  
  321.  
  322. U-Boot 2016.05-rc1 (May 04 2016 - 17:17:10 +0200) Allwinner Technology
  323.  
  324. CPU: Allwinner H3 (SUN8I 1680)
  325. Model: Xunlong Orange Pi Plus
  326. I2C: ready
  327. DRAM: 1 GiB
  328. MMC: SUNXI SD/MMC: 0 (SD), SUNXI SD/MMC: 1
  329. *** Warning - bad CRC, using default environment
  330.  
  331. In: serial
  332. Out: serial
  333. Err: serial
  334. Net: No ethernet found.
  335. starting USB...
  336. USB0: USB EHCI 1.00
  337. USB1: USB EHCI 1.00
  338. scanning bus 0 for devices... 2 USB Device(s) found
  339. scanning bus 1 for devices... Device NOT ready
  340. Request Sense returned 02 3A 00
  341. 2 USB Device(s) found
  342. Hit any key to stop autoboot: 0
  343. switch to partitions #0, OK
  344. mmc0 is current device
  345. Scanning mmc 0:1...
  346. Found U-Boot script /boot.scr
  347. reading /boot.scr
  348. 653 bytes read in 21 ms (30.3 KiB/s)
  349. ## Executing script at 43100000
  350. gpio: pin PL10 (gpio 298) value is 1
  351. reading opiplus.fex
  352. 35172 bytes read in 63 ms (544.9 KiB/s)
  353. reading KERNEL
  354. 6114960 bytes read in 6225 ms (959 KiB/s)
  355. ## Booting kernel from Legacy Image at 42000000 ...
  356. Image Name: Linux-3.4.112
  357. Image Type: ARM Linux Kernel Image (uncompressed)
  358. Data Size: 6114896 Bytes = 5.8 MiB
  359. Load Address: 40008000
  360. Entry Point: 40008000
  361. Verifying Checksum ... OK
  362. Loading Kernel Image ... OK
  363. Using machid 0x1029 from environment
  364.  
  365. Starting kernel ...
  366.  
  367. [sun8i_fixup]: From boot, get meminfo:
  368. Start: 0x40000000
  369. Size: 1024MB
  370. ion_carveout reserve: 160m@0 256m@0 130m@1 200m@1
  371. ion_reserve_select: ion chipid [0x2004620!
  372. ion_reserve_common: ion reserve: [0x50000000, 0x60000000]!
  373. [ 0.000000] Booting Linux on physical CPU 0
  374. [ 0.000000] Initializing cgroup subsys cpuset
  375. [ 0.000000] Initializing cgroup subsys cpu
  376. [ 0.000000] Linux version 3.4.112 (jernej@jernej-laptop) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Wed May 4 17:18:13 CEST 2016
  377. [ 0.000000] cma: CMA: reserved 256 MiB at 50000000
  378. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c15de000 s11648 r8192 d12928 u32768
  379. [ 0.000000] Kernel command line: console=ttyS0,115200 boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 consoleblank=0 noram board=opiplus
  380. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  381. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  382. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  383. [ 0.000000] allocated 2097152 bytes of page_cgroup
  384. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  385. [ 0.000000] Memory: 1024MB = 1024MB total
  386. [ 0.000000] Memory: 760300k/760300k available, 288276k reserved, 270336K highmem
  387. [ 0.000000] Virtual kernel memory layout:
  388. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  389. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  390. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  391. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  392. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  393. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  394. [ 0.000000] .text : 0xc0008000 - 0xc076c594 (7570 kB)
  395. [ 0.000000] .init : 0xc076d000 - 0xc0b71d80 (4116 kB)
  396. [ 0.000000] .data : 0xc0b72000 - 0xc0be5970 ( 463 kB)
  397. [ 0.000000] .bss : 0xc0be6130 - 0xc0cc7400 ( 901 kB)
  398. [ 0.000000] Preemptible hierarchical RCU implementation.
  399. [ 0.000000] Additional per-CPU info printed with stalls.
  400. [ 0.000000] NR_IRQS:544
  401. [ 0.000000] Architected local timer running at 24.00MHz.
  402. [ 0.000000] Switching to timer-based delay loop
  403. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  404. [ 0.000000] Console: colour dummy device 80x30
  405. [ 0.000211] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
  406. [ 0.000234] pid_max: default: 32768 minimum: 301
  407. [ 0.000569] Mount-cache hash table entries: 512
  408. [ 0.001503] Initializing cgroup subsys cpuacct
  409. [ 0.001518] Initializing cgroup subsys memory
  410. [ 0.001565] Initializing cgroup subsys devices
  411. [ 0.001577] Initializing cgroup subsys freezer
  412. [ 0.001588] Initializing cgroup subsys blkio
  413. [ 0.001612] Initializing cgroup subsys perf_event
  414. [ 0.001664] CPU: Testing write buffer coherency: ok
  415. [ 0.001707] ftrace: allocating 20930 entries in 62 pages
  416. [ 0.030279] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  417. [ 0.030297] [sunxi_smp_prepare_cpus] enter
  418. [ 0.030334] Setting up static identity map for 0x40543460 - 0x405434b8
  419. [ 0.031241] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  420. [ 0.031374] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  421. [ 0.040463] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  422. [ 0.040583] Brought up 4 CPUs
  423. [ 0.040583] SMP: Total of 4 processors activated (19200.00 BogoMIPS).
  424. [ 0.040892] devtmpfs: initialized
  425. [ 0.043489] wakeup src cnt is : 2.
  426. [ 0.050021] sunxi pm init
  427. [ 0.050160] pinctrl core: initialized pinctrl subsystem
  428. [ 0.060287] NET: Registered protocol family 16
  429. [ 0.061477] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  430. [ 0.061555] script_sysfs_init success
  431. [ 0.062474] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl
  432. [ 0.063691] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
  433. [ 0.064286] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  434. [ 0.064300] hw-breakpoint: maximum watchpoint size is 8 bytes.
  435. [ 0.064300] script config pll_video to 297 Mhz
  436. [ 0.064300] script config pll_de to 864 Mhz
  437. [ 0.064300] script config pll_ve to 402 Mhz
  438. [ 0.070253] bio: create slab <bio-0> at 0
  439. [ 0.070362] [ARISC] :sunxi-arisc driver v1.04
  440. [ 0.088315] [ARISC] :arisc version: [v0.1.58]
  441. [ 0.177052] [ARISC] :sunxi-arisc driver v1.04 startup succeeded
  442. [ 0.178575] SCSI subsystem initialized
  443. [ 0.178575] usbcore: registered new interface driver usbfs
  444. [ 0.178575] usbcore: registered new interface driver hub
  445. [ 0.178575] usbcore: registered new device driver usb
  446. [ 0.178575] twi_chan_cfg()340 - [twi0] has no twi_regulator.
  447. [ 0.178575] twi_chan_cfg()340 - [twi1] has no twi_regulator.
  448. [ 0.178575] twi_chan_cfg()340 - [twi2] has no twi_regulator.
  449. [ 0.180210] Advanced Linux Sound Architecture Driver Version 1.0.25.
  450. [ 0.180849] Switching to clocksource arch_sys_counter
  451. [ 0.192843] FS-Cache: Loaded
  452. [ 0.193117] CacheFiles: Loaded
  453. [ 0.204148] NET: Registered protocol family 2
  454. [ 0.215234] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  455. [ 0.215708] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  456. [ 0.217469] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
  457. [ 0.218524] TCP: Hash tables configured (established 131072 bind 65536)
  458. [ 0.218536] TCP: reno registered
  459. [ 0.218549] UDP hash table entries: 512 (order: 2, 16384 bytes)
  460. [ 0.218587] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  461. [ 0.218890] NET: Registered protocol family 1
  462. [ 0.219262] RPC: Registered named UNIX socket transport module.
  463. [ 0.219274] RPC: Registered udp transport module.
  464. [ 0.219282] RPC: Registered tcp transport module.
  465. [ 0.219291] RPC: Registered tcp NFSv4.1 backchannel transport module.
  466. [ 0.234621] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available
  467. [ 0.234745] sunxi_reg_init enter
  468. [ 0.237390] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  469. [ 0.237484] NFS: Registering the id_resolver key type
  470. [ 0.238122] NTFS driver 2.1.30 [Flags: R/W].
  471. [ 0.238423] fuse init (API version 7.18)
  472. [ 0.238818] msgmni has been set to 1468
  473. [ 0.240057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  474. [ 0.240074] io scheduler noop registered (default)
  475. [ 0.240084] io scheduler deadline registered
  476. [ 0.240150] io scheduler cfq registered
  477. [ 0.240598] [DISP]disp_module_init
  478. [ 0.240908] cmdline,init_disp=
  479. [ 0.240937] cmdline,disp=
  480. [ 0.256474] [DISP] Fb_map_kernel_logo,line:921:Fb_map_kernel_logo failed!
  481. [ 0.292379] Console: switching to colour frame buffer device 240x67
  482. [ 0.329032] [DISP]disp_module_init finish
  483. [ 0.329712] hdmi-cec: device successfully initialized.
  484. [ 0.329761] hdmi-cec: driver successfully loaded.
  485. [ 0.329972] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
  486. [ 0.330298] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
  487. [ 0.330312] sw_uart_pm()890 - uart0 clk is already enable
  488. [ 0.330331] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
  489. [ 0.525308] console [ttyS0] enabled
  490. [ 1.026052] loop: module loaded
  491. [ 1.029765] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
  492. [ 1.036846] sunxi_spi_chan_cfg()1376 - [spi-1] has no spi_regulator.
  493. [ 1.044450] spi spi0: master is unqueued, this is deprecated
  494. [ 1.051035] tun: Universal TUN/TAP device driver, 1.6
  495. [ 1.056644] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  496. [ 1.064731] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  497. [ 1.092063] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  498. [ 1.100978] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
  499. [ 1.109944] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
  500. [ 1.130039] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
  501. [ 1.137210] hub 1-0:1.0: USB hub found
  502. [ 1.141402] hub 1-0:1.0: 1 port detected
  503. [ 1.166000] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  504. [ 1.174914] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2
  505. [ 1.183804] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000
  506. [ 1.210041] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00
  507. [ 1.217143] hub 2-0:1.0: USB hub found
  508. [ 1.221362] hub 2-0:1.0: 1 port detected
  509. [ 1.245945] sunxi-ehci sunxi-ehci.4: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
  510. [ 1.254857] sunxi-ehci sunxi-ehci.4: new USB bus registered, assigned bus number 3
  511. [ 1.263755] sunxi-ehci sunxi-ehci.4: irq 110, io mem 0xf1c1d000
  512. [ 1.290037] sunxi-ehci sunxi-ehci.4: USB 0.0 started, EHCI 1.00
  513. [ 1.297129] hub 3-0:1.0: USB hub found
  514. [ 1.301322] hub 3-0:1.0: 1 port detected
  515. [ 1.305915] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  516. [ 1.332829] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
  517. [ 1.341355] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 4
  518. [ 1.349775] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
  519. [ 1.414588] hub 4-0:1.0: USB hub found
  520. [ 1.418756] hub 4-0:1.0: 1 port detected
  521. [ 1.443406] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
  522. [ 1.451927] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 5
  523. [ 1.460358] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400
  524. [ 1.524574] hub 5-0:1.0: USB hub found
  525. [ 1.528741] hub 5-0:1.0: 1 port detected
  526. [ 1.540056] usb 2-1: new high-speed USB device number 2 using sunxi-ehci
  527. [ 1.553345] sunxi-ohci sunxi-ohci.4: SW USB2.0 'Open' Host Controller (OHCI) Driver
  528. [ 1.561868] sunxi-ohci sunxi-ohci.4: new USB bus registered, assigned bus number 6
  529. [ 1.570308] sunxi-ohci sunxi-ohci.4: irq 111, io mem 0xf1c1d400
  530. [ 1.634603] hub 6-0:1.0: USB hub found
  531. [ 1.638773] hub 6-0:1.0: 1 port detected
  532. [ 1.643382] Initializing USB Mass Storage driver...
  533. [ 1.648990] usbcore: registered new interface driver usb-storage
  534. [ 1.655671] USB Mass Storage support registered.
  535. [ 1.660861] usbcore: registered new interface driver ums-alauda
  536. [ 1.667493] usbcore: registered new interface driver ums-cypress
  537. [ 1.674213] usbcore: registered new interface driver ums-datafab
  538. [ 1.680933] usbcore: registered new interface driver ums_eneub6250
  539. [ 1.687827] usbcore: registered new interface driver ums-freecom
  540. [ 1.694568] usbcore: registered new interface driver ums-isd200
  541. [ 1.701208] usbcore: registered new interface driver ums-jumpshot
  542. [ 1.708030] usbcore: registered new interface driver ums-karma
  543. [ 1.714589] usbcore: registered new interface driver ums-onetouch
  544. [ 1.721437] usbcore: registered new interface driver ums-realtek
  545. [ 1.728168] usbcore: registered new interface driver ums-sddr09
  546. [ 1.728255] hub 2-1:1.0: USB hub found
  547. [ 1.738921] hub 2-1:1.0: 4 ports detected
  548. [ 1.738960] usbcore: registered new interface driver ums-sddr55
  549. [ 1.739008] usbcore: registered new interface driver ums-usbat
  550. [ 1.739657] mousedev: PS/2 mouse device common for all mice
  551. [ 1.740684] ls_fetch_sysconfig_para: type err device_used = -1073111924.
  552. [ 1.740694] =========script_get_err============
  553. [ 1.741214] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
  554. [ 1.741258] i2c /dev entries driver
  555. [ 1.741510] IR RC5(x) protocol handler initialized
  556. [ 1.741585] Registered IR keymap rc-empty
  557. [ 1.741980] rc0: sunxi-ir as /devices/virtual/rc/rc0
  558. [ 1.742725] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0
  559. [ 1.743431] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
  560. [ 1.743595] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
  561. [ 1.743758] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1a)
  562. [ 1.743920] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
  563. [ 1.744082] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2a)
  564. [ 1.744243] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2b)
  565. [ 1.744405] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
  566. [ 1.744567] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4d)
  567. [ 1.744729] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4e)
  568. [ 1.744742] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
  569. [ 1.744900] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
  570. [ 1.745032] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
  571. [ 1.745043] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
  572. [ 1.745053] timeout_to_interv, line 167
  573. [ 1.745059] interv_to_timeout, line 189
  574. [ 1.745068] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
  575. [ 1.951087] no blue_led, ignore it!
  576. [ 1.956260] usbcore: registered new interface driver usbhid
  577. [ 1.962465] usbhid: USB HID core driver
  578. [ 1.969708] asoc: sndcodec <-> sunxi-codec mapping ok
  579. [ 1.976023] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly!
  580. [ 1.986530] [I2S]snddaudio cannot find any using configuration for controllers, return directly!
  581. [ 1.996289] [DAUDIO0] driver not init,just return.
  582. [ 2.004044] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
  583. [ 2.010814] [SPDIF]sunxi-spdif cannot find any using configuration for controllers, return directly!
  584. [ 2.021105] [SPDIF]sndspdif cannot find any using configuration for controllers, return directly!
  585. [ 2.030962] [SPDIF] driver not init,just return.
  586. [ 2.038122] asoc: sndcodec <-> sunxi-multi-dai mapping ok
  587. [ 2.044926] oprofile: using arm/armv7-ca7
  588. [ 2.049546] TCP: cubic registered
  589. [ 2.053424] NET: Registered protocol family 10
  590. [ 2.059110] ip6_tables: (C) 2000-2006 Netfilter Core Team
  591. [ 2.060113] usb 3-1: new high-speed USB device number 2 using sunxi-ehci
  592. [ 2.072609] NET: Registered protocol family 17
  593. [ 2.077648] Registering the dns_resolver key type
  594. [ 2.083010] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  595. [ 2.091530] ThumbEE CPU extension supported.
  596. [ 2.096275] Registering SWP/SWPB emulation handler
  597. [ 2.102408] cmdline,disp=
  598. [ 2.136435] cmdline,disp=
  599. [ 2.139636] [DISP] disp_init_tv,line:539:screen 0 do not support TV TYPE!
  600. [ 2.147191] [DISP] bsp_disp_tv_register,line:942:'ptv is null
  601. [ 2.213291] scsi0 : usb-storage 3-1:1.0
  602. [ 2.740036] [DISP] disp_device_attached_and_enable,line:159:attched ok, mgr0<-->device0, type=4, mode=10
  603. [ 2.751001] console [netcon0] enabled
  604. [ 2.755059] netconsole: network logging started
  605. [ 2.760131] sunxi-rtc sunxi-rtc: setting system clock to 1970-01-01 00:01:00 UTC (60)
  606. [ 2.768826] ths_fetch_sysconfig_para: type err device_used = 1.
  607. [ 2.776787] CPU Budget:Register notifier
  608. [ 2.781159] CPU Budget:register Success
  609. [ 2.785413] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0
  610. [ 2.798354] ALSA device list:
  611. [ 2.801669] #0: audiocodec
  612. [ 2.804858] #1: sndhdmi
  613. [ 2.807757] #2: audio-hub
  614. [ 2.816768] Freeing init memory: 4112K
  615.  
  616. Welcome to OpenELEC (community) - Version: devel-20160504171607-r22770-g6f20a4c!
  617.  
  618. [ OK ] Created slice User and Session Slice.
  619. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  620. [ OK ] Listening on udev Control Socket.
  621. [ OK ] Listening on udev Kernel Socket.
  622. [ OK ] Listening on Journal Socket (/dev/log).
  623. [ OK ] Listening on Journal Socket.
  624. [ OK ] Started Forward Password Requests to Wall Directory Watch.
  625. [ OK ] Reached target Paths.
  626. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  627. [ OK ] Created slice System Slice.
  628. Mounting Temporary Directory...
  629. Starting Remount Root and Kernel File Systems...
  630. Starting Create list of required st... nodes for the current kernel...
  631. Mounting Debug File System...
  632. Starting Load Kernel Modules...
  633. [ OK ] Started Debug Shell on /dev/console.
  634. Starting Show Version...
  635. OpenELEC (community) - Version: devel-20160504171607-r22770-g6f20a4c
  636. OpenELEC:~ # Mounting Variable Directory...
  637. Mounting POSIX Message Queue File System...
  638. Starting Setup machine-id...
  639. Starting Mounting swapfile...
  640. [ OK ] Reached target Slices.
  641. [ OK ] Mounted Debug File System.
  642. [ OK ] Mounted POSIX Message Queue File System.
  643. [ OK ] Mounted Variable Directory.
  644. [ OK ] Mounted Temporary Directory.
  645. [ OK ] Started Remount Root and Kernel File Systems.
  646. [ OK ] Started Create list of required sta...ce nodes for the current kernel.
  647. [ OK ] Started Load Kernel Modules.
  648. [ OK ] Started Show Version.
  649. [ OK ] Started Setup machine-id.
  650. Starting Journal Service...
  651. Starting Apply Kernel Variables...
  652. Mounting FUSE Control File System...
  653. Starting Create Static Device Nodes in /dev...
  654. Starting udev Coldplug all Devices...
  655. Starting Setup Timezone data...
  656. [ OK ] Mounted FUSE Control File System.
  657. [ OK ] Started Journal Service.
  658. [ OK ] Started Mounting swapfile.
  659. [ OK ] Started Apply Kernel Variables.
  660. [ OK ] Started Create Static Device Nodes in /dev.
  661. [ OK ] Started udev Coldplug all Devices.
  662. [ OK ] Started Setup Timezone data.
  663. [ OK ] Reached target Local File Systems (Pre).
  664. [ OK ] Reached target Local File Systems.
  665. [ OK ] Reached target Swap.
  666. Starting Flush Journal to Persistent Storage...
  667. [ OK ] Started Flush Journal to Persistent Storage.
  668. Starting Create Volatile Files and Directories...
  669. [ OK ] Started Create Volatile Files and Directories.
  670. Starting Update hwdb.bin...
  671. Starting Setup User config dir...
  672. Starting Add random entropy from file...
  673. [ OK ] Started Setup User config dir.
  674. [ OK ] Started Add random entropy from file.
  675. [ OK ] Started Update hwdb.bin.
  676. Starting udev Kernel Device Manager...
  677. [ OK ] Started udev Kernel Device Manager.
  678. [ OK ] Reached target System Initialization.
  679. [ OK ] Listening on D-Bus System Message Bus Socket.
  680. [ OK ] Started Daily Cleanup of Temporary Directories.
  681. [ OK ] Reached target Timers.
  682. [ OK ] Listening on RPCbind Server Activation Socket.
  683. [ OK ] Reached target Sockets.
  684. [ OK ] Reached target Basic System.
  685. Starting Login Service...
  686. Starting Samba defaults...
  687. Starting Kodi clean debug logs...
  688. Starting Avahi defaults...
  689. Starting Cron defaults...
  690. [ OK ] Started Eventlirc server daemon.
  691. [ OK ] Started PulseAudio Sound System.
  692. [ OK ] Started D-Bus System Message Bus.
  693. Starting Connection service...
  694. [ OK ] Started Samba defaults.
  695. [ OK ] Started Kodi clean debug logs.
  696. [ OK ] Started Avahi defaults.
  697. [ OK ] Started Cron defaults.
  698. [ OK ] Started Connection service.
  699. [ OK ] Started Login Service.
  700. [ OK ] Reached target Network.
  701. Starting RPC bind service...
  702. [ OK ] Reached target Network is Online.
  703. [ OK ] Stopped Udevil mount service.
  704. [ OK ] Stopped Udevil mount service.
  705. [ OK ] Stopped Udevil mount service.
  706. [ OK ] Stopped Udevil mount service.
  707. [ OK ] Stopped Udevil mount service.
  708. [ OK ] Stopped Udevil mount service.
  709. [ OK ] Stopped Udevil mount service.
  710. [ OK ] Stopped Udevil mount service.
  711. [ OK ] Created slice system-udevil\x2dmount.slice.
  712. Starting Udevil mount service...
  713. Starting Udevil mount service...
  714. Starting Udevil mount service...
  715. Starting Udevil mount service...
  716. Starting Udevil mount service...
  717. Starting Udevil mount service...
  718. Starting Udevil mount service...
  719. Starting Udevil mount service...
  720. [ OK ] Reached target Sound Card.
  721. Starting Cron daemon...
  722. [ OK ] Started Avahi Daemon.
  723. Starting Samba configfile writer...
  724. [ OK ] Started RPC bind service.
  725. [ OK ] Started Cron daemon.
  726. [ OK ] Started Samba configfile writer.
  727. Starting WPA supplicant...
  728. Starting ConnMan VPN service...
  729. [ OK ] Stopped Samba SMB Daemon.
  730. Starting Samba configfile writer...
  731. [ OK ] Started Samba configfile writer.
  732. [ OK ] Started ConnMan VPN service.
  733. [ OK ] Started WPA supplicant.
  734. Starting Samba NMB Daemon...
  735. [ OK ] Started Samba NMB Daemon.
  736. Starting Samba SMB Daemon...
  737. [ OK ] Started Samba SMB Daemon.
  738. [ OK ] Started Udevil mount service.
  739. [ OK ] Started Udevil mount service.
  740. [ OK ] Started Udevil mount service.
  741. [ OK ] Started Udevil mount service.
  742. [ OK ] Started Udevil mount service.
  743. [ OK ] Started Udevil mount service.
  744. [ OK ] Started Udevil mount service.
  745. [ OK ] Started Udevil mount service.
  746. [ OK ] Reached target Multi-User System.
  747. [ OK ] Reached target Graphical Interface.
  748. Starting Kodi Media Center...
  749. [ OK ] Started Kodi Media Center.
  750. [ OK ] Reached target Kodi Mediacenter Interface.
  751.  
  752. OpenELEC:~ # ifconfig
  753. eth0 Link encap:Ethernet HWaddr 12:96:FB:FC:5E:A3
  754. inet addr:10.42.0.128 Bcast:10.42.0.255 Mask:255.255.255.0
  755. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  756. RX packets:643 errors:0 dropped:0 overruns:0 frame:0
  757. TX packets:296 errors:0 dropped:0 overruns:0 carrier:0
  758. collisions:0 txqueuelen:1000
  759. RX bytes:881720 (861.0 KiB) TX bytes:35899 (35.0 KiB)
  760. Interrupt:114
  761.  
  762. lo Link encap:Local Loopback
  763. inet addr:127.0.0.1 Mask:255.0.0.0
  764. inet6 addr: ::1%3069437648/128 Scope:Host
  765. UP LOOPBACK RUNNING MTU:16436 Metric:1
  766. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  767. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  768. collisions:0 txqueuelen:0
  769. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  770.  
  771. wlan0 Link encap:Ethernet HWaddr 00:E0:4C:F0:33:0E
  772. UP BROADCAST MULTICAST MTU:1500 Metric:1
  773. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  774. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  775. collisions:0 txqueuelen:1000
  776. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  777.  
  778. OpenELEC:~ # ping google.com
  779. PING google.com (216.58.209.206): 56 data bytes
  780. 64 bytes from 216.58.209.206: seq=0 ttl=52 time=23.520 ms
  781. 64 bytes from 216.58.209.206: seq=1 ttl=52 time=19.691 ms
  782. 64 bytes from 216.58.209.206: seq=2 ttl=52 time=19.361 ms
  783. 64 bytes from 216.58.209.206: seq=3 ttl=52 time=21.143 ms
  784. 64 bytes from 216.58.209.206: seq=4 ttl=52 time=21.387 ms
  785. ^C
  786. --- google.com ping statistics ---
  787. 5 packets transmitted, 5 packets received, 0% packet loss
  788. round-trip min/avg/max = 19.361/21.020/23.520 ms
  789. OpenELEC:~ # lsusb
  790. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  791. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  792. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  793. Bus 003 Device 002: ID 05e3:0718 Genesys Logic, Inc. IDE/SATA Adapter
  794. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  795. Bus 002 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
  796. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  797. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  798. OpenELEC:~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement