Advertisement
hanni76

Untitled

Feb 11th, 2018
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.61 KB | None | 0 0
  1. U-Boot SPL 2018.03-rc1-dirty (Feb 10 2018 - 18:00:32 +0300)
  2. DRAM: 1024 MiB
  3. Trying to boot from MMC1
  4.  
  5.  
  6. U-Boot 2018.03-rc1-dirty (Feb 10 2018 - 18:00:32 +0300) Allwinner Technology
  7.  
  8. CPU: Allwinner A31s (SUN6I)
  9. Model: Sinovoip BPI-M2
  10. DRAM: 1 GiB
  11. MMC: SUNXI SD/MMC: 0
  12. Loading Environment from FAT... Unable to use mmc 0:1... Failed (-5)
  13. Loading Environment from MMC... *** Warning - bad CRC, using default environment
  14.  
  15. OK
  16. HDMI connected: Setting up a 1280x1024 hdmi console (overscan 0x0)
  17. In: serial
  18. Out: vga
  19. Err: vga
  20. Net: eth0: ethernet@01c30000
  21. starting USB...
  22. USB0: USB EHCI 1.00
  23. USB1: USB OHCI 1.0
  24. scanning bus 0 for devices... 2 USB Device(s) found
  25. scanning usb for storage devices... 0 Storage 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/boot.scr
  31. 2153 bytes read in 118 ms (17.6 KiB/s)
  32. ## Executing script at 43100000
  33. Boot script loaded from mmc
  34. 80 bytes read in 103 ms (0 Bytes/s)
  35. 3822216 bytes read in 312 ms (11.7 MiB/s)
  36. 37673 bytes read in 127 ms (289.1 KiB/s)
  37. ** No boot file defined **
  38. 2367 bytes read in 178 ms (12.7 KiB/s)
  39. Applying kernel provided DT fixup script (sun6i-a31s-fixup.scr)
  40. ## Executing script at 44000000
  41. ## Flattened Device Tree blob at 43000000
  42. Booting using the fdt blob at 0x43000000
  43. reserving fdt memory region: addr=43000000 size=6f000
  44. Loading Device Tree to 49f8e000, end 49ffffff ... OK
  45.  
  46. Starting kernel ...
  47.  
  48. [ 0.000000] Booting Linux on physical CPU 0x0
  49. [ 0.000000] Linux version 4.15.0-sunxi-dirty (sergey@hanniubuntu) (gcc version 6.4.1 20171012 (Linaro GCC 6.4-2017.11)) #68 SMP Sun Feb 11 10:38:58
  50. [ 0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d
  51. [ 0.000000] CPU: div instructions available: patching division code
  52. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  53. [ 0.000000] OF: fdt: Machine model: Sinovoip BPI-M2
  54. [ 0.000000] Memory policy: Data cache writealloc
  55. [ 0.000000] cma: Reserved 128 MiB at 0x77800000
  56. [ 0.000000] psci: probing for conduit method from DT.
  57. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  58. [ 0.000000] random: fast init done
  59. [ 0.000000] percpu: Embedded 16 pages/cpu @(ptrval) s33548 r8192 d23796 u65536
  60. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 259328
  61. [ 0.000000] Kernel command line: earlyprintk loglevel=7 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait panic=10 consoleblank=0 console=tty1 console=
  62. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  63. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  64. [ 0.000000] Memory: 892732K/1043456K available (6144K kernel code, 378K rwdata, 1444K rodata, 1024K init, 254K bss, 19652K reserved, 131072K cma-r)
  65. [ 0.000000] Virtual kernel memory layout:
  66. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  67. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  68. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  69. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  70. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  71. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  72. [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (7136 kB)
  73. [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  74. [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 379 kB)
  75. [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 255 kB)
  76. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  77. [ 0.000000] Hierarchical RCU implementation.
  78. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  79. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  80. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  81. [ 0.000000] GIC: Using split EOI/Deactivate mode
  82. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  83. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  84. [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  85. [ 0.000017] Switching to timer-based delay loop, resolution 41ns
  86. [ 0.000212] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  87. [ 0.000348] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
  88. [ 0.000645] Console: colour dummy device 80x30
  89. [ 0.001012] console [tty1] enabled
  90. [ 0.001047] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  91. [ 0.001072] pid_max: default: 32768 minimum: 301
  92. [ 0.001179] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  93. [ 0.001205] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  94. [ 0.001708] CPU: Testing write buffer coherency: ok
  95. [ 0.001987] /cpus/cpu@0 missing clock-frequency property
  96. [ 0.002011] /cpus/cpu@1 missing clock-frequency property
  97. [ 0.002030] /cpus/cpu@2 missing clock-frequency property
  98. [ 0.002050] /cpus/cpu@3 missing clock-frequency property
  99. [ 0.002067] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  100. [ 0.002358] Setting up static identity map for 0x40100000 - 0x40100060
  101. [ 0.002457] Hierarchical SRCU implementation.
  102. [ 0.002924] smp: Bringing up secondary CPUs ...
  103. [ 0.013441] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  104. [ 0.023998] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  105. [ 0.034526] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  106. [ 0.034593] smp: Brought up 1 node, 4 CPUs
  107. [ 0.034640] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  108. [ 0.034653] CPU: All CPU(s) started in HYP mode.
  109. [ 0.034663] CPU: Virtualization extensions available.
  110. [ 0.035355] devtmpfs: initialized
  111. [ 0.041522] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 3
  112. [ 0.041716] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  113. [ 0.041747] futex hash table entries: 1024 (order: 4, 65536 bytes)
  114. [ 0.045494] pinctrl core: initialized pinctrl subsystem
  115. [ 0.046277] NET: Registered protocol family 16
  116. [ 0.047431] DMA: preallocated 256 KiB pool for atomic coherent allocations
  117. [ 0.048331] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  118. [ 0.048353] hw-breakpoint: maximum watchpoint size is 8 bytes.
  119. [ 0.059921] SCSI subsystem initialized
  120. [ 0.060262] usbcore: registered new interface driver usbfs
  121. [ 0.060311] usbcore: registered new interface driver hub
  122. [ 0.060365] usbcore: registered new device driver usb
  123. [ 0.060515] pps_core: LinuxPPS API ver. 1 registered
  124. [ 0.060529] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  125. [ 0.060561] PTP clock support registered
  126. [ 0.060741] Advanced Linux Sound Architecture Driver Initialized.
  127. [ 0.061428] clocksource: Switched to clocksource arch_sys_counter
  128. [ 0.062023] simple-framebuffer 7fb00000.framebuffer: framebuffer at 0x7fb00000, 0x500000 bytes, mapped to 0x985e4fce
  129. [ 0.062053] simple-framebuffer 7fb00000.framebuffer: format=x8r8g8b8, mode=1280x1024x32, linelength=5120
  130. [ 0.082968] Console: switching to colour frame buffer device 160x64
  131. [ 0.103559] simple-framebuffer 7fb00000.framebuffer: fb0: simplefb registered!
  132. [ 0.109707] NET: Registered protocol family 2
  133. [ 0.110227] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  134. [ 0.110489] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  135. [ 0.110761] TCP: Hash tables configured (established 8192 bind 8192)
  136. [ 0.111014] UDP hash table entries: 512 (order: 2, 16384 bytes)
  137. [ 0.111210] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  138. [ 0.111564] NET: Registered protocol family 1
  139. [ 0.111955] RPC: Registered named UNIX socket transport module.
  140. [ 0.112111] RPC: Registered udp transport module.
  141. [ 0.112232] RPC: Registered tcp transport module.
  142. [ 0.112352] RPC: Registered tcp NFSv4.1 backchannel transport module.
  143. [ 0.113027] hw perfevents: no interrupt-affinity property for /pmu, guessing.
  144. [ 0.113484] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  145. [ 0.114705] Initialise system trusted keyrings
  146. [ 0.114944] workingset: timestamp_bits=30 max_order=18 bucket_order=0
  147. [ 0.119716] NFS: Registering the id_resolver key type
  148. [ 0.119873] Key type id_resolver registered
  149. [ 0.119983] Key type id_legacy registered
  150. [ 0.120931] Key type asymmetric registered
  151. [ 0.121048] Asymmetric key parser 'x509' registered
  152. [ 0.121211] bounce: pool size: 64 pages
  153. [ 0.121349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  154. [ 0.121604] io scheduler noop registered
  155. [ 0.121710] io scheduler deadline registered
  156. [ 0.121997] io scheduler cfq registered (default)
  157. [ 0.122124] io scheduler mq-deadline registered
  158. [ 0.122241] io scheduler kyber registered
  159. [ 0.127526] sun6i-a31-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  160. [ 0.127917] sun6i-a31-r-pinctrl 1f02c00.pinctrl: Reset controller missing
  161. [ 0.170717] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  162. [ 0.172936] console [ttyS0] disabled
  163. [ 0.193178] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 45, base_baud = 1500000) is a U6_16550A
  164. [ 0.908106] console [ttyS0] enabled
  165. [ 0.921667] libphy: Fixed MDIO Bus: probed
  166. [ 0.933048] CAN device driver interface
  167. [ 0.944632] sun7i-dwmac 1c30000.ethernet: PTP uses main clock
  168. [ 0.958123] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  169. [ 0.971968] ehci-platform: EHCI generic platform driver
  170. [ 0.984597] ehci-platform 1c1a000.usb: EHCI Host Controller
  171. [ 0.997384] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  172. [ 1.012538] ehci-platform 1c1a000.usb: irq 34, io mem 0x01c1a000
  173. [ 1.051447] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  174. [ 1.065202] hub 1-0:1.0: USB hub found
  175. [ 1.076024] hub 1-0:1.0: 1 port detected
  176. [ 1.087273] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  177. [ 1.100434] ohci-platform: OHCI generic platform driver
  178. [ 1.112732] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  179. [ 1.126290] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  180. [ 1.141134] ohci-platform 1c1a400.usb: irq 35, io mem 0x01c1a400
  181. [ 1.225933] hub 2-0:1.0: USB hub found
  182. [ 1.236658] hub 2-0:1.0: 1 port detected
  183. [ 1.248829] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  184. [ 1.262669] sun6i-rtc 1f00000.rtc: RTC enabled
  185. [ 1.274222] i2c /dev entries driver
  186. [ 1.284817] i2c-sunxi-p2wi 1f03400.i2c: could not find pctldev for node /soc@1c00000/pinctrl@1f02c00/p2wi, deferring probe
  187. [ 1.303623] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  188. [ 1.319062] pwrseq_simple mmc2_pwrseq: could not find pctldev for node /soc@1c00000/pinctrl@1f02c00/mmc2_pwrseq_pin@0, deferring probe
  189. [ 1.339954] sun4i-ss 1c15000.crypto-engine: Die ID 5
  190. [ 1.353488] usbcore: registered new interface driver usbhid
  191. [ 1.366430] usbhid: USB HID core driver
  192. [ 1.378609] NET: Registered protocol family 17
  193. [ 1.390276] can: controller area network core (rev 20170425 abi 9)
  194. [ 1.403716] NET: Registered protocol family 29
  195. [ 1.415296] can: raw protocol (rev 20170425)
  196. [ 1.426625] can: broadcast manager protocol (rev 20170425 t)
  197. [ 1.439348] can: netlink gateway (rev 20170425) max_hops=1
  198. [ 1.451446] usb 1-1: new high-speed USB device number 2 using ehci-platform
  199. [ 1.466094] Key type dns_resolver registered
  200. [ 1.477628] Registering SWP/SWPB emulation handler
  201. [ 1.489815] Loading compiled-in X.509 certificates
  202. [ 1.509308] sun6i-a31-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  203. [ 1.524118] sun7i-dwmac 1c30000.ethernet: PTP uses main clock
  204. [ 1.537878] axp20x-i2c 0-0068: AXP20x variant AXP221 found
  205. [ 1.575452] input: axp20x-pek as /devices/platform/soc@1c00000/1f03400.i2c/i2c-0/0-0068/axp221-pek/input/input0
  206. [ 1.593877] dcdc1: supplied by regulator-dummy
  207. [ 1.606983] dcdc2: supplied by regulator-dummy
  208. [ 1.619421] dcdc3: supplied by regulator-dummy
  209. [ 1.631739] dcdc4: supplied by regulator-dummy
  210. [ 1.643915] dcdc5: supplied by regulator-dummy
  211. [ 1.652546] hub 1-1:1.0: USB hub found
  212. [ 1.652695] hub 1-1:1.0: 4 ports detected
  213. [ 1.677613] dc1sw: supplied by vdd-3v0
  214. [ 1.688982] dc5ldo: supplied by vcc-dram
  215. [ 1.700518] aldo1: supplied by regulator-dummy
  216. [ 1.712596] aldo2: supplied by regulator-dummy
  217. [ 1.724408] vcc-gmac: Bringing 1800000uV into 2500000-2500000uV
  218. [ 1.737855] aldo3: supplied by regulator-dummy
  219. [ 1.750426] eldo1: supplied by vdd-3v0
  220. [ 1.761569] vdd-csi: Bringing 700000uV into 1800000-1800000uV
  221. [ 1.774956] eldo2: supplied by vdd-3v0
  222. [ 1.786331] eldo3: supplied by vdd-3v0
  223. [ 1.797613] dldo1: supplied by regulator-dummy
  224. [ 1.809515] dldo2: supplied by regulator-dummy
  225. [ 1.821170] avdd-csi: Bringing 700000uV into 2800000-2800000uV
  226. [ 1.834394] dldo3: supplied by regulator-dummy
  227. [ 1.845997] vcc-pb: Bringing 700000uV into 3300000-3300000uV
  228. [ 1.859496] dldo4: supplied by regulator-dummy
  229. [ 1.871198] rtc_ldo: supplied by regulator-dummy
  230. [ 1.882545] ldo_io0: supplied by regulator-dummy
  231. [ 1.894887] ldo_io1: supplied by regulator-dummy
  232. [ 1.906993] vcc-pm-cpus: Bringing 3800000uV into 1800000-1800000uV
  233. [ 1.921450] drivevbus: supplied by regulator-dummy
  234. [ 1.935457] axp20x-i2c 0-0068: AXP20X driver loaded
  235. [ 1.948638] sunxi-mmc 1c0f000.mmc: Got CD GPIO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement