Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 43.00 KB | None | 0 0
  1. [    0.000000] Booting Linux on physical CPU 0x0
  2. [    0.000000] Linux version 4.14.52 (bokula@bokula) (gcc version 6.3.1 20170109                                                                                                (Linaro GCC 6.3-2017.02)) #36 SMP Mon Oct 29 18:26:40 CET 2018
  3. [    0.000000] Boot CPU: AArch64 Processor [410fd034]
  4. [    0.000000] Machine model: UniPi Axon based on FriendlyElec NanoPi-NEO-Plus2
  5. [    0.000000] cma: Reserved 64 MiB at 0x000000007c000000
  6. [    0.000000] On node 0 totalpages: 262144
  7. [    0.000000]   DMA zone: 4096 pages used for memmap
  8. [    0.000000]   DMA zone: 0 pages reserved
  9. [    0.000000]   DMA zone: 262144 pages, LIFO batch:31
  10. [    0.000000] psci: probing for conduit method from DT.
  11. [    0.000000] psci: PSCIv0.2 detected in firmware.
  12. [    0.000000] psci: Using standard PSCI v0.2 function IDs
  13. [    0.000000] psci: Trusted OS migration not required
  14. [    0.000000] percpu: Embedded 21 pages/cpu @ffff80003bf6d000 s46232 r8192 d315                                                                                               92 u86016
  15. [    0.000000] pcpu-alloc: s46232 r8192 d31592 u86016 alloc=21*4096
  16. [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  17. [    0.000000] Detected VIPT I-cache on CPU0
  18. [    0.000000] CPU features: enabling workaround for ARM erratum 845719
  19. [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
  20. [    0.000000] Kernel command line: console=tty0 root=/dev/mmcblk0p2 rootfstype=                                                                                               ext4 rw rootwait fsck.repair=yes panic=10 quiet
  21. [    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
  22. [    0.000000] log_buf_len total cpu_extra contributions: 12288 bytes
  23. [    0.000000] log_buf_len min size: 16384 bytes
  24. [    0.000000] log_buf_len: 32768 bytes
  25. [    0.000000] early log buf free: 14828(90%)
  26. [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  27. [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  28. [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  29. [    0.000000] Memory: 919688K/1048576K available (7934K kernel code, 642K rwdat                                                                                               a, 2476K rodata, 448K init, 386K bss, 63352K reserved, 65536K cma-reserved)
  30. [    0.000000] Virtual kernel memory layout:
  31. [    0.000000]     modules : 0xffff000000000000 - 0xffff000008000000   (   128 M                                                                                               B)
  32. [    0.000000]     vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000   (129022 G                                                                                               B)
  33. [    0.000000]       .text : 0xffff000008080000 - 0xffff000008840000   (  7936 K                                                                                               B)
  34. [    0.000000]     .rodata : 0xffff000008840000 - 0xffff000008ab0000   (  2496 K                                                                                               B)
  35. [    0.000000]       .init : 0xffff000008ab0000 - 0xffff000008b20000   (   448 K                                                                                               B)
  36. [    0.000000]       .data : 0xffff000008b20000 - 0xffff000008bc0808   (   643 K                                                                                               B)
  37. [    0.000000]        .bss : 0xffff000008bc0808 - 0xffff000008c212c0   (   387 K                                                                                               B)
  38. [    0.000000]     fixed   : 0xffff7dfffe7fb000 - 0xffff7dfffec00000   (  4116 K                                                                                               B)
  39. [    0.000000]     PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000   (    16 M                                                                                               B)
  40. [    0.000000]     vmemmap : 0xffff7e0000000000 - 0xffff800000000000   (  2048 G                                                                                               B maximum)
  41. [    0.000000]               0xffff7e0000000000 - 0xffff7e0001000000   (    16 M                                                                                               B actual)
  42. [    0.000000]     memory  : 0xffff800000000000 - 0xffff800040000000   (  1024 M                                                                                               B)
  43. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  44. [    0.000000] Hierarchical RCU implementation.
  45. [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  46. [    0.000000] GIC: Using split EOI/Deactivate mode
  47. [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  48. [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles:                                                                                                0x588fe9dc0, max_idle_ns: 440795202592 ns
  49. [    0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 43980                                                                                               46511097ns
  50. [    0.000160] Console: colour dummy device 80x25
  51. [    0.000172] console [tty0] enabled
  52. [    0.000192] Calibrating delay loop (skipped), value calculated using timer fr                                                                                               equency.. 48.00 BogoMIPS (lpj=96000)
  53. [    0.000200] pid_max: default: 32768 minimum: 301
  54. [    0.000290] Security Framework initialized
  55. [    0.000298] AppArmor: AppArmor disabled by boot time parameter
  56. [    0.000341] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  57. [    0.000353] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  58. [    0.001468] ASID allocator initialised with 32768 entries
  59. [    0.001524] Hierarchical SRCU implementation.
  60. [    0.001860] smp: Bringing up secondary CPUs ...
  61. [    0.002799] Detected VIPT I-cache on CPU1
  62. [    0.002854] CPU1: Booted secondary processor [410fd034]
  63. [    0.003548] Detected VIPT I-cache on CPU2
  64. [    0.003573] CPU2: Booted secondary processor [410fd034]
  65. [    0.004188] Detected VIPT I-cache on CPU3
  66. [    0.004211] CPU3: Booted secondary processor [410fd034]
  67. [    0.004264] smp: Brought up 1 node, 4 CPUs
  68. [    0.004267] SMP: Total of 4 processors activated.
  69. [    0.004272] CPU features: detected feature: 32-bit EL0 Support
  70. [    0.004275] CPU features: detected feature: Kernel page table isolation (KPTI                                                                                               )
  71. [    0.007198] CPU: All CPU(s) started at EL2
  72. [    0.007210] alternatives: patching kernel code
  73. [    0.008091] devtmpfs: initialized
  74. [    0.013080] random: get_random_u32 called from bucket_table_alloc+0xf8/0x280                                                                                                with crng_init=0
  75. [    0.013579] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma                                                                                               x_idle_ns: 7645041785100000 ns
  76. [    0.013592] futex hash table entries: 1024 (order: 5, 131072 bytes)
  77. [    0.015684] pinctrl core: initialized pinctrl subsystem
  78. [    0.016482] NET: Registered protocol family 16
  79. [    0.017240] cpuidle: using governor menu
  80. [    0.017893] vdso: 2 pages (1 code @ ffff000008846000, 1 data @ ffff000008b240                                                                                               00)
  81. [    0.017906] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  82. [    0.018743] DMA: preallocated 256 KiB pool for atomic allocations
  83. [    0.018799] Serial: AMBA PL011 UART driver
  84. [    0.028305] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  85. [    0.029043] reg-fixed-voltage gmac-3v3: could not find pctldev for node /soc/                                                                                               pinctrl@01c20800/gmac_power_pin@0, deferring probe
  86. [    0.029388] gpio-regulator gpio-regulator: could not find pctldev for node /s                                                                                               oc/pinctrl@01f02c00/regulator_pins@0, deferring probe
  87. [    0.029700] SCSI subsystem initialized
  88. [    0.029840] usbcore: registered new interface driver usbfs
  89. [    0.029880] usbcore: registered new interface driver hub
  90. [    0.029922] usbcore: registered new device driver usb
  91. [    0.030095] pps_core: LinuxPPS API ver. 1 registered
  92. [    0.030098] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome                                                                                               tti <giometti@linux.it>
  93. [    0.030109] PTP clock support registered
  94. [    0.031297] clocksource: Switched to clocksource arch_sys_counter
  95. [    0.031510] VFS: Disk quotas dquot_6.6.0
  96. [    0.031562] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  97. [    0.031668] FS-Cache: Loaded
  98. [    0.031829] CacheFiles: Loaded
  99. [    0.036797] NET: Registered protocol family 2
  100. [    0.037220] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  101. [    0.037287] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  102. [    0.037465] TCP: Hash tables configured (established 8192 bind 8192)
  103. [    0.037595] UDP hash table entries: 512 (order: 2, 16384 bytes)
  104. [    0.037621] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  105. [    0.037790] NET: Registered protocol family 1
  106. [    0.038137] RPC: Registered named UNIX socket transport module.
  107. [    0.038140] RPC: Registered udp transport module.
  108. [    0.038142] RPC: Registered tcp transport module.
  109. [    0.038144] RPC: Registered tcp NFSv4.1 backchannel transport module.
  110. [    0.038315] Unpacking initramfs...
  111. [    0.181494] Initramfs unpacking failed: junk in compressed archive
  112. [    0.204792] Freeing initrd memory: 32768K
  113. [    0.208714] audit: initializing netlink subsys (disabled)
  114. [    0.208824] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=                                                                                               0 res=1
  115. [    0.209066] workingset: timestamp_bits=46 max_order=18 bucket_order=0
  116. [    0.214581] FS-Cache: Netfs 'nfs' registered for caching
  117. [    0.214991] NFS: Registering the id_resolver key type
  118. [    0.215013] Key type id_resolver registered
  119. [    0.215016] Key type id_legacy registered
  120. [    0.215025] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  121. [    0.215029] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  122. [    0.219753] NET: Registered protocol family 38
  123. [    0.220005] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                                                                               48)
  124. [    0.220087] io scheduler noop registered
  125. [    0.220090] io scheduler deadline registered
  126. [    0.220259] io scheduler cfq registered (default)
  127. [    0.220262] io scheduler mq-deadline registered
  128. [    0.220265] io scheduler kyber registered
  129. [    0.220744] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO, pinctrl may                                                                                                not init
  130. [    0.222258] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  131. [    0.224833] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  132. [    0.230750] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  133. [    0.252283] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 29, base_baud = 15                                                                                               00000) is a U6_16550A
  134. [    0.274617] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 30, base_baud = 15                                                                                               00000) is a U6_16550A
  135. [    0.295104] 1c28800.serial: ttyS2 at MMIO 0x1c28800 (irq = 31, base_baud = 15                                                                                               00000) is a U6_16550A
  136. [    0.295633] cacheinfo: Unable to detect cache hierarchy for CPU 0
  137. [    0.299524] loop: module loaded
  138. [    0.301090] libphy: Fixed MDIO Bus: probed
  139. [    0.301699] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  140. [    0.302155] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  141. [    0.302158] ehci-platform: EHCI generic platform driver
  142. [    0.302286] ehci-platform 1c1a000.usb: EHCI Host Controller
  143. [    0.302303] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus n                                                                                               umber 1
  144. [    0.302728] ehci-platform 1c1a000.usb: irq 12, io mem 0x01c1a000
  145. [    0.315297] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  146. [    0.315893] hub 1-0:1.0: USB hub found
  147. [    0.315924] hub 1-0:1.0: 1 port detected
  148. [    0.316449] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  149. [    0.316465] ohci-platform: OHCI generic platform driver
  150. [    0.316612] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  151. [    0.316627] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus n                                                                                               umber 2
  152. [    0.316809] ohci-platform 1c1a400.usb: irq 13, io mem 0x01c1a400
  153. [    0.379808] hub 2-0:1.0: USB hub found
  154. [    0.379836] hub 2-0:1.0: 1 port detected
  155. [    0.380368] usbcore: registered new interface driver uas
  156. [    0.380426] usbcore: registered new interface driver usb-storage
  157. [    0.381004] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  158. [    0.381008] sun6i-rtc 1f00000.rtc: RTC enabled
  159. [    0.381048] i2c /dev entries driver
  160. [    0.384709] rtc-ds1307 0-006f: registered as rtc1
  161. [    0.385596] thermal thermal_zone0: failed to read out thermal zone (-16)
  162. [    0.385885] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, now                                                                                               ayout=0)
  163. [    0.386435] sdhci: Secure Digital Host Controller Interface driver
  164. [    0.386437] sdhci: Copyright(c) Pierre Ossman
  165. [    0.386465] Synopsys Designware Multimedia Card Interface Driver
  166. [    0.387456] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  167. [    0.427412] sunxi-mmc 1c0f000.mmc: base:0xffff000008c4d000 irq:9
  168. [    0.467310] sunxi-mmc 1c11000.mmc: base:0xffff000008c5d000 irq:10
  169. [    0.467499] sdhci-pltfm: SDHCI platform and OF driver helper
  170. [    0.468267] ledtrig-cpu: registered to indicate activity on CPUs
  171. [    0.468449] hidraw: raw HID events driver (C) Jiri Kosina
  172. [    0.468656] usbcore: registered new interface driver usbhid
  173. [    0.468659] usbhid: USB HID core driver
  174. [    0.476024] ip_tables: (C) 2000-2006 Netfilter Core Team
  175. [    0.476375] NET: Registered protocol family 10
  176. [    0.486892] Segment Routing with IPv6
  177. [    0.486976] NET: Registered protocol family 17
  178. [    0.487271] 9pnet: Installing 9P2000 support
  179. [    0.487351] Key type dns_resolver registered
  180. [    0.487896] registered taskstats version 1
  181. [    0.492423] Key type encrypted registered
  182. [    0.498571] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  183. [    0.498668] dwmac-sun8i 1c30000.ethernet: Will use external PHY
  184. [    0.540456] mmc0: new high speed MMC card at address 0001
  185. [    0.540915] mmcblk0: mmc0:0001 8WPD3R 7.28 GiB
  186. [    0.541125] mmcblk0boot0: mmc0:0001 8WPD3R partition 1 4.00 MiB
  187. [    0.541339] mmcblk0boot1: mmc0:0001 8WPD3R partition 2 4.00 MiB
  188. [    0.542448]  mmcblk0: p1 p2
  189. [    0.603471] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  190. [    0.603476] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supporte                                                                                               d
  191. [    0.603480] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  192. [    0.603484] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supporte                                                                                               d
  193. [    0.603488] dwmac-sun8i 1c30000.ethernet: COE Type 2
  194. [    0.603492] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  195. [    0.603581] libphy: stmmac: probed
  196. [    0.607266] ehci-platform 1c1b000.usb: EHCI Host Controller
  197. [    0.607340] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus n                                                                                               umber 3
  198. [    0.607669] ehci-platform 1c1b000.usb: irq 14, io mem 0x01c1b000
  199. [    0.623296] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  200. [    0.623836] hub 3-0:1.0: USB hub found
  201. [    0.623860] hub 3-0:1.0: 1 port detected
  202. [    0.624393] ehci-platform 1c1c000.usb: EHCI Host Controller
  203. [    0.624411] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus n                                                                                               umber 4
  204. [    0.624597] ehci-platform 1c1c000.usb: irq 16, io mem 0x01c1c000
  205. [    0.639295] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  206. [    0.639742] hub 4-0:1.0: USB hub found
  207. [    0.639763] hub 4-0:1.0: 1 port detected
  208. [    0.640238] ehci-platform 1c1d000.usb: EHCI Host Controller
  209. [    0.640252] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus n                                                                                               umber 5
  210. [    0.640424] ehci-platform 1c1d000.usb: irq 18, io mem 0x01c1d000
  211. [    0.655304] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  212. [    0.655728] hub 5-0:1.0: USB hub found
  213. [    0.655754] hub 5-0:1.0: 1 port detected
  214. [    0.656206] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  215. [    0.656220] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus n                                                                                               umber 6
  216. [    0.656378] ohci-platform 1c1b400.usb: irq 15, io mem 0x01c1b400
  217. [    0.719730] hub 6-0:1.0: USB hub found
  218. [    0.719753] hub 6-0:1.0: 1 port detected
  219. [    0.720207] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  220. [    0.720220] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus n                                                                                               umber 7
  221. [    0.720367] ohci-platform 1c1c400.usb: irq 17, io mem 0x01c1c400
  222. [    0.783743] hub 7-0:1.0: USB hub found
  223. [    0.783765] hub 7-0:1.0: 1 port detected
  224. [    0.784224] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  225. [    0.784244] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus n                                                                                               umber 8
  226. [    0.784420] ohci-platform 1c1d400.usb: irq 19, io mem 0x01c1d400
  227. [    0.847731] hub 8-0:1.0: USB hub found
  228. [    0.847753] hub 8-0:1.0: 1 port detected
  229. [    0.848249] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto su                                                                                               pply vcc not found, using dummy regulator
  230. [    0.848494] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  231. [    0.848502] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus                                                                                                number 9
  232. [    0.848965] hub 9-0:1.0: USB hub found
  233. [    0.848987] hub 9-0:1.0: 1 port detected
  234. [    0.850177] thermal thermal_zone0: failed to read out thermal zone (-16)
  235. [    0.851469] input: r-gpio-keys as /devices/platform/r-gpio-keys/input/input0
  236. [    0.851797] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  237. [    0.852889] rtc-ds1307 0-006f: setting system clock to 2018-12-11 14:34:12 UT                                                                                               C (1544538852)
  238. [    0.853534] Freeing unused kernel memory: 448K
  239. [    0.938404] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  240. [    0.938831] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  241. [    0.938888] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  242. [    1.070354] at24 0-0057: 128 byte 24c01 EEPROM, writable, 1 bytes/write
  243. [    1.127211] random: fast init done
  244. [    1.417385] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. O                                                                                               pts: (null)
  245. [    1.745345] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SEL                                                                                               INUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +                                                                                               XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  246. [    1.745766] systemd[1]: Detected architecture arm64.
  247. [    1.746430] systemd[1]: Set hostname to <unipi>.
  248. [    1.747621] systemd[1]: Hardware watchdog 'sunxi-wdt', version 0
  249. [    1.747647] systemd[1]: Set hardware watchdog to 10s.
  250. [    1.942148] systemd[1]: [/lib/systemd/system/evok.service:21] Unknown lvalue                                                                                                'StartLimitIntervalSec' in section 'Service'
  251. [    1.954800] systemd[1]: Listening on Syslog Socket.
  252. [    1.955196] systemd[1]: Listening on fsck to fsckd communication Socket.
  253. [    1.955384] systemd[1]: Listening on Journal Socket (/dev/log).
  254. [    1.955517] systemd[1]: Listening on udev Kernel Socket.
  255. [    2.040630] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
  256. [    2.192309] systemd-journald[269]: Received request to flush runtime journal                                                                                                from PID 1
  257. [    2.416594] Driver for 1-wire Dallas network protocol.
  258. [    2.429310] ds2482 0-0018: DS2482 reset status 0x10 - not a DS2482
  259. [    2.454827] unipi: loading out-of-tree module taints kernel.
  260. [    2.454830] unipi: loading out-of-tree module taints kernel.
  261. [    2.459437] UNIPISPI: UniPi Board B_1000 (L:0 U:0 C:0) at CS0 (nspi0) detecte                                                                                               d.
  262.                                Fw: v5.31 Uarts:1, reg1001-4: 0404 0311 0010 002                                                                                               0
  263. [    2.460452] UNIPISPI: 16 User LEDs detected at nspi0
  264. [    2.470039] UNIPISPI: UniPi Board E_16Di_U_14Ro (L:3 U:2 C:8) at CS1 (nspi2)                                                                                                detected.
  265.                                Fw: v5.31 Uarts:0, reg1001-4: 100e 0000 0810 031                                                                                               0
  266. [    2.508098] UNIPISPI: UniPi Board E_16Di_U_14Ro (L:3 U:2 C:8) at CS2 (nspi1)                                                                                                detected.
  267.                                Fw: v5.31 Uarts:0, reg1001-4: 100e 0000 0810 031                                                                                               0
  268. [    2.515559] UNIPISPI: Detected UniPi board combination corresponding to Neuro                                                                                               n L203
  269. [    2.524543] UNIPISPI: SPI Driver Registered, Major Version: Version 1.18:2018                                                                                               :10:31
  270. [    2.524847] UNIPISPI: ModBus/SPI interface /dev/unipispi (245:0) created.
  271. [    2.525040] UNIPIUART: Serial port ttyNS0 on UniPi Board nspi0 port:0 created
  272. [    2.825126] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL82                                                                                               11E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
  273. [    2.827256] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters ava                                                                                               ilable
  274. [    2.827271] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  275. [    2.827793] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  276. [    6.944182] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 1Gbps/Full - flow                                                                                                control rx/tx
  277. [    6.944229] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  278. [   18.914829] random: crng init done
  279. [   18.914846] random: 7 urandom warning(s) missed due to ratelimiting
  280. unipi@L205-sn7:~$ sudo dmesg
  281. [    0.000000] Booting Linux on physical CPU 0x0
  282. [    0.000000] Linux version 4.14.52 (bokula@bokula) (gcc version 6.3.1 20170109 (Linaro GCC 6.3-2017.02)) #36 SMP Mon Oct 29 18:26:40 CET 2018
  283. [    0.000000] Boot CPU: AArch64 Processor [410fd034]
  284. [    0.000000] Machine model: UniPi Axon based on FriendlyElec NanoPi-NEO-Plus2
  285. [    0.000000] cma: Reserved 64 MiB at 0x000000007c000000
  286. [    0.000000] On node 0 totalpages: 262144
  287. [    0.000000]   DMA zone: 4096 pages used for memmap
  288. [    0.000000]   DMA zone: 0 pages reserved
  289. [    0.000000]   DMA zone: 262144 pages, LIFO batch:31
  290. [    0.000000] psci: probing for conduit method from DT.
  291. [    0.000000] psci: PSCIv0.2 detected in firmware.
  292. [    0.000000] psci: Using standard PSCI v0.2 function IDs
  293. [    0.000000] psci: Trusted OS migration not required
  294. [    0.000000] percpu: Embedded 21 pages/cpu @ffff80003bf6d000 s46232 r8192 d31592 u86016
  295. [    0.000000] pcpu-alloc: s46232 r8192 d31592 u86016 alloc=21*4096
  296. [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  297. [    0.000000] Detected VIPT I-cache on CPU0
  298. [    0.000000] CPU features: enabling workaround for ARM erratum 845719
  299. [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
  300. [    0.000000] Kernel command line: console=tty0 root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait fsck.repair=yes panic=10 quiet
  301. [    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
  302. [    0.000000] log_buf_len total cpu_extra contributions: 12288 bytes
  303. [    0.000000] log_buf_len min size: 16384 bytes
  304. [    0.000000] log_buf_len: 32768 bytes
  305. [    0.000000] early log buf free: 14828(90%)
  306. [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  307. [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  308. [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  309. [    0.000000] Memory: 919688K/1048576K available (7934K kernel code, 642K rwdata, 2476K rodata, 448K init, 386K bss, 63352K reserved, 65536K cma-reserved)
  310. [    0.000000] Virtual kernel memory layout:
  311. [    0.000000]     modules : 0xffff000000000000 - 0xffff000008000000   (   128 MB)
  312. [    0.000000]     vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000   (129022 GB)
  313. [    0.000000]       .text : 0xffff000008080000 - 0xffff000008840000   (  7936 KB)
  314. [    0.000000]     .rodata : 0xffff000008840000 - 0xffff000008ab0000   (  2496 KB)
  315. [    0.000000]       .init : 0xffff000008ab0000 - 0xffff000008b20000   (   448 KB)
  316. [    0.000000]       .data : 0xffff000008b20000 - 0xffff000008bc0808   (   643 KB)
  317. [    0.000000]        .bss : 0xffff000008bc0808 - 0xffff000008c212c0   (   387 KB)
  318. [    0.000000]     fixed   : 0xffff7dfffe7fb000 - 0xffff7dfffec00000   (  4116 KB)
  319. [    0.000000]     PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000   (    16 MB)
  320. [    0.000000]     vmemmap : 0xffff7e0000000000 - 0xffff800000000000   (  2048 GB maximum)
  321. [    0.000000]               0xffff7e0000000000 - 0xffff7e0001000000   (    16 MB actual)
  322. [    0.000000]     memory  : 0xffff800000000000 - 0xffff800040000000   (  1024 MB)
  323. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  324. [    0.000000] Hierarchical RCU implementation.
  325. [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  326. [    0.000000] GIC: Using split EOI/Deactivate mode
  327. [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  328. [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  329. [    0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  330. [    0.000160] Console: colour dummy device 80x25
  331. [    0.000172] console [tty0] enabled
  332. [    0.000192] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  333. [    0.000200] pid_max: default: 32768 minimum: 301
  334. [    0.000290] Security Framework initialized
  335. [    0.000298] AppArmor: AppArmor disabled by boot time parameter
  336. [    0.000341] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  337. [    0.000353] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  338. [    0.001468] ASID allocator initialised with 32768 entries
  339. [    0.001524] Hierarchical SRCU implementation.
  340. [    0.001860] smp: Bringing up secondary CPUs ...
  341. [    0.002799] Detected VIPT I-cache on CPU1
  342. [    0.002854] CPU1: Booted secondary processor [410fd034]
  343. [    0.003548] Detected VIPT I-cache on CPU2
  344. [    0.003573] CPU2: Booted secondary processor [410fd034]
  345. [    0.004188] Detected VIPT I-cache on CPU3
  346. [    0.004211] CPU3: Booted secondary processor [410fd034]
  347. [    0.004264] smp: Brought up 1 node, 4 CPUs
  348. [    0.004267] SMP: Total of 4 processors activated.
  349. [    0.004272] CPU features: detected feature: 32-bit EL0 Support
  350. [    0.004275] CPU features: detected feature: Kernel page table isolation (KPTI)
  351. [    0.007198] CPU: All CPU(s) started at EL2
  352. [    0.007210] alternatives: patching kernel code
  353. [    0.008091] devtmpfs: initialized
  354. [    0.013080] random: get_random_u32 called from bucket_table_alloc+0xf8/0x280 with crng_init=0
  355. [    0.013579] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  356. [    0.013592] futex hash table entries: 1024 (order: 5, 131072 bytes)
  357. [    0.015684] pinctrl core: initialized pinctrl subsystem
  358. [    0.016482] NET: Registered protocol family 16
  359. [    0.017240] cpuidle: using governor menu
  360. [    0.017893] vdso: 2 pages (1 code @ ffff000008846000, 1 data @ ffff000008b24000)
  361. [    0.017906] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  362. [    0.018743] DMA: preallocated 256 KiB pool for atomic allocations
  363. [    0.018799] Serial: AMBA PL011 UART driver
  364. [    0.028305] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  365. [    0.029043] reg-fixed-voltage gmac-3v3: could not find pctldev for node /soc/pinctrl@01c20800/gmac_power_pin@0, deferring probe
  366. [    0.029388] gpio-regulator gpio-regulator: could not find pctldev for node /soc/pinctrl@01f02c00/regulator_pins@0, deferring probe
  367. [    0.029700] SCSI subsystem initialized
  368. [    0.029840] usbcore: registered new interface driver usbfs
  369. [    0.029880] usbcore: registered new interface driver hub
  370. [    0.029922] usbcore: registered new device driver usb
  371. [    0.030095] pps_core: LinuxPPS API ver. 1 registered
  372. [    0.030098] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  373. [    0.030109] PTP clock support registered
  374. [    0.031297] clocksource: Switched to clocksource arch_sys_counter
  375. [    0.031510] VFS: Disk quotas dquot_6.6.0
  376. [    0.031562] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  377. [    0.031668] FS-Cache: Loaded
  378. [    0.031829] CacheFiles: Loaded
  379. [    0.036797] NET: Registered protocol family 2
  380. [    0.037220] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  381. [    0.037287] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  382. [    0.037465] TCP: Hash tables configured (established 8192 bind 8192)
  383. [    0.037595] UDP hash table entries: 512 (order: 2, 16384 bytes)
  384. [    0.037621] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  385. [    0.037790] NET: Registered protocol family 1
  386. [    0.038137] RPC: Registered named UNIX socket transport module.
  387. [    0.038140] RPC: Registered udp transport module.
  388. [    0.038142] RPC: Registered tcp transport module.
  389. [    0.038144] RPC: Registered tcp NFSv4.1 backchannel transport module.
  390. [    0.038315] Unpacking initramfs...
  391. [    0.181494] Initramfs unpacking failed: junk in compressed archive
  392. [    0.204792] Freeing initrd memory: 32768K
  393. [    0.208714] audit: initializing netlink subsys (disabled)
  394. [    0.208824] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
  395. [    0.209066] workingset: timestamp_bits=46 max_order=18 bucket_order=0
  396. [    0.214581] FS-Cache: Netfs 'nfs' registered for caching
  397. [    0.214991] NFS: Registering the id_resolver key type
  398. [    0.215013] Key type id_resolver registered
  399. [    0.215016] Key type id_legacy registered
  400. [    0.215025] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  401. [    0.215029] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  402. [    0.219753] NET: Registered protocol family 38
  403. [    0.220005] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  404. [    0.220087] io scheduler noop registered
  405. [    0.220090] io scheduler deadline registered
  406. [    0.220259] io scheduler cfq registered (default)
  407. [    0.220262] io scheduler mq-deadline registered
  408. [    0.220265] io scheduler kyber registered
  409. [    0.220744] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO, pinctrl may not init
  410. [    0.222258] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  411. [    0.224833] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  412. [    0.230750] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  413. [    0.252283] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 29, base_baud = 1500000) is a U6_16550A
  414. [    0.274617] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 30, base_baud = 1500000) is a U6_16550A
  415. [    0.295104] 1c28800.serial: ttyS2 at MMIO 0x1c28800 (irq = 31, base_baud = 1500000) is a U6_16550A
  416. [    0.295633] cacheinfo: Unable to detect cache hierarchy for CPU 0
  417. [    0.299524] loop: module loaded
  418. [    0.301090] libphy: Fixed MDIO Bus: probed
  419. [    0.301699] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  420. [    0.302155] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  421. [    0.302158] ehci-platform: EHCI generic platform driver
  422. [    0.302286] ehci-platform 1c1a000.usb: EHCI Host Controller
  423. [    0.302303] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  424. [    0.302728] ehci-platform 1c1a000.usb: irq 12, io mem 0x01c1a000
  425. [    0.315297] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  426. [    0.315893] hub 1-0:1.0: USB hub found
  427. [    0.315924] hub 1-0:1.0: 1 port detected
  428. [    0.316449] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  429. [    0.316465] ohci-platform: OHCI generic platform driver
  430. [    0.316612] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  431. [    0.316627] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  432. [    0.316809] ohci-platform 1c1a400.usb: irq 13, io mem 0x01c1a400
  433. [    0.379808] hub 2-0:1.0: USB hub found
  434. [    0.379836] hub 2-0:1.0: 1 port detected
  435. [    0.380368] usbcore: registered new interface driver uas
  436. [    0.380426] usbcore: registered new interface driver usb-storage
  437. [    0.381004] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  438. [    0.381008] sun6i-rtc 1f00000.rtc: RTC enabled
  439. [    0.381048] i2c /dev entries driver
  440. [    0.384709] rtc-ds1307 0-006f: registered as rtc1
  441. [    0.385596] thermal thermal_zone0: failed to read out thermal zone (-16)
  442. [    0.385885] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  443. [    0.386435] sdhci: Secure Digital Host Controller Interface driver
  444. [    0.386437] sdhci: Copyright(c) Pierre Ossman
  445. [    0.386465] Synopsys Designware Multimedia Card Interface Driver
  446. [    0.387456] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  447. [    0.427412] sunxi-mmc 1c0f000.mmc: base:0xffff000008c4d000 irq:9
  448. [    0.467310] sunxi-mmc 1c11000.mmc: base:0xffff000008c5d000 irq:10
  449. [    0.467499] sdhci-pltfm: SDHCI platform and OF driver helper
  450. [    0.468267] ledtrig-cpu: registered to indicate activity on CPUs
  451. [    0.468449] hidraw: raw HID events driver (C) Jiri Kosina
  452. [    0.468656] usbcore: registered new interface driver usbhid
  453. [    0.468659] usbhid: USB HID core driver
  454. [    0.476024] ip_tables: (C) 2000-2006 Netfilter Core Team
  455. [    0.476375] NET: Registered protocol family 10
  456. [    0.486892] Segment Routing with IPv6
  457. [    0.486976] NET: Registered protocol family 17
  458. [    0.487271] 9pnet: Installing 9P2000 support
  459. [    0.487351] Key type dns_resolver registered
  460. [    0.487896] registered taskstats version 1
  461. [    0.492423] Key type encrypted registered
  462. [    0.498571] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  463. [    0.498668] dwmac-sun8i 1c30000.ethernet: Will use external PHY
  464. [    0.540456] mmc0: new high speed MMC card at address 0001
  465. [    0.540915] mmcblk0: mmc0:0001 8WPD3R 7.28 GiB
  466. [    0.541125] mmcblk0boot0: mmc0:0001 8WPD3R partition 1 4.00 MiB
  467. [    0.541339] mmcblk0boot1: mmc0:0001 8WPD3R partition 2 4.00 MiB
  468. [    0.542448]  mmcblk0: p1 p2
  469. [    0.603471] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  470. [    0.603476] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  471. [    0.603480] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  472. [    0.603484] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  473. [    0.603488] dwmac-sun8i 1c30000.ethernet: COE Type 2
  474. [    0.603492] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  475. [    0.603581] libphy: stmmac: probed
  476. [    0.607266] ehci-platform 1c1b000.usb: EHCI Host Controller
  477. [    0.607340] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  478. [    0.607669] ehci-platform 1c1b000.usb: irq 14, io mem 0x01c1b000
  479. [    0.623296] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  480. [    0.623836] hub 3-0:1.0: USB hub found
  481. [    0.623860] hub 3-0:1.0: 1 port detected
  482. [    0.624393] ehci-platform 1c1c000.usb: EHCI Host Controller
  483. [    0.624411] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
  484. [    0.624597] ehci-platform 1c1c000.usb: irq 16, io mem 0x01c1c000
  485. [    0.639295] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  486. [    0.639742] hub 4-0:1.0: USB hub found
  487. [    0.639763] hub 4-0:1.0: 1 port detected
  488. [    0.640238] ehci-platform 1c1d000.usb: EHCI Host Controller
  489. [    0.640252] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
  490. [    0.640424] ehci-platform 1c1d000.usb: irq 18, io mem 0x01c1d000
  491. [    0.655304] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  492. [    0.655728] hub 5-0:1.0: USB hub found
  493. [    0.655754] hub 5-0:1.0: 1 port detected
  494. [    0.656206] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  495. [    0.656220] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
  496. [    0.656378] ohci-platform 1c1b400.usb: irq 15, io mem 0x01c1b400
  497. [    0.719730] hub 6-0:1.0: USB hub found
  498. [    0.719753] hub 6-0:1.0: 1 port detected
  499. [    0.720207] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  500. [    0.720220] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
  501. [    0.720367] ohci-platform 1c1c400.usb: irq 17, io mem 0x01c1c400
  502. [    0.783743] hub 7-0:1.0: USB hub found
  503. [    0.783765] hub 7-0:1.0: 1 port detected
  504. [    0.784224] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  505. [    0.784244] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
  506. [    0.784420] ohci-platform 1c1d400.usb: irq 19, io mem 0x01c1d400
  507. [    0.847731] hub 8-0:1.0: USB hub found
  508. [    0.847753] hub 8-0:1.0: 1 port detected
  509. [    0.848249] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
  510. [    0.848494] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  511. [    0.848502] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 9
  512. [    0.848965] hub 9-0:1.0: USB hub found
  513. [    0.848987] hub 9-0:1.0: 1 port detected
  514. [    0.850177] thermal thermal_zone0: failed to read out thermal zone (-16)
  515. [    0.851469] input: r-gpio-keys as /devices/platform/r-gpio-keys/input/input0
  516. [    0.851797] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  517. [    0.852889] rtc-ds1307 0-006f: setting system clock to 2018-12-11 14:34:12 UTC (1544538852)
  518. [    0.853534] Freeing unused kernel memory: 448K
  519. [    0.938404] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  520. [    0.938831] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  521. [    0.938888] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  522. [    1.070354] at24 0-0057: 128 byte 24c01 EEPROM, writable, 1 bytes/write
  523. [    1.127211] random: fast init done
  524. [    1.417385] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  525. [    1.745345] 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)
  526. [    1.745766] systemd[1]: Detected architecture arm64.
  527. [    1.746430] systemd[1]: Set hostname to <unipi>.
  528. [    1.747621] systemd[1]: Hardware watchdog 'sunxi-wdt', version 0
  529. [    1.747647] systemd[1]: Set hardware watchdog to 10s.
  530. [    1.942148] systemd[1]: [/lib/systemd/system/evok.service:21] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
  531. [    1.954800] systemd[1]: Listening on Syslog Socket.
  532. [    1.955196] systemd[1]: Listening on fsck to fsckd communication Socket.
  533. [    1.955384] systemd[1]: Listening on Journal Socket (/dev/log).
  534. [    1.955517] systemd[1]: Listening on udev Kernel Socket.
  535. [    2.040630] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
  536. [    2.192309] systemd-journald[269]: Received request to flush runtime journal from PID 1
  537. [    2.416594] Driver for 1-wire Dallas network protocol.
  538. [    2.429310] ds2482 0-0018: DS2482 reset status 0x10 - not a DS2482
  539. [    2.454827] unipi: loading out-of-tree module taints kernel.
  540. [    2.454830] unipi: loading out-of-tree module taints kernel.
  541. [    2.459437] UNIPISPI: UniPi Board B_1000 (L:0 U:0 C:0) at CS0 (nspi0) detected.
  542.                                 Fw: v5.31 Uarts:1, reg1001-4: 0404 0311 0010 0020
  543. [    2.460452] UNIPISPI: 16 User LEDs detected at nspi0
  544. [    2.470039] UNIPISPI: UniPi Board E_16Di_U_14Ro (L:3 U:2 C:8) at CS1 (nspi2) detected.
  545.                                 Fw: v5.31 Uarts:0, reg1001-4: 100e 0000 0810 0310
  546. [    2.508098] UNIPISPI: UniPi Board E_16Di_U_14Ro (L:3 U:2 C:8) at CS2 (nspi1) detected.
  547.                                 Fw: v5.31 Uarts:0, reg1001-4: 100e 0000 0810 0310
  548. [    2.515559] UNIPISPI: Detected UniPi board combination corresponding to Neuron L203
  549. [    2.524543] UNIPISPI: SPI Driver Registered, Major Version: Version 1.18:2018:10:31
  550. [    2.524847] UNIPISPI: ModBus/SPI interface /dev/unipispi (245:0) created.
  551. [    2.525040] UNIPIUART: Serial port ttyNS0 on UniPi Board nspi0 port:0 created
  552. [    2.825126] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
  553. [    2.827256] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  554. [    2.827271] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  555. [    2.827793] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  556. [    6.944182] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  557. [    6.944229] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  558. [   18.914829] random: crng init done
  559. [   18.914846] random: 7 urandom warning(s) missed due to ratelimiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement