Advertisement
Guest User

Untitled

a guest
Mar 8th, 2018
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.10 KB | None | 0 0
  1. U-Boot 2017.11-armbian (Mar 08 2018 - 14:56:00 +0300) Allwinner Technology
  2.  
  3. CPU: Allwinner A64 (SUN50I)
  4. Model: OrangePi Win/Win Plus
  5. DRAM: 2 GiB
  6. MMC: SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
  7. Card did not respond to voltage select!
  8. mmc_init: -95, time 22
  9. *** Warning - MMC init failed, using default environment
  10.  
  11. In: serial
  12. Out: serial
  13. Err: serial
  14. Net: No ethernet found.
  15. starting USB...
  16. USB0: PA: set_value: error: gpio PA0 not reserved
  17. USB EHCI 1.00
  18. USB1: USB OHCI 1.0
  19. scanning bus 0 for devices... 1 USB Device(s) found
  20. scanning usb for storage devices... 0 Storage Device(s) found
  21. Autoboot in 1 seconds, press <Space> to stop
  22. switch to partitions #0, OK
  23. mmc0 is current device
  24. Scanning mmc 0:1...
  25. Found U-Boot script /boot/boot.scr
  26. 3132 bytes read in 187 ms (15.6 KiB/s)
  27. ## Executing script at 4fc00000
  28. U-boot loaded from SD
  29. Boot script loaded from mmc
  30. 104 bytes read in 157 ms (0 Bytes/s)
  31. 24437 bytes read in 281 ms (84 KiB/s)
  32. 3795 bytes read in 297 ms (11.7 KiB/s)
  33. Applying kernel provided DT fixup script (sun50i-a64-fixup.scr)
  34. ## Executing script at 44000000
  35. 4505139 bytes read in 492 ms (8.7 MiB/s)
  36. 12681224 bytes read in 894 ms (13.5 MiB/s)
  37. ## Loading init Ramdisk from Legacy Image at 4fe00000 ...
  38. Image Name: uInitrd
  39. Image Type: AArch64 Linux RAMDisk Image (gzip compressed)
  40. Data Size: 4505075 Bytes = 4.3 MiB
  41. Load Address: 00000000
  42. Entry Point: 00000000
  43. Verifying Checksum ... OK
  44. ## Flattened Device Tree blob at 4fa00000
  45. Booting using the fdt blob at 0x4fa00000
  46. Loading Ramdisk to 49bb4000, end 49fffdf3 ... OK
  47. reserving fdt memory region: addr=4fa00000 size=6c000
  48. Loading Device Tree to 0000000049b45000, end 0000000049bb3fff ... OK
  49.  
  50. Starting kernel ...
  51.  
  52. [ 0.000000] Booting Linux on physical CPU 0x0
  53. [ 0.000000] Linux version 4.14.0-rc7-sunxi64 (root@vl-VirtualBox) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #4 SMP Thu Mar 8 15:00:52 MSK 2018
  54. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  55. [ 0.000000] Machine model: OrangePi Win/Win Plus
  56. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000bc000000, size 64 MiB
  57. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  58. [ 0.000000] NUMA: No NUMA configuration found
  59. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000bfffffff]
  60. [ 0.000000] NUMA: NODE_DATA [mem 0xbbfd3b00-0xbbfd55ff]
  61. [ 0.000000] Zone ranges:
  62. [ 0.000000] DMA [mem 0x0000000040000000-0x00000000bfffffff]
  63. [ 0.000000] Normal empty
  64. [ 0.000000] Movable zone start for each node
  65. [ 0.000000] Early memory node ranges
  66. [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff]
  67. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
  68. [ 0.000000] psci: probing for conduit method from DT.
  69. [ 0.000000] psci: PSCIv0.2 detected in firmware.
  70. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  71. [ 0.000000] psci: Trusted OS migration not required
  72. [ 0.000000] random: fast init done
  73. [ 0.000000] percpu: Embedded 21 pages/cpu @ffff80007bf7c000 s45720 r8192 d32104 u86016
  74. [ 0.000000] Detected VIPT I-cache on CPU0
  75. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  76. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
  77. [ 0.000000] Policy zone: DMA
  78. [ 0.000000] Kernel command line: root=UUID=b3b3a21b-8eee-4666-af0b-cd9d637d77f6 rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 panic=10 consoleblank=0 loglevel=7 ubootpart=39f8038d-01 usb-storage.quirks= earlyprintk=serial,ttyS0,115200 cgroup_enable=memory swapaccount=1
  79. [ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes
  80. [ 0.000000] log_buf_len total cpu_extra contributions: 12288 bytes
  81. [ 0.000000] log_buf_len min size: 16384 bytes
  82. [ 0.000000] log_buf_len: 32768 bytes
  83. [ 0.000000] early log buf free: 13916(84%)
  84. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  85. [ 0.000000] Memory: 1980660K/2097152K available (8894K kernel code, 672K rwdata, 2320K rodata, 448K init, 324K bss, 50956K reserved, 65536K cma-reserved)
  86. [ 0.000000] Virtual kernel memory layout:
  87. [ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB)
  88. [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)
  89. [ 0.000000] .text : 0xffff000008080000 - 0xffff000008930000 ( 8896 KB)
  90. [ 0.000000] .rodata : 0xffff000008930000 - 0xffff000008b80000 ( 2368 KB)
  91. [ 0.000000] .init : 0xffff000008b80000 - 0xffff000008bf0000 ( 448 KB)
  92. [ 0.000000] .data : 0xffff000008bf0000 - 0xffff000008c98008 ( 673 KB)
  93. [ 0.000000] .bss : 0xffff000008c98008 - 0xffff000008ce91d8 ( 325 KB)
  94. [ 0.000000] fixed : 0xffff7dfffe7fd000 - 0xffff7dfffec00000 ( 4108 KB)
  95. [ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)
  96. [ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)
  97. [ 0.000000] 0xffff7e0000000000 - 0xffff7e0002000000 ( 32 MB actual)
  98. [ 0.000000] memory : 0xffff800000000000 - 0xffff800080000000 ( 2048 MB)
  99. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  100. [ 0.000000] Hierarchical RCU implementation.
  101. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  102. [ 0.000000] GIC: Using split EOI/Deactivate mode
  103. [ 0.000000] arch_timer: Enabling global workaround for Freescale erratum a005858
  104. [ 0.000000] arch_timer: CPU0: Trapping CNTVCT access
  105. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  106. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  107. [ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  108. [ 0.000224] Console: colour dummy device 80x25
  109. [ 0.000702] console [tty1] enabled
  110. [ 0.000763] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  111. [ 0.000786] pid_max: default: 32768 minimum: 301
  112. [ 0.000877] Security Framework initialized
  113. [ 0.000895] AppArmor: AppArmor disabled by boot time parameter
  114. [ 0.002176] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
  115. [ 0.002828] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  116. [ 0.002881] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
  117. [ 0.002916] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
  118. [ 0.004118] ASID allocator initialised with 65536 entries
  119. [ 0.004196] Hierarchical SRCU implementation.
  120. [ 0.004617] smp: Bringing up secondary CPUs ...
  121. [ 0.005719] Detected VIPT I-cache on CPU1
  122. [ 0.005765] arch_timer: CPU1: Trapping CNTVCT access
  123. [ 0.005772] CPU1: Booted secondary processor [410fd034]
  124. [ 0.006513] Detected VIPT I-cache on CPU2
  125. [ 0.006538] arch_timer: CPU2: Trapping CNTVCT access
  126. [ 0.006544] CPU2: Booted secondary processor [410fd034]
  127. [ 0.007233] Detected VIPT I-cache on CPU3
  128. [ 0.007255] arch_timer: CPU3: Trapping CNTVCT access
  129. [ 0.007261] CPU3: Booted secondary processor [410fd034]
  130. [ 0.007326] smp: Brought up 1 node, 4 CPUs
  131. [ 0.007404] SMP: Total of 4 processors activated.
  132. [ 0.007417] CPU features: detected feature: 32-bit EL0 Support
  133. [ 0.007543] CPU: All CPU(s) started at EL2
  134. [ 0.007569] alternatives: patching kernel code
  135. [ 0.008829] devtmpfs: initialized
  136. [ 0.013729] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  137. [ 0.013799] futex hash table entries: 1024 (order: 5, 131072 bytes)
  138. [ 0.015987] xor: measuring software checksum speed
  139. [ 0.056112] 8regs : 1566.000 MB/sec
  140. [ 0.096157] 8regs_prefetch: 1396.000 MB/sec
  141. [ 0.136204] 32regs : 1925.000 MB/sec
  142. [ 0.176252] 32regs_prefetch: 1618.000 MB/sec
  143. [ 0.176263] xor: using function: 32regs (1925.000 MB/sec)
  144. [ 0.176284] pinctrl core: initialized pinctrl subsystem
  145. [ 0.177047] NET: Registered protocol family 16
  146. [ 0.178054] cpuidle: using governor menu
  147. [ 0.178658] vdso: 2 pages (1 code @ ffff000008936000, 1 data @ ffff000008bf4000)
  148. [ 0.178683] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  149. [ 0.180677] DMA: preallocated 2048 KiB pool for atomic allocations
  150. [ 0.180752] Serial: AMBA PL011 UART driver
  151. [ 0.189374] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  152. [ 0.256445] raid6: int64x1 gen() 304 MB/s
  153. [ 0.324508] raid6: int64x1 xor() 300 MB/s
  154. [ 0.392607] raid6: int64x2 gen() 464 MB/s
  155. [ 0.460583] raid6: int64x2 xor() 410 MB/s
  156. [ 0.528659] raid6: int64x4 gen() 708 MB/s
  157. [ 0.596734] raid6: int64x4 xor() 520 MB/s
  158. [ 0.664829] raid6: int64x8 gen() 667 MB/s
  159. [ 0.732862] raid6: int64x8 xor() 510 MB/s
  160. [ 0.801021] raid6: neonx1 gen() 495 MB/s
  161. [ 0.869037] raid6: neonx1 xor() 580 MB/s
  162. [ 0.937090] raid6: neonx2 gen() 793 MB/s
  163. [ 1.005177] raid6: neonx2 xor() 822 MB/s
  164. [ 1.073267] raid6: neonx4 gen() 1029 MB/s
  165. [ 1.141308] raid6: neonx4 xor() 983 MB/s
  166. [ 1.209421] raid6: neonx8 gen() 1125 MB/s
  167. [ 1.277461] raid6: neonx8 xor() 1045 MB/s
  168. [ 1.277472] raid6: using algorithm neonx8 gen() 1125 MB/s
  169. [ 1.277483] raid6: .... xor() 1045 MB/s, rmw enabled
  170. [ 1.277493] raid6: using neon recovery algorithm
  171. [ 1.278193] SCSI subsystem initialized
  172. [ 1.278372] usbcore: registered new interface driver usbfs
  173. [ 1.278417] usbcore: registered new interface driver hub
  174. [ 1.278478] usbcore: registered new device driver usb
  175. [ 1.278646] pps_core: LinuxPPS API ver. 1 registered
  176. [ 1.278658] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  177. [ 1.278684] PTP clock support registered
  178. [ 1.278968] Advanced Linux Sound Architecture Driver Initialized.
  179. [ 1.279753] clocksource: Switched to clocksource arch_sys_counter
  180. [ 1.279883] VFS: Disk quotas dquot_6.6.0
  181. [ 1.279945] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  182. [ 1.286167] NET: Registered protocol family 2
  183. [ 1.286686] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  184. [ 1.286901] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
  185. [ 1.287223] TCP: Hash tables configured (established 16384 bind 16384)
  186. [ 1.287375] UDP hash table entries: 1024 (order: 3, 32768 bytes)
  187. [ 1.287447] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
  188. [ 1.287662] NET: Registered protocol family 1
  189. [ 1.288022] RPC: Registered named UNIX socket transport module.
  190. [ 1.288035] RPC: Registered udp transport module.
  191. [ 1.288046] RPC: Registered tcp transport module.
  192. [ 1.288056] RPC: Registered tcp NFSv4.1 backchannel transport module.
  193. [ 1.288259] Unpacking initramfs...
  194. [ 1.541961] Freeing initrd memory: 4396K
  195. [ 1.546405] audit: initializing netlink subsys (disabled)
  196. [ 1.546538] audit: type=2000 audit(1.540:1): state=initialized audit_enabled=0 res=1
  197. [ 1.546797] workingset: timestamp_bits=44 max_order=19 bucket_order=0
  198. [ 1.551673] zbud: loaded
  199. [ 1.553303] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  200. [ 1.553930] NFS: Registering the id_resolver key type
  201. [ 1.553963] Key type id_resolver registered
  202. [ 1.553974] Key type id_legacy registered
  203. [ 1.553992] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  204. [ 1.554005] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  205. [ 1.554823] 9p: Installing v9fs 9p2000 file system support
  206. [ 1.559732] NET: Registered protocol family 38
  207. [ 1.560080] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  208. [ 1.560186] io scheduler noop registered
  209. [ 1.560198] io scheduler deadline registered
  210. [ 1.560406] io scheduler cfq registered (default)
  211. [ 1.560419] io scheduler mq-deadline registered
  212. [ 1.560430] io scheduler kyber registered
  213. [ 1.560473] io scheduler bfq registered
  214. [ 1.561110] sun4i-usb-phy 1c19400.phy: failed to get clock usb0_phy
  215. [ 1.563941] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  216. [ 1.565613] sunxi-de2-clks 1000000.clock: Error couldn't map SRAM to device
  217. [ 1.568739] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  218. [ 1.569497] dw-apb-uart 1c28000.serial: could not find pctldev for node /soc/pinctrl@1c20800/uart0@0, deferring probe
  219. [ 1.570018] cacheinfo: Unable to detect cache hierarchy for CPU 0
  220. [ 1.574460] loop: module loaded
  221. [ 1.575053] libphy: Fixed MDIO Bus: probed
  222. [ 1.575537] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  223. [ 1.575552] ehci-platform: EHCI generic platform driver
  224. [ 1.575789] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  225. [ 1.575811] ohci-platform: OHCI generic platform driver
  226. [ 1.576001] usbcore: registered new interface driver usb-storage
  227. [ 1.576236] mousedev: PS/2 mouse device common for all mice
  228. [ 1.576633] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  229. [ 1.576649] sun6i-rtc 1f00000.rtc: RTC enabled
  230. [ 1.576704] i2c /dev entries driver
  231. [ 1.577974] sdhci: Secure Digital Host Controller Interface driver
  232. [ 1.577989] sdhci: Copyright(c) Pierre Ossman
  233. [ 1.578019] Synopsys Designware Multimedia Card Interface Driver
  234. [ 1.578283] sunxi-mmc 1c0f000.mmc: could not find pctldev for node /soc/pinctrl@1c20800/mmc0-pins, deferring probe
  235. [ 1.578370] sdhci-pltfm: SDHCI platform and OF driver helper
  236. [ 1.580618] ------------[ cut here ]------------
  237. [ 1.583064] WARNING: CPU: 0 PID: 29 at drivers/clocksource/arm_arch_timer.c:222 fsl_a008585_read_cntvct_el0+0x28/0x30
  238. [ 1.585253] Modules linked in:
  239. [ 1.587391] CPU: 0 PID: 29 Comm: kworker/0:1 Not tainted 4.14.0-rc7-sunxi64 #4
  240. [ 1.589481] Hardware name: OrangePi Win/Win Plus (DT)
  241. [ 1.591585] Workqueue: events dbs_work_handler
  242. [ 1.593674] task: ffff800079108d80 task.stack: ffff0000090c8000
  243. [ 1.595818] PC is at fsl_a008585_read_cntvct_el0+0x28/0x30
  244. [ 1.598000] LR is at __delay+0xa0/0xb0
  245. [ 1.599983] pc : [<ffff000008775338>] lr : [<ffff000008909440>] pstate: 80000045
  246. [ 1.602071] sp : ffff0000090cbaa0
  247. [ 1.603972] x29: ffff0000090cbaa0 x28: 0000000000000000
  248. [ 1.606097] x27: 0000000000000000 x26: ffff000008a9ce78
  249. [ 1.608055] hrtimer: interrupt took 21604625 ns
  250. [ 1.609955] x25: 0000000000000000 x24: 00000000ffffffff
  251. [ 1.612022] x23: 0000000000000001 x22: ffff0000090cbbd8
  252. [ 1.614157] x21: 0000000000000000 x20: 0000000000000000
  253. [ 1.616277] x19: 0000000000000018 x18: 0000000000000004
  254. [ 1.618354] x17: 0000000000000018 x16: 0000000000000002
  255. [ 1.620472] x15: 0000000000000001 x14: 0000000000000001
  256. [ 1.622533] x13: 0000000000000001 x12: 0000000000000005
  257. [ 1.624619] x11: 0000000000000021 x10: 00000000bcd3d800
  258. [ 1.626663] x9 : 0000000000000004 x8 : 0000000044aa2000
  259. [ 1.628762] x7 : 0000000000000003 x6 : 0000000000000010
  260. [ 1.630826] x5 : 000000000000002e x4 : 0000000000000010
  261. [ 1.632912] x3 : 0000000000000050 x2 : 00000000100796cf
  262. [ 1.635014] x1 : 0000000000000000 x0 : 00000000100796cf
  263. [ 1.637163] Call trace:
  264. [ 1.639093] Exception stack(0xffff0000090cb960 to 0xffff0000090cbaa0)
  265. [ 1.641165] b960: 00000000100796cf 0000000000000000 00000000100796cf 0000000000000050
  266. [ 1.643369] b980: 0000000000000010 000000000000002e 0000000000000010 0000000000000003
  267. [ 1.645532] b9a0: 0000000044aa2000 0000000000000004 00000000bcd3d800 0000000000000021
  268. [ 1.647787] b9c0: 0000000000000005 0000000000000001 0000000000000001 0000000000000001
  269. [ 1.650009] b9e0: 0000000000000002 0000000000000018 0000000000000004 0000000000000018
  270. [ 1.652273] ba00: 0000000000000000 0000000000000000 ffff0000090cbbd8 0000000000000001
  271. [ 1.654444] ba20: 00000000ffffffff 0000000000000000 ffff000008a9ce78 0000000000000000
  272. [ 1.656603] ba40: 0000000000000000 ffff0000090cbaa0 ffff000008909440 ffff0000090cbaa0
  273. [ 1.658843] ba60: ffff000008775338 0000000080000045 ffff0000090cbb60 ffff800079807100
  274. [ 1.661002] ba80: ffffffffffffffff ffff8000786c6700 ffff0000090cbaa0 ffff000008775338
  275. [ 1.663243] [<ffff000008775338>] fsl_a008585_read_cntvct_el0+0x28/0x30
  276. [ 1.665394] [<ffff0000089094b0>] __udelay+0x28/0x30
  277. [ 1.667488] [<ffff0000085a2898>] ccu_mux_notifier_cb+0x60/0xa0
  278. [ 1.669641] [<ffff0000080ca5b4>] notifier_call_chain+0x54/0x98
  279. [ 1.671749] [<ffff0000080ca904>] __srcu_notifier_call_chain+0x54/0x80
  280. [ 1.673863] [<ffff0000080ca944>] srcu_notifier_call_chain+0x14/0x20
  281. [ 1.675983] [<ffff000008597a2c>] __clk_notify+0x74/0x98
  282. [ 1.678099] [<ffff000008597ba0>] clk_propagate_rate_change+0xa0/0xe0
  283. [ 1.680260] [<ffff000008599af0>] clk_core_set_rate_nolock+0x58/0xd0
  284. [ 1.682328] [<ffff000008599b98>] clk_set_rate+0x30/0x50
  285. [ 1.684425] [<ffff00000864aec8>] dev_pm_opp_set_rate+0x298/0x3e8
  286. [ 1.686542] [<ffff000008747750>] set_target+0x30/0x38
  287. [ 1.688704] [<ffff0000087414b8>] __cpufreq_driver_target+0x160/0x538
  288. [ 1.690830] [<ffff000008745df8>] od_dbs_update+0x140/0x1a0
  289. [ 1.692957] [<ffff00000874695c>] dbs_work_handler+0x3c/0x70
  290. [ 1.695037] [<ffff0000080c2cbc>] process_one_work+0x1d4/0x338
  291. [ 1.697189] [<ffff0000080c2e64>] worker_thread+0x44/0x488
  292. [ 1.699467] [<ffff0000080c8fc4>] kthread+0x12c/0x130
  293. [ 1.701522] [<ffff0000080841d8>] ret_from_fork+0x10/0x18
  294. [ 1.703662] ---[ end trace e1af24b19195fdf0 ]---
  295. [ 1.782441] ledtrig-cpu: registered to indicate activity on CPUs
  296. [ 1.782611] hidraw: raw HID events driver (C) Jiri Kosina
  297. [ 1.782770] usbcore: registered new interface driver usbhid
  298. [ 1.782778] usbhid: USB HID core driver
  299. [ 1.783027] ip_tables: (C) 2000-2006 Netfilter Core Team
  300. [ 1.783344] NET: Registered protocol family 10
  301. [ 1.828686] Segment Routing with IPv6
  302. [ 1.828770] NET: Registered protocol family 17
  303. [ 1.828831] 8021q: 802.1Q VLAN Support v1.8
  304. [ 1.828875] 9pnet: Installing 9P2000 support
  305. [ 1.828952] Key type dns_resolver registered
  306. [ 1.829495] registered taskstats version 1
  307. [ 1.829576] zswap: loaded using pool lzo/zbud
  308. [ 1.830482] Btrfs loaded, crc32c=crc32c-arm64-ce
  309. [ 1.842459] Key type encrypted registered
  310. [ 1.849597] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  311. [ 1.850722] console [ttyS0] disabled
  312. [ 1.897785] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 13, base_baud = 1500000) is a U6_16550A
  313. [ 3.370276] console [ttyS0] enabled
  314. [ 3.374214] ehci-platform 1c1b000.usb: EHCI Host Controller
  315. [ 3.379814] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
  316. [ 3.388093] ehci-platform 1c1b000.usb: irq 8, io mem 0x01c1b000
  317. [ 3.443420] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  318. [ 3.458027] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  319. [ 3.464809] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  320. [ 3.472038] usb usb1: Product: EHCI Host Controller
  321. [ 3.476919] usb usb1: Manufacturer: Linux 4.14.0-rc7-sunxi64 ehci_hcd
  322. [ 3.483357] usb usb1: SerialNumber: 1c1b000.usb
  323. [ 3.488262] hub 1-0:1.0: USB hub found
  324. [ 3.492039] hub 1-0:1.0: 1 port detected
  325. [ 3.496436] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  326. [ 3.503067] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 2
  327. [ 3.510961] ohci-platform 1c1b400.usb: irq 9, io mem 0x01c1b400
  328. [ 3.579892] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  329. [ 3.586682] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  330. [ 3.593905] usb usb2: Product: Generic Platform OHCI controller
  331. [ 3.599827] usb usb2: Manufacturer: Linux 4.14.0-rc7-sunxi64 ohci_hcd
  332. [ 3.606266] usb usb2: SerialNumber: 1c1b400.usb
  333. [ 3.611099] hub 2-0:1.0: USB hub found
  334. [ 3.614872] hub 2-0:1.0: 1 port detected
  335. [ 3.619783] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  336. [ 3.682867] sunxi-mmc 1c0f000.mmc: base:0xffff000009025000 irq:7
  337. [ 3.689901] of_cfs_init
  338. [ 3.699533] of_cfs_init: OK
  339. [ 3.702457] ALSA device list:
  340. [ 3.705427] No soundcards found.
  341. [ 3.709261] Freeing unused kernel memory: 448K
  342. Loading, please wait...
  343. [ 3.783608] mmc0: host does not support reading read-only switch, assuming write-enable
  344. starting version 232
  345. [ 3.832156] mmc0: new high speed SDHC card at address aaaa
  346. [ 3.838231] mmcblk0: mmc0:aaaa SB32G 29.7 GiB
  347. [ 3.891683] mmcblk0: p1
  348. Begin: Loading essential drivers ... done.
  349. Begin: Running /scripts/init-premount ... done.
  350. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  351. Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
  352. done.
  353. Begin: Will now check root file system ... fsck from util-linux 2.29.2
  354. [/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1
  355. /dev/mmcblk0p1: clean, 36390/81760 files, 261010/326656 blocks
  356. done.
  357. [ 10.151330] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  358. done.
  359. Begin: Running /scripts/local-bottom ... done.
  360. Begin: Running /scripts/init-bottom ... done.
  361. [ 16.583312] systemd[1]: System time before build time, advancing clock.
  362. [ 17.035190] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  363. [ 17.053518] systemd[1]: Detected architecture arm64.
  364.  
  365. Welcome to Debian GNU/Linux 9 (stretch)!
  366.  
  367. [ 17.175430] systemd[1]: Set hostname to <orangepiwin>.
  368. [ 20.185965] swapper/1[0]: undefined instruction: pc=ffff000008106594
  369. [ 20.192332] Code: f900069f 79400280 11000400 489ffe80 (d50342ff)
  370. [ 20.198420] Internal error: undefined instruction: 0 [#1] SMP
  371. [ 20.204158] Modules linked in:
  372. [ 20.207216] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G W 4.14.0-rc7-sunxi64 #4
  373. [ 20.215383] Hardware name: OrangePi Win/Win Plus (DT)
  374. [ 20.220428] task: ffff800079ba0d80 task.stack: ffff000009000000
  375. [ 20.226350] PC is at run_timer_softirq+0x174/0x180
  376. [ 20.231136] LR is at run_timer_softirq+0x120/0x180
  377. [ 20.235920] pc : [<ffff000008106594>] lr : [<ffff000008106540>] pstate: 000001c5
  378. [ 20.243306] sp : ffff00000800be50
  379. [ 20.246616] x29: ffff00000800be50 x28: 00000000000000a0
  380. [ 20.251922] x27: ffff000008bf5180 x26: ffff800079ba0d80
  381. [ 20.257228] x25: 0000000000000005 x24: 0000000000000100
  382. [ 20.262534] x23: 0000000000000010 x22: 0000000000000008
  383. [ 20.267841] x21: ffff000008bf6000 x20: ffff80007bf94880
  384. [ 20.273147] x19: 00000000ffffffff x18: 0000000000000004
  385. [ 20.278453] x17: 0000000000000001 x16: 0000000000000001
  386. [ 20.283759] x15: 0000000000000000 x14: 0000000000000000
  387. [ 20.289065] x13: ffff0000089388d8 x12: 0000000000000014
  388. [ 20.294372] x11: 0000000000000001 x10: ffff00000800be90
  389. [ 20.299679] x9 : 0000000000000000 x8 : 000000000000003c
  390. [ 20.304985] x7 : ffff80007bf948f0 x6 : 0000000000000000
  391. [ 20.310291] x5 : 0000000000000040 x4 : 000000001fffddd7
  392. [ 20.315598] x3 : 0000000000000000 x2 : 1000000000000000
  393. [ 20.320904] x1 : ffffffffffffffff x0 : 00000000000009b3
  394. [ 20.326211] Process swapper/1 (pid: 0, stack limit = 0xffff000009000000)
  395. [ 20.332902] Call trace:
  396. [ 20.335347] Exception stack(0xffff00000800bd10 to 0xffff00000800be50)
  397. [ 20.341780] bd00: 00000000000009b3 ffffffffffffffff
  398. [ 20.349602] bd20: 1000000000000000 0000000000000000 000000001fffddd7 0000000000000040
  399. [ 20.357423] bd40: 0000000000000000 ffff80007bf948f0 000000000000003c 0000000000000000
  400. [ 20.365244] bd60: ffff00000800be90 0000000000000001 0000000000000014 ffff0000089388d8
  401. [ 20.373065] bd80: 0000000000000000 0000000000000000 0000000000000001 0000000000000001
  402. [ 20.380886] bda0: 0000000000000004 00000000ffffffff ffff80007bf94880 ffff000008bf6000
  403. [ 20.388707] bdc0: 0000000000000008 0000000000000010 0000000000000100 0000000000000005
  404. [ 20.396528] bde0: ffff800079ba0d80 ffff000008bf5180 00000000000000a0 ffff00000800be50
  405. [ 20.404349] be00: ffff000008106540 ffff00000800be50 ffff000008106594 00000000000001c5
  406. [ 20.412171] be20: ffff00000800be50 ffff000008106540 0001000000000000 ffff80007bf94880
  407. [ 20.419991] be40: ffff00000800be50 ffff000008106594
  408. [ 20.424864] [<ffff000008106594>] run_timer_softirq+0x174/0x180
  409. [ 20.430693] [<ffff00000808104c>] __do_softirq+0x124/0x218
  410. [ 20.436088] [<ffff0000080b0850>] irq_exit+0xc0/0xf0
  411. [ 20.440963] [<ffff0000080f2b10>] __handle_domain_irq+0x60/0xb0
  412. [ 20.446789] [<ffff000008080d58>] gic_handle_irq+0x58/0xa8
  413. [ 20.452180] Exception stack(0xffff000009003d80 to 0xffff000009003ec0)
  414. [ 20.458614] 3d80: 0000000000001adf ffff80007938c420 0000000000000000 00008000733b4000
  415. [ 20.466436] 3da0: ffff80007bf9b9b8 0000000000000174 00000000000003f6 00000000fffeeeb5
  416. [ 20.474257] 3dc0: ffff800079ba1760 ffff000009003ee0 0000000000000980 0000000000000006
  417. [ 20.482078] 3de0: 0000000000000001 0000000000000001 0000000000000000 0000000000000001
  418. [ 20.489899] 3e00: 0000000000000001 0000000000000001 0000000000000004 ffff80007bf9b000
  419. [ 20.497720] 3e20: ffff80007820f100 ffff80007938c380 ffff800079ba0d80 0000000000000001
  420. [ 20.505541] 3e40: ffff00000891e040 ffff800079ba1380 0000000000000000 0000000000000000
  421. [ 20.513362] 3e60: 0000000000000000 ffff000009003ec0 ffff00000891e040 ffff000009003ec0
  422. [ 20.521184] 3e80: ffff0000080cea64 0000000060000145 ffff000008bf8000 ffff0000089386d8
  423. [ 20.529005] 3ea0: ffffffffffffffff ffff00000891e774 ffff000009003ec0 ffff0000080cea64
  424. [ 20.536827] [<ffff0000080828f0>] el1_irq+0xb0/0x140
  425. [ 20.541702] [<ffff0000080cea64>] finish_task_switch+0x6c/0x1a8
  426. [ 20.547532] [<ffff00000891e040>] __schedule+0x188/0x580
  427. [ 20.552751] [<ffff00000891e774>] schedule_idle+0x1c/0x38
  428. [ 20.558059] [<ffff0000080e5b40>] do_idle+0xd0/0x1d8
  429. [ 20.562931] [<ffff0000080e5dbc>] cpu_startup_entry+0x24/0x28
  430. [ 20.568586] [<ffff00000808e038>] secondary_start_kernel+0xf8/0x108
  431. [ 20.574759] Code: f900069f 79400280 11000400 489ffe80 (d50342ff)
  432. [ 20.580846] ---[ end trace e1af24b19195fdf2 ]---
  433. [ 20.585458] Kernel panic - not syncing: Fatal exception in interrupt
  434. [ 20.591805] SMP: stopping secondary CPUs
  435. [ 20.595723] Kernel Offset: disabled
  436. [ 20.599208] CPU features: 0x002004
  437. [ 20.602603] Memory Limit: none
  438. [ 20.605655] Rebooting in 10 seconds..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement