Advertisement
Guest User

Untitled

a guest
Jun 28th, 2019
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.74 KB | None | 0 0
  1. Starting kernel ...
  2.  
  3. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  4. [ 0.000000] Linux version 5.2.0-rc5-00002-g4ba9ad7-dirty (marek@nb) (gcc version 6.3.1 20170109 (Linaro GCC 6.3-2017.02)) #10 SMP PREEMPT Fri Jun 28 14:46:54 CEST 2019
  5. [ 0.000000] Machine model: FriendlyARM NanoPi NEO Plus2
  6. [ 0.000000] efi: Getting EFI parameters from FDT:
  7. [ 0.000000] efi: UEFI not found.
  8. [ 0.000000] cma: Reserved 16 MiB at 0x000000007f000000
  9. [ 0.000000] psci: probing for conduit method from DT.
  10. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  11. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  12. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  13. [ 0.000000] psci: SMC Calling Convention v1.1
  14. [ 0.000000] percpu: Embedded 21 pages/cpu s49112 r8192 d28712 u86016
  15. [ 0.000000] Detected VIPT I-cache on CPU0
  16. [ 0.000000] CPU features: detected: ARM erratum 845719
  17. [ 0.000000] Speculative Store Bypass Disable mitigation not required
  18. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
  19. [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
  20. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  21. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  22. [ 0.000000] Memory: 991424K/1048576K available (9532K kernel code, 1464K rwdata, 4672K rodata, 4096K init, 359K bss, 40768K reserved, 16384K cma-reserved)
  23. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  24. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  25. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  26. [ 0.000000] Tasks RCU enabled.
  27. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  28. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  29. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  30. [ 0.000000] GIC: Using split EOI/Deactivate mode
  31. [ 0.000000] random: get_random_bytes called from start_kernel+0x2c4/0x46c with crng_init=0
  32. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  33. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  34. [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  35. [ 0.000176] Console: colour dummy device 80x25
  36. [ 0.000228] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  37. [ 0.000242] pid_max: default: 32768 minimum: 301
  38. [ 0.000381] LSM: Security Framework initializing
  39. [ 0.000467] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  40. [ 0.000487] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  41. [ 0.001075] *** VALIDATE proc ***
  42. [ 0.001345] *** VALIDATE cgroup1 ***
  43. [ 0.001356] *** VALIDATE cgroup2 ***
  44. [ 0.024051] ASID allocator initialised with 32768 entries
  45. [ 0.032040] rcu: Hierarchical SRCU implementation.
  46. [ 0.041465] EFI services will not be available.
  47. [ 0.048080] smp: Bringing up secondary CPUs ...
  48. [ 0.080977] Detected VIPT I-cache on CPU1
  49. [ 0.081047] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  50. [ 0.112679] Detected VIPT I-cache on CPU2
  51. [ 0.112718] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  52. [ 0.144703] Detected VIPT I-cache on CPU3
  53. [ 0.144737] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  54. [ 0.144817] smp: Brought up 1 node, 4 CPUs
  55. [ 0.144839] SMP: Total of 4 processors activated.
  56. [ 0.144847] CPU features: detected: 32-bit EL0 Support
  57. [ 0.144856] CPU features: detected: CRC32 instructions
  58. [ 0.145363] CPU: All CPU(s) started at EL2
  59. [ 0.145389] alternatives: patching kernel code
  60. [ 0.147103] devtmpfs: initialized
  61. [ 0.151759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  62. [ 0.151781] futex hash table entries: 1024 (order: 4, 65536 bytes)
  63. [ 0.152727] pinctrl core: initialized pinctrl subsystem
  64. [ 0.154124] DMI not present or invalid.
  65. [ 0.154627] NET: Registered protocol family 16
  66. [ 0.155066] audit: initializing netlink subsys (disabled)
  67. [ 0.155319] audit: type=2000 audit(0.152:1): state=initialized audit_enabled=0 res=1
  68. [ 0.156337] cpuidle: using governor menu
  69. [ 0.156680] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  70. [ 0.162204] DMA: preallocated 256 KiB pool for atomic allocations
  71. [ 0.163173] Serial: AMBA PL011 UART driver
  72. [ 0.179347] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  73. [ 0.179364] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  74. [ 0.179373] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  75. [ 0.179381] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  76. [ 0.181765] cryptd: max_cpu_qlen set to 1000
  77. [ 0.188265] usbcore: registered new interface driver usbfs
  78. [ 0.188324] usbcore: registered new interface driver hub
  79. [ 0.188422] usbcore: registered new device driver usb
  80. [ 0.189132] media: Linux media interface: v0.10
  81. [ 0.189187] videodev: Linux video capture interface: v2.00
  82. [ 0.189221] pps_core: LinuxPPS API ver. 1 registered
  83. [ 0.189228] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  84. [ 0.189247] PTP clock support registered
  85. [ 0.189369] EDAC MC: Ver: 3.0.0
  86. [ 0.190809] Bluetooth: Core ver 2.22
  87. [ 0.190847] NET: Registered protocol family 31
  88. [ 0.190854] Bluetooth: HCI device and connection manager initialized
  89. [ 0.190866] Bluetooth: HCI socket layer initialized
  90. [ 0.190877] Bluetooth: L2CAP socket layer initialized
  91. [ 0.190895] Bluetooth: SCO socket layer initialized
  92. [ 0.191420] clocksource: Switched to clocksource arch_sys_counter
  93. [ 0.191685] *** VALIDATE hugetlbfs ***
  94. [ 0.199279] NET: Registered protocol family 2
  95. [ 0.199835] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
  96. [ 0.199874] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  97. [ 0.199962] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  98. [ 0.200179] TCP: Hash tables configured (established 8192 bind 8192)
  99. [ 0.200346] UDP hash table entries: 512 (order: 2, 16384 bytes)
  100. [ 0.200383] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  101. [ 0.200555] NET: Registered protocol family 1
  102. [ 0.209379] Initialise system trusted keyrings
  103. [ 0.209543] workingset: timestamp_bits=46 max_order=18 bucket_order=0
  104. [ 0.217046] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  105. [ 0.217218] SGI XFS with security attributes, no debug enabled
  106. [ 0.220312] Key type asymmetric registered
  107. [ 0.220324] Asymmetric key parser 'x509' registered
  108. [ 0.220374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  109. [ 0.220384] io scheduler mq-deadline registered
  110. [ 0.220391] io scheduler kyber registered
  111. [ 0.227549] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  112. [ 0.231231] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  113. [ 0.243832] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  114. [ 0.245518] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pa not found, using dummy regulator
  115. [ 0.246035] printk: console [ttyS0] disabled
  116. [ 0.266608] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 24, base_baud = 1500000) is a U6_16550A
  117. [ 0.924552] printk: console [ttyS0] enabled
  118. [ 0.949969] 1c28c00.serial: ttyS1 at MMIO 0x1c28c00 (irq = 25, base_baud = 1500000) is a U6_16550A
  119. [ 0.959057] serial serial0: tty port ttyS1 registered
  120. [ 0.964940] SuperH (H)SCI(F) driver initialized
  121. [ 0.969966] msm_serial: driver initialized
  122. [ 0.974589] cacheinfo: Unable to detect cache hierarchy for CPU 0
  123. [ 0.988974] brd: module loaded
  124. [ 1.000833] loop: module loaded
  125. [ 1.025269] libphy: Fixed MDIO Bus: probed
  126. [ 1.029719] tun: Universal TUN/TAP device driver, 1.6
  127. [ 1.036885] VFIO - User Level meta-driver version: 0.3
  128. [ 1.043251] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  129. [ 1.049783] ehci-platform: EHCI generic platform driver
  130. [ 1.055276] ehci-platform 1c1a000.usb: EHCI Host Controller
  131. [ 1.060868] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  132. [ 1.069295] ehci-platform 1c1a000.usb: irq 12, io mem 0x01c1a000
  133. [ 1.087440] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  134. [ 1.094256] hub 1-0:1.0: USB hub found
  135. [ 1.098046] hub 1-0:1.0: 1 port detected
  136. [ 1.102528] ehci-platform 1c1d000.usb: EHCI Host Controller
  137. [ 1.108126] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 2
  138. [ 1.116162] ehci-platform 1c1d000.usb: irq 14, io mem 0x01c1d000
  139. [ 1.135439] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  140. [ 1.142097] hub 2-0:1.0: USB hub found
  141. [ 1.145887] hub 2-0:1.0: 1 port detected
  142. [ 1.150248] ehci-orion: EHCI orion driver
  143. [ 1.154476] ehci-exynos: EHCI EXYNOS driver
  144. [ 1.158765] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  145. [ 1.164975] ohci-platform: OHCI generic platform driver
  146. [ 1.170404] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  147. [ 1.177037] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3
  148. [ 1.185032] ohci-platform 1c1a400.usb: irq 13, io mem 0x01c1a400
  149. [ 1.252086] hub 3-0:1.0: USB hub found
  150. [ 1.255874] hub 3-0:1.0: 1 port detected
  151. [ 1.260308] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  152. [ 1.266944] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 4
  153. [ 1.274930] ohci-platform 1c1d400.usb: irq 15, io mem 0x01c1d400
  154. [ 1.344023] hub 4-0:1.0: USB hub found
  155. [ 1.347813] hub 4-0:1.0: 1 port detected
  156. [ 1.352171] ohci-exynos: OHCI EXYNOS driver
  157. [ 1.357473] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
  158. [ 1.368956] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  159. [ 1.374729] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 5
  160. [ 1.383200] hub 5-0:1.0: USB hub found
  161. [ 1.386989] hub 5-0:1.0: 1 port detected
  162. [ 1.402448] sun6i-rtc 1f00000.rtc: registered as rtc0
  163. [ 1.407531] sun6i-rtc 1f00000.rtc: RTC enabled
  164. [ 1.412238] i2c /dev entries driver
  165. [ 1.417459] usbcore: registered new interface driver uvcvideo
  166. [ 1.423211] USB Video Class driver (1.1.1)
  167. [ 1.428753] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  168. [ 1.436671] Bluetooth: HCI UART driver ver 2.3
  169. [ 1.441126] Bluetooth: HCI UART protocol H4 registered
  170. [ 1.446305] Bluetooth: HCI UART protocol LL registered
  171. [ 1.451469] Bluetooth: HCI UART protocol Three-wire (H5) registered
  172. [ 1.457840] Bluetooth: HCI UART protocol Broadcom registered
  173. [ 1.458030] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  174. [ 1.463851] sun8i-h3-r-pinctrl 1f02c00.pinctrl: 1f02c00.pinctrl supply vcc-pl not found, using dummy regulator
  175. [ 1.483710] Bluetooth: serial0-0: POwer BT (0)
  176. [ 1.483783] sdhci: Secure Digital Host Controller Interface driver
  177. [ 1.494339] sdhci: Copyright(c) Pierre Ossman
  178. [ 1.498967] Synopsys Designware Multimedia Card Interface Driver
  179. [ 1.505865] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator
  180. [ 1.508522] Bluetooth: serial0-0: POwer BT (1)
  181. [ 1.520525] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  182. [ 1.550440] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
  183. [ 1.560719] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
  184. [ 1.612443] mmc0: host does not support reading read-only switch, assuming write-enable
  185. [ 1.629006] mmc0: new high speed SDHC card at address aaaa
  186. [ 1.636469] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
  187. [ 1.650995] mmcblk0: p1 p2
  188. [ 1.796033] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
  189. [ 1.805449] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pc not found, using dummy regulator
  190. [ 1.841619] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  191. [ 1.847139] sunxi-mmc 1c11000.mmc: initialized, max. request size: 2048 KB, uses new timings mode
  192. [ 1.856956] sdhci-pltfm: SDHCI platform and OF driver helper
  193. [ 1.863830] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  194. [ 1.869348] ledtrig-cpu: registered to indicate activity on CPUs
  195. [ 1.876459] usbcore: registered new interface driver usbhid
  196. [ 1.882066] usbhid: USB HID core driver
  197. [ 1.886519] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  198. [ 1.887934] NET: Registered protocol family 17
  199. [ 1.896672] Bluetooth: RFCOMM TTY layer initialized
  200. [ 1.901591] Bluetooth: RFCOMM socket layer initialized
  201. [ 1.906785] Bluetooth: RFCOMM ver 1.11
  202. [ 1.910578] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  203. [ 1.915988] Bluetooth: BNEP socket layer initialized
  204. [ 1.920982] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  205. [ 1.926916] Bluetooth: HIDP socket layer initialized
  206. [ 1.932052] Key type dns_resolver registered
  207. [ 1.936341] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  208. [ 1.942559] registered taskstats version 1
  209. [ 1.946712] Loading compiled-in X.509 certificates
  210. [ 1.960637] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator
  211. [ 1.971886] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:10 UTC (10)
  212. [ 1.980452] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  213. [ 1.990222] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  214. [ 1.996887] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  215. [ 1.998238] gmac-3v3: disabling
  216. [ 2.005505] cfg80211: failed to load regulatory.db
  217. [ 2.016853] mmc2: new high speed MMC card at address 0001
  218. [ 2.023683] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  219. [ 2.024649] mmcblk2: mmc2:0001 8WPD3R 7.28 GiB
  220. [ 2.031060] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  221. [ 2.037090] mmcblk2boot0: mmc2:0001 8WPD3R partition 1 4.00 MiB
  222. [ 2.050237] mmcblk2boot1: mmc2:0001 8WPD3R partition 2 4.00 MiB
  223. [ 2.057239] mmcblk2: p1 p2 p3
  224. [ 2.070939] random: fast init done
  225. [ 2.100877] EXT4-fs (mmcblk0p2): recovery complete
  226. [ 2.108806] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  227. [ 2.116979] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  228. [ 2.131303] devtmpfs: mounted
  229. [ 2.138276] Freeing unused kernel memory: 4096K
  230. [ 2.142876] Run /sbin/init as init process
  231. [ 2.189980] mmc1: new high speed SDIO card at address 0001
  232. [ 2.270504] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  233. Starting syslogd: OK
  234. Starting klogd: OK
  235. Initializing random number generator... [ 2.410434] random: dd: uninitialized urandom read (512 bytes read)
  236. done.
  237. Starting haveged: OK
  238. Starting system message bus: [ 2.520800] random: dbus-uuidgen: uninitialized urandom read (12 bytes read)
  239. [ 2.528058] random: dbus-uuidgen: uninitialized urandom read (8 bytes read)
  240. done
  241. Starting connman ... done.
  242. Starting Network Interface Plugging Daemon: eth0.
  243. [ 3.555521] Bluetooth: hci0: command 0xfc18 tx timeout
  244. [ 4.008501] random: crng init done
  245. [ 4.011963] random: 3 urandom warning(s) missed due to ratelimiting
  246. Starting sshd: OK
  247.  
  248. buildroot login: [ 11.747459] Bluetooth: hci0: BCM: failed to write update baudrate (-110)
  249. [ 11.754186] Bluetooth: hci0: Failed to set baudrate
  250. [ 11.759087] Bluetooth: hci0: FW name:
  251. [ 11.759087]
  252. [ 13.795454] Bluetooth: hci0: command 0x0c03 tx timeout
  253. [ 21.987466] Bluetooth: hci0: BCM: Reset failed (-110)
  254. [ 21.992556] Bluetooth: hci0: INIT faile: -110
  255. [ 21.992556]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement