Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 KB | None | 0 0
  1. U-Boot 2020.01-armbian (Feb 17 2020 - 07:07:24 +0100)
  2.  
  3. Model: FriendlyARM NanoPi NEO4
  4. DRAM: 1022 MiB
  5. PMIC: RK808
  6. MMC: dwmmc@fe310000: 2, dwmmc@fe320000: 1, sdhci@fe330000: 0
  7. Loading Environment from MMC... Card did not respond to voltage select!
  8. *** Warning - No block device, using default environment
  9.  
  10. In: serial@ff1a0000
  11. Out: serial@ff1a0000
  12. Err: serial@ff1a0000
  13. Model: FriendlyARM NanoPi NEO4
  14. rockchip_dnl_key_pressed: adc_channel_single_shot fail!
  15. Net: eth0: ethernet@fe300000
  16. Hit any key to stop autoboot: 0
  17. Card did not respond to voltage select!
  18. switch to partitions #0, OK
  19. mmc1 is current device
  20. Scanning mmc 1:1...
  21. Found U-Boot script /boot/boot.scr
  22. 3018 bytes read in 8 ms (368.2 KiB/s)
  23. ## Executing script at 00500000
  24. Boot script loaded from mmc 1
  25. 116 bytes read in 7 ms (15.6 KiB/s)
  26. 20557832 bytes read in 1299 ms (15.1 MiB/s)
  27. 104141 bytes read in 18 ms (5.5 MiB/s)
  28. ## Flattened Device Tree blob at 01f00000
  29. Booting using the fdt blob at 0x1f00000
  30. ERROR: reserving fdt memory region failed (addr=0 size=0)
  31. Loading Device Tree to 000000003dea1000, end 000000003df22fff ... OK
  32.  
  33. Starting kernel ...
  34.  
  35. [ 0.000000] Booting Linux on physical CPU 0x0
  36. [ 0.000000] Initializing cgroup subsys cpuset
  37. [ 0.000000] Initializing cgroup subsys cpu
  38. [ 0.000000] Initializing cgroup subsys cpuacct
  39. [ 0.000000] Linux version 4.4.213 (root@beaarch64) (gcc version 9.2.0 (Gentoo 9.2.0-r2 p3) ) #10 SMP Fri Feb 28 12:11:18 CST 2020
  40. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  41. [ 0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '')
  42. [ 0.000000] bootconsole [uart0] enabled
  43. [ 0.000000] Reserved memory: failed to reserve memory for node 'drm-logo@00000000': base 0x0000000000000000, size 0 MiB
  44. [ 0.000000] psci: probing for conduit method from DT.
  45. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  46. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  47. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  48. [ 0.000000] psci: SMC Calling Convention v1.0
  49. [ 0.000000] PERCPU: Embedded 20 pages/cpu @ffffffc03feef000 s42216 r8192 d31512 u81920
  50. [ 0.000000] Detected VIPT I-cache on CPU0
  51. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  52. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257544
  53. [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rootwait rootfstype=ext4 earlycon=uart8250,mmio32,0xff1a0000 console=ttyFIQ0,1500000 consoleblank=0 loglevel=7 ubootpart=f536872c-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  54. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  55. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  56. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  57. [ 0.000000] software IO TLB: mapped [mem 0x39ea1000-0x3dea1000] (64MB)
  58. [ 0.000000] Memory: 939376K/1046528K available (11518K kernel code, 1388K rwdata, 6032K rodata, 1088K init, 1950K bss, 107152K reserved, 0K cma-reserved)
  59. [ 0.000000] Virtual kernel memory layout:
  60. [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  61. [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB)
  62. [ 0.000000] .init : 0xffffff80091b0000 - 0xffffff80092c0000 ( 1088 KB)
  63. [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008bc0000 ( 11520 KB)
  64. [ 0.000000] .rodata : 0xffffff8008bc0000 - 0xffffff80091b0000 ( 6080 KB)
  65. [ 0.000000] .data : 0xffffff80092c0000 - 0xffffff800941b008 ( 1389 KB)
  66. [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
  67. [ 0.000000] 0xffffffbdc0008000 - 0xffffffbdc1000000 ( 15 MB actual)
  68. [ 0.000000] fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB)
  69. [ 0.000000] PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB)
  70. [ 0.000000] memory : 0xffffffc000200000 - 0xffffffc040000000 ( 1022 MB)
  71. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
  72. [ 0.000000] Hierarchical RCU implementation.
  73. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  74. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
  75. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
  76. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  77. [ 0.000000] GIC: Using split EOI/Deactivate mode
  78. [ 0.000000] ITS: /interrupt-controller@fee00000/interrupt-controller@fee20000
  79. [ 0.000000] ITS: allocated 65536 Devices @3e900000 (psz 64K, shr 0)
  80. [ 0.000000] ITS: using cache flushing for cmd queue
  81. [ 0.000000] GIC: using LPI property table @0x000000003e890000
  82. [ 0.000000] ITS: Allocated 1792 chunks for LPIs
  83. [ 0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000
  84. [ 0.000000] CPU0: using LPI pending table @0x000000003e8a0000
  85. [ 0.000000] GIC: using cache flushing for LPI property table
  86. [ 0.000000] GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
  87. [ 0.000000] GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
  88. [ 0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop0_frac as parent of dclk_vop0, rate changes may not work
  89. [ 0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop1_frac as parent of dclk_vop1, rate changes may not work
  90. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  91. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  92. [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  93. [ 0.002240] Console: colour dummy device 80x25
  94. [ 0.002682] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  95. [ 0.003661] pid_max: default: 32768 minimum: 301
  96. [ 0.004210] Security Framework initialized
  97. [ 0.004605] Yama: becoming mindful.
  98. [ 0.004955] AppArmor: AppArmor disabled by boot time parameter
  99. [ 0.005556] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  100. [ 0.006212] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  101. [ 0.007578] Initializing cgroup subsys io
  102. [ 0.007975] Initializing cgroup subsys memory
  103. [ 0.008416] Initializing cgroup subsys devices
  104. [ 0.008848] Initializing cgroup subsys freezer
  105. [ 0.009280] Initializing cgroup subsys net_cls
  106. [ 0.009710] Initializing cgroup subsys perf_event
  107. [ 0.010166] Initializing cgroup subsys net_prio
  108. [ 0.010622] Initializing cgroup subsys hugetlb
  109. [ 0.011051] Initializing cgroup subsys pids
  110. [ 0.011487] ftrace: allocating 41361 entries in 162 pages
  111. [ 0.122007] sched-energy: Sched-energy-costs installed from DT
  112. [ 0.122574] CPU0: update cpu_capacity 401
  113. [ 0.123010] ASID allocator initialised with 32768 entries
  114. [ 0.126469] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
  115. [ 0.127842] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
  116. [ 0.130084] Detected VIPT I-cache on CPU1
  117. [ 0.130115] CPU1: found redistributor 1 region 0:0x00000000fef20000
  118. [ 0.130145] CPU1: using LPI pending table @0x000000003eb10000
  119. [ 0.130190] CPU1: update cpu_capacity 401
  120. [ 0.130194] CPU1: Booted secondary processor [410fd034]
  121. [ 0.130738] Detected VIPT I-cache on CPU2
  122. [ 0.130759] CPU2: found redistributor 2 region 0:0x00000000fef40000
  123. [ 0.130787] CPU2: using LPI pending table @0x000000003eb40000
  124. [ 0.130815] CPU2: update cpu_capacity 401
  125. [ 0.130818] CPU2: Booted secondary processor [410fd034]
  126. [ 0.131340] Detected VIPT I-cache on CPU3
  127. [ 0.131360] CPU3: found redistributor 3 region 0:0x00000000fef60000
  128. [ 0.131387] CPU3: using LPI pending table @0x000000003eba0000
  129. [ 0.131413] CPU3: update cpu_capacity 401
  130. [ 0.131417] CPU3: Booted secondary processor [410fd034]
  131. [ 0.131951] Detected PIPT I-cache on CPU4
  132. [ 0.131976] CPU4: found redistributor 100 region 0:0x00000000fef80000
  133. [ 0.132017] CPU4: using LPI pending table @0x000000003ebd0000
  134. [ 0.132056] CPU4: update cpu_capacity 1024
  135. [ 0.132059] CPU4: Booted secondary processor [410fd082]
  136. [ 0.132615] Detected PIPT I-cache on CPU5
  137. [ 0.132633] CPU5: found redistributor 101 region 0:0x00000000fefa0000
  138. [ 0.132674] CPU5: using LPI pending table @0x000000003e000000
  139. [ 0.132700] CPU5: update cpu_capacity 1024
  140. [ 0.132703] CPU5: Booted secondary processor [410fd082]
  141. [ 0.132790] Brought up 6 CPUs
  142. [ 0.145127] SMP: Total of 6 processors activated.
  143. [ 0.145578] CPU features: detected feature: GIC system register CPU interface
  144. [ 0.146268] CPU features: detected feature: 32-bit EL0 Support
  145. [ 0.146827] CPU: All CPU(s) started at EL2
  146. [ 0.147260] alternatives: patching kernel code
  147. [ 0.149067] devtmpfs: initialized
  148. [ 0.167091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  149. [ 0.168021] futex hash table entries: 2048 (order: 5, 131072 bytes)
  150. [ 0.169152] xor: measuring software checksum speed
  151. [ 0.206368] 8regs : 2855.000 MB/sec
  152. [ 0.246436] 8regs_prefetch: 2552.000 MB/sec
  153. [ 0.286505] 32regs : 3211.000 MB/sec
  154. [ 0.326572] 32regs_prefetch: 2845.000 MB/sec
  155. [ 0.327005] xor: using function: 32regs (3211.000 MB/sec)
  156. [ 0.327527] pinctrl core: initialized pinctrl subsystem
  157. [ 0.328813] NET: Registered protocol family 16
  158. [ 0.340853] cpuidle: using governor ladder
  159. [ 0.352876] cpuidle: using governor menu
  160. [ 0.353276] Registered FIQ tty driver
  161. [ 0.353888] vdso: 2 pages (1 code @ ffffff8008bc6000, 1 data @ ffffff80092c4000)
  162. [ 0.354603] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  163. [ 0.355397] DMA: preallocated 256 KiB pool for atomic allocations
  164. [ 0.380131] persistent_ram: found existing invalid buffer, size 8722, start 10322
  165. [ 0.381419] console [pstore-1] enabled
  166. [ 0.381773] pstore: Registered ramoops as persistent store backend
  167. [ 0.382351] ramoops: attached 0xf0000@0x110000, ecc: 0/0
  168. ?.?W;^W;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement