Advertisement
Guest User

espressobin_boot

a guest
Sep 29th, 2017
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.78 KB | None | 0 0
  1. TIM-1.0
  2. WTMI-armada-17.10.1-4809244
  3. ENTER init_ddrgen
  4. DDR_TOPOLOGY is 2 : DDR3, 2CS 512M + 512M
  5. WTMI_CLOCK=1
  6.  
  7. Fill memory before self refresh...done
  8.  
  9. Fill memory before self refresh...done
  10.  
  11. Now in Self-refresh Mode
  12. Restore CAS Read and Write Latency
  13. Restore termination values to original values
  14. Exited self-refresh ...
  15.  
  16. DLL TUNING
  17. ==============
  18. DLL 0xc0001050[21:16]: [0,29,14]
  19. DLL 0xc0001050[29:24]: [7,38,1f]
  20. DLL 0xc0001054[21:16]: [2,25,13]
  21. DLL 0xc0001054[29:24]: [8,35,1e]
  22. DLL 0xc0001074[21:16]: [0,3f,1f]
  23. DLL 0xc0001074NOTICE: Booting Trusted Firmware
  24. NOTICE: BL1: v1.3(release):armada-17.10.2:13f2984
  25. NOTICE: BL1: Built : 12:48:19, Sep 27 2NOTICE: BL2: v1.3(release):armada-17.10.2:13f2984
  26. NOTICE: BL2: Built : 12:48:19, Sep 27 2017
  27. NNOTICE: BL31: v1.3(release):armada-17.10.2:13f2984
  28. NOTICE: BL31:
  29.  
  30. U-Boot 2017.03-armada-17.10.1-g440395a (Sep 25 2017 - 15:43:51 +0200)
  31.  
  32. Model: Marvell Armada 3720 Community Board ESPRESSOBin
  33. CPU @ 800 [MHz]
  34. L2 @ 800 [MHz]
  35. TClock @ 200 [MHz]
  36. DDR @ 800 [MHz]
  37. DRAM: 1 GiB
  38. U-Boot DT blob at : 000000003f7182d8
  39. Comphy-0: USB3 5 Gbps
  40. Comphy-1: PEX0 2.5 Gbps
  41. Comphy-2: SATA0 6 Gbps
  42. SATA link 0 timeout.
  43. AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
  44. flags: ncq led only pmp fbss pio slum part sxs
  45. PCIE-0: Link down
  46. MMC: sdhci@d0000: 0
  47. SF: Detected w25q32dw with page size 256 Bytes, erase size 4 KiB, total 4 MiB
  48. Net: eth0: neta@30000 [PRIME]
  49. Hit any key to stop autoboot: 0
  50. Marvell>> bubt flash-image-1200_750.bin spi usb
  51. Burning U-BOOT image "flash-image-1200_750.bin" from "usb" to "spi"
  52. USB0: Register 2000104 NbrPorts 2
  53. Starting the controller
  54. USB XHCI 1.00
  55. USB1: USB EHCI 1.00
  56. scanning bus 0 for devices... 2 USB Device(s) found
  57. scanning bus 1 for devices... 1 USB Device(s) found
  58. Image checksum...OK!
  59. SF: Detected w25q32dw with page size 256 Bytes, erase size 4 KiB, total 4 MiB
  60. 20480 bytes written, 799992 bytes skipped in 0.419s, speed 2000388 B/s
  61. Done!
  62. Marvell>> setenv boot_interface mmc
  63. Marvell>> setenv image_name boot/Image
  64. Marvell>> setenv fdt_name_a boot/dtb/marvell/armada-3720-community.dtb
  65. Marvell>> setenv fdt_name_b boot/dtb/marvell/armada-3720-espressobin.dtb
  66. Marvell>> setenv fdt_high "0xffffffffffffffff"
  67. Marvell>> setenv rootdev "/dev/mmcblk0p1"
  68. Marvell>> setenv rootfstype "ext4"
  69. Marvell>> setenv verbosity "1"
  70. Marvell>> setenv initrd_addr "0x1100000"
  71. Marvell>> setenv initrd_image "boot/uInitrd"
  72. Marvell>> setenv bootcmd 'mmc dev 0; ext4load mmc 0:1 $kernel_addr $image_name;ext4load mmc 0:1 $initrd_addr $initrd_image; ext4load mmc 0:1 $fdt_addr $fdt_name_a;ext4load mmc 0:1 $fdt_addr $fdt_name_b;setenv bootargs $console root=$rootdev rw rootwait; booti $kernel_addr $initrd_addr $fdt_addr'
  73. Marvell>> saveenv
  74. Saving Environment to SPI Flash...
  75. Erasing SPI flash...Writing to SPI flash...done
  76. Marvell>> boot
  77. switch to partitions #0, OK
  78. mmc0 is current device
  79. 14313472 bytes read in 626 ms (21.8 MiB/s)
  80. 5114631 bytes read in 229 ms (21.3 MiB/s)
  81. 11474 bytes read in 15 ms (746.1 KiB/s)
  82. ** File not found boot/dtb/marvell/armada-3720-espressobin.dtb **
  83. ## Loading init Ramdisk from Legacy Image at 01100000 ...
  84. Image Name: uInitrd
  85. Image Type: AArch64 Linux RAMDisk Image (gzip compressed)
  86. Data Size: 5114567 Bytes = 4.9 MiB
  87. Load Address: 00000000
  88. Entry Point: 00000000
  89. Verifying Checksum ... OK
  90. ## Flattened Device Tree blob at 04f00000
  91. Booting using the fdt blob at 0x4f00000
  92. Loading Ramdisk to 3f236000, end 3f716ac7 ... OK
  93. Using Device Tree in place at 0000000004f00000, end 0000000004f05cd1
  94.  
  95. Starting kernel ...
  96.  
  97. [ 0.000000] Booting Linux on physical CPU 0x0
  98. [ 0.000000] Initializing cgroup subsys cpuset
  99. [ 0.000000] Initializing cgroup subsys cpu
  100. [ 0.000000] Initializing cgroup subsys cpuacct
  101. [ 0.000000] Linux version 4.4.89-mvebu64 (root@armbian) (gcc version 6.4.1 20170707 (Linaro GCC 6.4-2017.08) ) #1 SMP PREEMPT Thu Sep 28 17:40:14 CEST 2017
  102. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  103. [ 0.000000] earlycon: Early serial console at MMIO 0xd0012000 (options '')
  104. [ 0.000000] bootconsole [uart0] enabled
  105. [ 0.000000] efi: Getting EFI parameters from FDT:
  106. [ 0.000000] efi: UEFI not found.
  107. [ 0.000000] cma: Reserved 16 MiB at 0x000000003e000000
  108. [ 0.000000] psci: probing for conduit method from DT.
  109. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  110. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  111. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  112. [ 0.000000] PERCPU: Embedded 16 pages/cpu @ffffffc03ffc5000 s25240 r8192 d32104 u65536
  113. [ 0.000000] Detected VIPT I-cache on CPU0
  114. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  115. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257536
  116. [ 0.000000] Kernel command line: console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000 root=/dev/mmcblk0p1 rw rootwait
  117. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  118. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  119. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  120. [ 0.000000] software IO TLB [mem 0x39600000-0x3d600000] (64MB) mapped at [ffffffc039600000-ffffffc03d5fffff]
  121. [ 0.000000] Memory: 926700K/1046528K available (9617K kernel code, 570K rwdata, 3312K rodata, 360K init, 288K bss, 103444K reserved, 16384K cma-reserved)
  122. [ 0.000000] Virtual kernel memory layout:
  123. [ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
  124. [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
  125. [ 0.000000] 0xffffffbdc0000000 - 0xffffffbdc1000000 ( 16 MB actual)
  126. [ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
  127. [ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
  128. [ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
  129. [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc040000000 ( 1024 MB)
  130. [ 0.000000] .init : 0xffffffc000d23000 - 0xffffffc000d7d000 ( 360 KB)
  131. [ 0.000000] .text : 0xffffffc000080000 - 0xffffffc000d22474 ( 12938 KB)
  132. [ 0.000000] .data : 0xffffffc000d98000 - 0xffffffc000e26800 ( 570 KB)
  133. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  134. [ 0.000000] Preemptible hierarchical RCU implementation.
  135. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  136. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
  137. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
  138. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  139. [ 0.000000] GIC: Using split EOI/Deactivate mode
  140. [ 0.000000] CPU0: found redistributor 0 region 0:0x00000000d1d40000
  141. [ 0.000000] Architected cp15 timer(s) running at 12.50MHz (phys).
  142. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
  143. [ 0.000005] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
  144. [ 0.008435] Console: colour dummy device 80x25
  145. [ 0.012949] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=50000)
  146. [ 0.023498] pid_max: default: 32768 minimum: 301
  147. [ 0.028308] Security Framework initialized
  148. [ 0.032494] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  149. [ 0.039365] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  150. [ 0.047304] Initializing cgroup subsys memory
  151. [ 0.051743] Initializing cgroup subsys devices
  152. [ 0.056289] Initializing cgroup subsys freezer
  153. [ 0.060857] Initializing cgroup subsys net_cls
  154. [ 0.065425] Initializing cgroup subsys net_prio
  155. [ 0.070084] Initializing cgroup subsys hugetlb
  156. [ 0.074652] Initializing cgroup subsys pids
  157. [ 0.079236] EFI services will not be available.
  158. [ 0.083849] ASID allocator initialised with 65536 entries
  159. [ 0.125554] Detected VIPT I-cache on CPU1
  160. [ 0.125585] CPU1: found redistributor 1 region 0:0x00000000d1d60000
  161. [ 0.125614] CPU1: Booted secondary processor [410fd034]
  162. [ 0.125680] Brought up 2 CPUs
  163. [ 0.144601] SMP: Total of 2 processors activated.
  164. [ 0.149447] CPU features: detected feature: GIC system register CPU interface
  165. [ 0.156795] CPU: All CPU(s) started at EL2
  166. [ 0.161017] alternatives: patching kernel code
  167. [ 0.166123] devtmpfs: initialized
  168. [ 0.172696] DMI not present or invalid.
  169. [ 0.176831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  170. [ 0.186823] futex hash table entries: 512 (order: 4, 65536 bytes)
  171. [ 0.194057] xor: measuring software checksum speed
  172. [ 0.238986] 8regs : 1535.000 MB/sec
  173. [ 0.283260] 8regs_prefetch: 1369.000 MB/sec
  174. [ 0.327891] 32regs : 1887.000 MB/sec
  175. [ 0.372161] 32regs_prefetch: 1586.000 MB/sec
  176. [ 0.376835] xor: using function: 32regs (1887.000 MB/sec)
  177. [ 0.382406] pinctrl core: initialized pinctrl subsystem
  178. [ 0.389105] NET: Registered protocol family 16
  179. [ 0.405692] cpuidle: using governor ladder
  180. [ 0.421862] cpuidle: using governor menu
  181. [ 0.426098] vdso: 2 pages (1 code @ ffffffc000d9d000, 1 data @ ffffffc000d9c000)
  182. [ 0.433687] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  183. [ 0.442575] DMA: preallocated 2048 KiB pool for atomic allocations
  184. [ 0.449008] Serial: AMBA PL011 UART driver
  185. [ 0.454789] d0012000.serial: ttyMV0 at MMIO 0xd0012000 (irq = 7, base_baud = 0) is a mvebu-uart
  186. [ 0.463712] console [ttyMV0] enabled
  187. [ 0.463712] console [ttyMV0] enabled
  188. [ 0.471059] bootconsole [uart0] disabled
  189. [ 0.471059] bootconsole [uart0] disabled
  190. [ 0.574386] raid6: int64x1 gen() 317 MB/s
  191. [ 0.646301] raid6: int64x1 xor() 317 MB/s
  192. [ 0.718363] raid6: int64x2 gen() 475 MB/s
  193. [ 0.790448] raid6: int64x2 xor() 410 MB/s
  194. [ 0.862575] raid6: int64x4 gen() 691 MB/s
  195. [ 0.934615] raid6: int64x4 xor() 506 MB/s
  196. [ 1.006654] raid6: int64x8 gen() 799 MB/s
  197. [ 1.078742] raid6: int64x8 xor() 500 MB/s
  198. [ 1.150788] raid6: neonx1 gen() 504 MB/s
  199. [ 1.222839] raid6: neonx1 xor() 520 MB/s
  200. [ 1.294921] raid6: neonx2 gen() 827 MB/s
  201. [ 1.366980] raid6: neonx2 xor() 711 MB/s
  202. [ 1.439075] raid6: neonx4 gen() 1065 MB/s
  203. [ 1.511120] raid6: neonx4 xor() 811 MB/s
  204. [ 1.583195] raid6: neonx8 gen() 1130 MB/s
  205. [ 1.655266] raid6: neonx8 xor() 837 MB/s
  206. [ 1.659694] raid6: using algorithm neonx8 gen() 1130 MB/s
  207. [ 1.665286] raid6: .... xor() 837 MB/s, rmw enabled
  208. [ 1.670159] raid6: using intx1 recovery algorithm
  209. [ 1.675389] ACPI: Interpreter disabled.
  210. [ 1.679486] gpio-regulator soc:internal-regs:regulator@0: Could not obtain regulator setting GPIOs: -517
  211. [ 1.689460] armada3700-avs d0011500.avs: error getting max cpu frequency, try again later
  212. [ 1.697952] armada3700-avs d0011500.avs: armada_3700_avs_probe: failed initialization
  213. [ 1.706297] vgaarb: loaded
  214. [ 1.709160] SCSI subsystem initialized
  215. [ 1.713407] usbcore: registered new interface driver usbfs
  216. [ 1.719245] usbcore: registered new interface driver hub
  217. [ 1.724577] usbcore: registered new device driver usb
  218. [ 1.730562] pps_core: LinuxPPS API ver. 1 registered
  219. [ 1.735753] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  220. [ 1.745264] PTP clock support registered
  221. [ 1.749471] dmi: Firmware registration failed.
  222. [ 1.754477] armada37xx-clk-pm d0014018.cpu-pm-clk: error getting max cpu frequency, try again later
  223. [ 1.764291] NetLabel: Initializing
  224. [ 1.767460] NetLabel: domain hash size = 128
  225. [ 1.772166] NetLabel: protocols = UNLABELED CIPSOv4
  226. [ 1.777427] NetLabel: unlabeled traffic allowed by default
  227. [ 1.783425] clocksource: Switched to clocksource arch_sys_counter
  228. [ 1.790244] pnp: PnP ACPI: disabled
  229. [ 1.802402] NET: Registered protocol family 2
  230. [ 1.807687] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  231. [ 1.815079] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  232. [ 1.822082] TCP: Hash tables configured (established 8192 bind 8192)
  233. [ 1.828447] UDP hash table entries: 512 (order: 2, 16384 bytes)
  234. [ 1.834481] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  235. [ 1.841312] NET: Registered protocol family 1
  236. [ 1.846148] RPC: Registered named UNIX socket transport module.
  237. [ 1.852224] RPC: Registered udp transport module.
  238. [ 1.857075] RPC: Registered tcp transport module.
  239. [ 1.862031] RPC: Registered tcp NFSv4.1 backchannel transport module.
  240. [ 1.868969] Trying to unpack rootfs image as initramfs...
  241. [ 2.183609] Freeing initrd memory: 4992K
  242. [ 2.188241] kvm [1]: GICv3: no GICV resource entry
  243. [ 2.192977] kvm [1]: disabling GICv2 emulation
  244. [ 2.197556] kvm [1]: interrupt-controller@ffffffc0000aba64 IRQ13
  245. [ 2.204238] kvm [1]: timer IRQ3
  246. [ 2.207139] kvm [1]: Hyp mode initialized successfully
  247. [ 2.215343] audit: initializing netlink subsys (disabled)
  248. [ 2.220674] audit: type=2000 audit(2.144:1): initialized
  249. [ 2.230939] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  250. [ 2.247168] VFS: Disk quotas dquot_6.6.0
  251. [ 2.251563] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  252. [ 2.261750] NFS: Registering the id_resolver key type
  253. [ 2.266988] Key type id_resolver registered
  254. [ 2.271340] Key type id_legacy registered
  255. [ 2.275272] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  256. [ 2.282142] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  257. [ 2.289242] fuse init (API version 7.23)
  258. [ 2.293950] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  259. [ 2.306312] async_tx: api initialized (async)
  260. [ 2.310845] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  261. [ 2.318555] io scheduler noop registered
  262. [ 2.322274] io scheduler deadline registered
  263. [ 2.327017] io scheduler cfq registered (default)
  264. [ 2.335800] libphy: Fixed MDIO Bus: probed
  265. [ 2.340001] tun: Universal TUN/TAP device driver, 1.6
  266. [ 2.345208] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  267. [ 2.351902] libphy: mdio_driver_register: mv88e6xxx
  268. [ 2.356992] libphy: orion_mdio_bus: probed
  269. [ 2.361290] mdio_bus d0032004.mdio-mi:01: mdio_device_register
  270. [ 2.372170] sky2: driver version 1.30
  271. [ 2.375875] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  272. [ 2.382037] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  273. [ 2.388010] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
  274. [ 2.395130] igb: Copyright (c) 2007-2014 Intel Corporation.
  275. [ 2.401049] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
  276. [ 2.409096] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  277. [ 2.415482] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.2.1-k
  278. [ 2.423162] ixgbe: Copyright (c) 1999-2015 Intel Corporation.
  279. [ 2.429290] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.12.1-k
  280. [ 2.439020] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation.
  281. [ 2.445394] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
  282. [ 2.452631] ixgb: Copyright (c) 1999-2008 Intel Corporation.
  283. [ 2.459838] advk-pcie d0070000.pcie: Failed to obtain clock from DT
  284. [ 2.466853] mv_xor d0060900.xor: Marvell shared XOR driver
  285. [ 2.492120] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr pq )
  286. [ 2.520140] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr pq )
  287. [ 2.533422] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  288. [ 2.542422] Unable to detect cache hierarchy from DT for CPU 0
  289. [ 2.549574] brd: module loaded
  290. [ 2.558518] loop: module loaded
  291. [ 2.562078] SCSI Media Changer driver v0.25
  292. [ 2.572700] VFIO - User Level meta-driver version: 0.3
  293. [ 2.582816] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  294. [ 2.589787] ehci-pci: EHCI PCI platform driver
  295. [ 2.594449] ehci-platform: EHCI generic platform driver
  296. [ 2.599811] ehci-orion: EHCI orion driver
  297. [ 2.614277] orion-ehci d005e000.usb: EHCI Host Controller
  298. [ 2.619641] orion-ehci d005e000.usb: new USB bus registered, assigned bus number 1
  299. [ 2.628071] orion-ehci d005e000.usb: irq 10, io mem 0xd005e000
  300. [ 2.643445] orion-ehci d005e000.usb: USB 2.0 started, EHCI 1.00
  301. [ 2.650359] hub 1-0:1.0: USB hub found
  302. [ 2.654200] hub 1-0:1.0: 1 port detected
  303. [ 2.658531] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  304. [ 2.664622] ohci-pci: OHCI PCI platform driver
  305. [ 2.669294] ohci-platform: OHCI generic platform driver
  306. [ 2.675256] usbcore: registered new interface driver uas
  307. [ 2.680909] usbcore: registered new interface driver usb-storage
  308. [ 2.687212] usbcore: registered new interface driver ums-alauda
  309. [ 2.693056] usbcore: registered new interface driver ums-cypress
  310. [ 2.699470] usbcore: registered new interface driver ums-datafab
  311. [ 2.705762] usbcore: registered new interface driver ums_eneub6250
  312. [ 2.711891] usbcore: registered new interface driver ums-freecom
  313. [ 2.718376] usbcore: registered new interface driver ums-isd200
  314. [ 2.724504] usbcore: registered new interface driver ums-jumpshot
  315. [ 2.730555] usbcore: registered new interface driver ums-karma
  316. [ 2.736670] usbcore: registered new interface driver ums-onetouch
  317. [ 2.743079] usbcore: registered new interface driver ums-realtek
  318. [ 2.749465] usbcore: registered new interface driver ums-sddr09
  319. [ 2.756000] usbcore: registered new interface driver ums-sddr55
  320. [ 2.762125] usbcore: registered new interface driver ums-usbat
  321. [ 2.769331] mousedev: PS/2 mouse device common for all mice
  322. [ 2.775489] i2c /dev entries driver
  323. [ 2.779825] md: linear personality registered for level -1
  324. [ 2.785553] md: raid0 personality registered for level 0
  325. [ 2.790821] md: raid1 personality registered for level 1
  326. [ 2.796304] md: raid10 personality registered for level 10
  327. [ 2.802367] md: raid6 personality registered for level 6
  328. [ 2.807895] md: raid5 personality registered for level 5
  329. [ 2.813138] md: raid4 personality registered for level 4
  330. [ 2.819000] sdhci: Secure Digital Host Controller Interface driver
  331. [ 2.825065] sdhci: Copyright(c) Pierre Ossman
  332. [ 2.829845] sdhci-pltfm: SDHCI platform and OF driver helper
  333. [ 2.835910] xenon-sdhci d00d0000.sdhci: Failed to setup input clk: -517
  334. [ 2.842766] ledtrig-cpu: registered to indicate activity on CPUs
  335. [ 2.849023] hidraw: raw HID events driver (C) Jiri Kosina
  336. [ 2.857487] NET: Registered protocol family 10
  337. [ 2.863081] NET: Registered protocol family 17
  338. [ 2.867675] Distributed Switch Architecture driver version 0.1
  339. [ 2.873850] Key type dns_resolver registered
  340. [ 2.879075] registered taskstats version 1
  341. [ 2.885941] Btrfs loaded
  342. [ 2.902550] Key type encrypted registered
  343. [ 2.913469] mvneta d0030000.ethernet eth0: Using device tree mac address 00:51:82:11:22:00
  344. [ 3.122551] PCI host bridge /soc/pcie@d0070000 ranges:
  345. [ 3.127915] MEM 0xe8000000..0xe8ffffff -> 0xe8000000
  346. [ 3.132986] IO 0xe9000000..0xe900ffff -> 0xe9000000
  347. [ 4.138727] advk-pcie d0070000.pcie: link never came up
  348. [ 4.144110] advk-pcie d0070000.pcie: PCI host bridge to bus 0000:00
  349. [ 4.150565] pci_bus 0000:00: root bus resource [bus 00-ff]
  350. [ 4.156060] pci_bus 0000:00: root bus resource [mem 0xe8000000-0xe8ffffff]
  351. [ 4.163177] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0xe9000000-0xe900ffff])
  352. [ 5.604585] advk-pcie d0070000.pcie: Posted PIO Response Status: CA, 0xe00 @ 0x0
  353. [ 5.614887] ahci-mvebu d00e0000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
  354. [ 5.624034] ahci-mvebu d00e0000.sata: flags: ncq sntf led only pmp fbs pio slum part sxs
  355. [ 5.633486] scsi host0: ahci-mvebu
  356. [ 5.637302] ata1: SATA max UDMA/133 mmio [mem 0xd00e0000-0xd00e0177] port 0x100 irq 12
  357. [ 5.655674] xhci-hcd d0058000.usb3: xHCI Host Controller
  358. [ 5.660984] xhci-hcd d0058000.usb3: new USB bus registered, assigned bus number 2
  359. [ 5.669303] xhci-hcd d0058000.usb3: hcc params 0x0a000998 hci version 0x100 quirks 0x00010090
  360. [ 5.678207] xhci-hcd d0058000.usb3: irq 9, io mem 0xd0058000
  361. [ 5.684686] hub 2-0:1.0: USB hub found
  362. [ 5.688637] hub 2-0:1.0: 1 port detected
  363. [ 5.693543] xhci-hcd d0058000.usb3: xHCI Host Controller
  364. [ 5.698717] xhci-hcd d0058000.usb3: new USB bus registered, assigned bus number 3
  365. [ 5.706792] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
  366. [ 5.715784] hub 3-0:1.0: USB hub found
  367. [ 5.719724] hub 3-0:1.0: 1 port detected
  368. [ 5.724438] xenon-sdhci d00d0000.sdhci: Got CD GPIO
  369. [ 5.729814] xenon-sdhci d00d0000.sdhci: No vmmc regulator found
  370. [ 5.771589] mmc0: SDHCI controller on d00d0000.sdhci [d00d0000.sdhci] using ADMA
  371. [ 5.816200] libphy: mv88e6xxx SMI: probed
  372. [ 5.820145] mdio_bus d0032004.mdio-mi: switch 0x341 probed: Marvell 88E6341, revision 0
  373. [ 5.828446] mvneta d0030000.ethernet eth0: [0]: detected a Marvell 88E6341 switch
  374. [ 5.846390] mmc0: new high speed SDHC card at address 59b4
  375. [ 5.852615] mmcblk0: mmc0:59b4 00000 14.9 GiB
  376. [ 5.858385] mmcblk0: p1
  377. [ 5.919835] Generic PHY mv88e6xxx-0:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=mv88e6xxx-0:01, irq=-1)
  378. [ 5.934343] Generic PHY mv88e6xxx-0:02: attached PHY driver [Generic PHY] (mii_bus:phy_addr=mv88e6xxx-0:02, irq=-1)
  379. [ 5.949026] Generic PHY mv88e6xxx-0:03: attached PHY driver [Generic PHY] (mii_bus:phy_addr=mv88e6xxx-0:03, irq=-1)
  380. [ 5.963495] ata1: SATA link down (SStatus 0 SControl 300)
  381. [ 5.969476] hctosys: unable to open rtc device (rtc0)
  382. [ 5.984431] Freeing unused kernel memory: 360K
  383. [ 5.989342] Freeing alternatives memory: 76K
  384. Loading, please wait...
  385. starting version 229
  386. [ 6.171861] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
  387. [ 6.184251] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
  388. [ 6.185206] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
  389. [ 6.185808] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
  390. [ 6.186057] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
  391. [ 6.186384] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
  392. [ 6.187646] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
  393. [ 6.187957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
  394. [ 6.189685] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
  395. [ 6.191598] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
  396. Begin: Loading essential drivers ... done.
  397. Begin: Running /scripts/init-premount ... done.
  398. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  399. Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
  400. done.
  401. Begin: Will now check root file system ... fsck from util-linux 2.27.1
  402. [/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1
  403. /dev/mmcblk0p1: recovering journal
  404. /dev/mmcblk0p1: clean, 35033/967232 files, 360996/3872052 blocks
  405. done.
  406. [ 8.543240] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  407. done.
  408. Begin: Running /scripts/local-bottom ... done.
  409. Begin: Running /scripts/init-bottom ... done.
  410. [ 9.298386] systemd[1]: System time before build time, advancing clock.
  411. [ 9.392153] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
  412. [ 9.412500] systemd[1]: Detected architecture arm64.
  413.  
  414. Welcome to Ubuntu 16.04.3 LTS!
  415.  
  416. [ 9.437380] systemd[1]: Set hostname to <espressobin>.
  417. [ 10.250731] systemd[1]: Started Trigger resolvconf update for networkd DNS.
  418. [ OK ] Started Trigger resolvconf update for networkd DNS.
  419. [ 10.268570] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  420. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  421. [ 10.289026] systemd[1]: Listening on Journal Audit Socket.
  422. [ OK ] Listening on Journal Audit Socket.
  423. [ 10.305561] systemd[1]: Created slice System Slice.
  424. [ OK ] Created slice System Slice.
  425. [ 10.321570] systemd[1]: Created slice system-serial\x2dgetty.slice.
  426. [ OK ] Created slice system-serial\x2dgetty.slice.
  427. [ 10.340912] systemd[1]: Listening on Network Service Netlink Socket.
  428. [ OK ] Listening on Network Service Netlink Socket.
  429. [ 10.356653] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  430. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  431. [ 10.376478] systemd[1]: Listening on udev Control Socket.
  432. [ OK ] Listening on udev Control Socket.
  433. [ 10.391952] systemd[1]: Reached target Swap.
  434. [ OK ] Reached target Swap.
  435. [ 10.404457] systemd[1]: Listening on Journal Socket (/dev/log).
  436. [ OK ] Listening on Journal Socket (/dev/log).
  437. [ 10.420291] systemd[1]: Listening on Syslog Socket.
  438. [ OK ] Listening on Syslog Socket.
  439. [ 10.432329] systemd[1]: Listening on udev Kernel Socket.
  440. [ OK ] Listening on udev Kernel Socket.
  441. [ 10.448290] systemd[1]: Listening on fsck to fsckd communication Socket.
  442. [ OK ] Listening on fsck to fsckd communication Socket.
  443. [ 10.463943] systemd[1]: Reached target Encrypted Volumes.
  444. [ OK ] Reached target Encrypted Volumes.
  445. [ 10.480507] systemd[1]: Listening on Journal Socket.
  446. [ OK ] Listening on Journal Socket.
  447. [ 10.512492] systemd[1]: Starting Nameserver information manager...
  448. Starting Nameserver information manager...
  449. [ 10.537139] systemd[1]: Mounting Debug File System...
  450. Mounting Debug File System...
  451. [ 10.568709] systemd[1]: Mounting Huge Pages File System...
  452. Mounting Huge Pages File System...
  453. [ 10.617216] systemd[1]: Starting Set console keymap...
  454. Starting Set console keymap...
  455. [ 10.678581] systemd[1]: Starting Restore / save the current clock...
  456. Starting Restore / save the current clock...
  457. [ 10.724529] systemd[1]: Mounting POSIX Message Queue File System...
  458. Mounting POSIX Message Queue File System...
  459. [ 10.785617] systemd[1]: Starting Load Kernel Modules...
  460. Starting Load Kernel Modules...
  461. [ 10.849293] systemd[1]: Starting Remount Root and Kernel File Systems...
  462. Starting Remount Root and Kernel File Systems...
  463. [ 10.876974] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  464. [ OK ] Started Forward Password Requests to Wall Directory Watch.
  465. [ 10.916303] systemd[1]: Reached target Paths.
  466. [ 10.924771] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  467. [ OK ] Reached target Paths.
  468. [ 10.940260] systemd[1]: Reached target Remote File Systems (Pre).
  469. [ OK ] Reached target Remote File Systems (Pre).
  470. [ 10.993662] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  471. Starting Create list of required st... nodes for the current kernel...
  472. [ 11.022493] systemd[1]: Reached target Remote File Systems.
  473. [ OK ] Reached target Remote File Systems.
  474. [ 11.037646] systemd[1]: Created slice User and Session Slice.
  475. [ OK ] Created slice User and Session Slice.
  476. [ 11.052080] systemd[1]: Reached target Slices.
  477. [ OK ] Reached target Slices.
  478. [ 11.099222] systemd[1]: Mounted Debug File System.
  479. [ OK ] Mounted Debug File System.
  480. [ 11.112589] systemd[1]: Mounted Huge Pages File System.
  481. [ OK ] Mounted Huge Pages File System.
  482. [ 11.132286] systemd[1]: Mounted POSIX Message Queue File System.
  483. [ OK ] Mounted POSIX Message Queue File System.
  484. [ 11.186757] systemd[1]: Started Restore / save the current clock.
  485. [ OK ] Started Restore / save the current clock.
  486. [ 11.209698] systemd[1]: Started Load Kernel Modules.
  487. [ OK ] Started Load Kernel Modules.
  488. [ 11.228875] systemd[1]: Started Remount Root and Kernel File Systems.
  489. [ OK ] Started Remount Root and Kernel File Systems.
  490. [ 11.247371] systemd[1]: Started Create list of required static device nodes for the current kernel.
  491. [ OK ] Started Create list of required sta...ce nodes for the current kernel.
  492. [ 11.293678] systemd[1]: Started Nameserver information manager.
  493. [ OK ] Started Nameserver information manager.
  494. [ 11.334338] systemd[1]: Time has been changed
  495. [ 11.509555] systemd[1]: Started Set console keymap.
  496. [ OK ] Started Set console keymap.
  497. [ 12.284682] systemd[1]: Reached target Network (Pre).
  498. [ OK ] Reached target Network (Pre).
  499. [ 12.321169] systemd[1]: Starting Create Static Device Nodes in /dev...
  500. Starting Create Static Device Nodes in /dev...
  501. [ 12.348424] systemd[1]: Starting Load/Save Random Seed...
  502. Starting Load/Save Random Seed...
  503. [ 12.419995] systemd[1]: Starting udev Coldplug all Devices...
  504. Starting udev Coldplug all Devices...
  505. [ 12.472757] systemd[1]: Mounting FUSE Control File System...
  506. Mounting FUSE Control File System...
  507. [ 12.548437] systemd[1]: Mounting Configuration File System...
  508. Mounting Configuration File System...
  509. [ 12.622347] systemd[1]: Starting Apply Kernel Variables...
  510. Starting Apply Kernel Variables...
  511. [ OK ] Mounted Configuration File System.
  512. [ OK ] Mounted FUSE Control File System.
  513. [ OK ] Started Create Static Device Nodes in /dev.
  514. [ OK ] Started Load/Save Random Seed.
  515. [ OK ] Started Apply Kernel Variables.
  516. Starting udev Kernel Device Manager...
  517. [ OK ] Reached target Local File Systems (Pre).
  518. Mounting /tmp...
  519. [ OK ] Started udev Coldplug all Devices.
  520. [ OK ] Mounted /tmp.
  521. [ OK ] Started udev Kernel Device Manager.
  522. Starting Network Service...
  523. [ OK ] Started Entropy daemon using the HAVEGE algorithm.
  524. [ OK ] Reached target Local File Systems.
  525. Starting Armbian enhanced Log2Ram...
  526. Starting Set console font and keymap...
  527. Starting LSB: Restore and store ALSA driver settings...
  528. Starting Raise network interfaces...
  529. [ OK ] Started LSB: Restore and store ALSA driver settings.
  530. [ OK ] Started Network Service.
  531. [ OK ] Started Armbian enhanced Log2Ram.
  532. Starting Journal Service...
  533. Starting Update resolvconf for networkd DNS...
  534. [ OK ] Started Journal Service.
  535. Starting Flush Journal to Persistent Storage...
  536. [ OK ] Started Flush Journal to Persistent Storage.
  537. Starting Create Volatile Files and Directories...
  538. [ OK ] Started Create Volatile Files and Directories.
  539. Starting Update UTMP about System Boot/Shutdown...
  540. [ OK ] Reached target System Time Synchronized.
  541. [ OK ] Started Update UTMP about System Boot/Shutdown.
  542. [ OK ] Reached target System Initialization.
  543. [ OK ] Listening on D-Bus System Message Bus Socket.
  544. [ OK ] Reached target Sockets.
  545. [ OK ] Reached target Basic System.
  546. Starting LSB: Start/stop sysstat's sadc...
  547. Starting Login Service...
  548. Starting Permit User Sessions...
  549. Starting LSB: Load kernel modules needed to enable cpufreq scaling...
  550. [ OK ] Started Daily Cleanup of Temporary Directories.
  551. [ OK ] Started D-Bus System Message Bus.
  552. Starting Network Manager...
  553. Starting System Logging Service...
  554. Starting LSB: Armbian gathering hardware information...
  555. [ OK ] Started Regular background program processing daemon.
  556. [ OK ] Started Permit User Sessions.
  557. [ OK ] Found device /dev/ttyS0.
  558. [ OK ] Started System Logging Service.
  559. [ OK ] Found device /dev/ttyMV0.
  560. [ OK ] Started Raise network interfaces.
  561. [ OK ] Started Set console font and keymap.
  562. [ OK ] Started LSB: Start/stop sysstat's sadc.
  563. [ OK ] Started Network Manager.
  564. [ OK ] Started Login Service.
  565. Starting Network Manager Script Dispatcher Service...
  566. Starting Network Manager Wait Online...
  567. [ OK ] Created slice system-getty.slice.
  568. [ OK ] Reached target Network.
  569. Starting Network Name Resolution...
  570. [ OK ] Started Unattended Upgrades Shutdown.
  571. Starting OpenBSD Secure Shell server...
  572. Starting Set console scheme...
  573. [ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
  574. [ OK ] Started Set console scheme.
  575. [ OK ] Started Network Manager Script Dispatcher Service.
  576. [ OK ] Started Network Name Resolution.
  577. [ OK ] Started OpenBSD Secure Shell server.
  578. Starting Hostname Service...
  579. Starting LSB: set CPUFreq kernel parameters...
  580. [ OK ] Started Hostname Service.
  581. [ OK ] Started LSB: set CPUFreq kernel parameters.
  582. Starting LSB: Set sysfs variables from /etc/sysfs.conf...
  583. [ OK ] Started LSB: Set sysfs variables from /etc/sysfs.conf.
  584. Starting Authenticate and Authorize Users to Run Privileged Tasks...
  585. [ OK ] Started Authenticate and Authorize Users to Run Privileged Tasks.
  586. [ OK ] Started Network Manager Wait Online.
  587. [ OK ] Started LSB: Armbian gathering hardware information.
  588. [ OK ] Started Update resolvconf for networkd DNS.
  589. [ OK ] Reached target Network is Online.
  590. Starting LSB: disk temperature monitoring daemon...
  591. [ OK ] Started Daily apt download activities.
  592. [ OK ] Started Daily apt upgrade and clean activities.
  593. [ OK ] Reached target Timers.
  594. Starting LSB: Advanced IEEE 802.11 management daemon...
  595. Starting /etc/rc.local Compatibility...
  596. Starting LSB: Start NTP daemon...
  597. [ OK ] Started LSB: Advanced IEEE 802.11 management daemon.
  598. [ OK ] Started /etc/rc.local Compatibility.
  599. [ OK ] Started LSB: disk temperature monitoring daemon.
  600. [ OK ] Started Serial Getty on ttyS0.
  601. [ OK ] Started Serial Getty on ttyMV0.
  602. [ OK ] Started Getty on tty1.
  603. [ OK ] Reached target Login Prompts.
  604. [ OK ] Started LSB: Start NTP daemon.
  605. [ OK ] Reached target Multi-User System.
  606. [ OK ] Reached target Graphical Interface.
  607. Starting Update UTMP about System Runlevel Changes...
  608. [ OK ] Started Update UTMP about System Runlevel Changes.
  609.  
  610. Ubuntu 16.04.3 LTS espressobin ttyMV0
  611.  
  612. espressobin login: root
  613. Password:
  614. Last login: Thu Sep 28 16:22:09 UTC 2017 on ttyMV0
  615. _____ _ _
  616. | ____|___ _ __ _ __ ___ ___ ___ ___ | |__ (_)_ __
  617. | _| / __| '_ \| '__/ _ \/ __/ __|/ _ \| '_ \| | '_ \
  618. | |___\__ \ |_) | | | __/\__ \__ \ (_) | |_) | | | | |
  619. |_____|___/ .__/|_| \___||___/___/\___/|_.__/|_|_| |_|
  620. |_|
  621.  
  622. Welcome to ARMBIAN 5.33.170929 nightly Ubuntu 16.04.3 LTS 4.4.89-mvebu64
  623. System load: 1.67 0.56 0.20 Up time: 0 min
  624. Memory usage: 3 % of 926MB IP:
  625. Usage of /: 8% of 15G
  626.  
  627. [ General system configuration: armbian-config ]
  628.  
  629.  
  630. root@espressobin:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement