Advertisement
Guest User

Untitled

a guest
Feb 24th, 2023
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.44 KB | None | 0 0
  1. emmc-error için
  2.  
  3.  
  4. U-Boot SPL 2019.04.1 (Sep 30 2021 - 17:13:18 +0000)
  5. power_bd71837_init
  6. Board id: 6
  7. DDRINFO: start DRAM init
  8. DDRINFO:ddrphy calibration done
  9. DDRINFO: ddrmix config done
  10. Normal Boot
  11. Trying to boot from MMC1
  12. hdr read sector 300, count=1
  13.  
  14.  
  15. U-Boot 2019.04.1 (Sep 30 2021 - 17:13:18 +0000), Build: jenkins-enterprise.uboot-imx-2
  16.  
  17. CPU: Freescale i.MX8MQ rev2.1 1500 MHz (running at 1000 MHz)
  18. CPU: Commercial temperature grade (0C to 95C) at 45C
  19. Reset cause: POR
  20. Model: Freescale i.MX8MQ Phanbell
  21. DRAM: 1 GiB
  22. MMC: FSL_SDHC: 0, FSL_SDHC: 1
  23. Loading Environment from MMC... *** Warning - bad CRC, using default environment
  24.  
  25. In: serial
  26. Out: serial
  27. Err: serial
  28.  
  29. BuildInfo:
  30. - ATF
  31. - U-Boot 2019.04.1
  32.  
  33. flash target is MMC:0
  34. Net:
  35. Warning: ethernet@30be0000 using MAC address from ROM
  36. eth0: ethernet@30be0000
  37. Fastboot: Normal
  38. Normal Boot
  39. Hit any key to stop autoboot: 0
  40. 2065 bytes read in 6 ms (335.9 KiB/s)
  41. ## Executing script at 40480000
  42. 23110144 bytes read in 499 ms (44.2 MiB/s)
  43. 56820 bytes read in 13 ms (4.2 MiB/s)
  44. 104 bytes read in 3 ms (33.2 KiB/s)
  45. ## Error: "m4enabled" not defined
  46. ## Flattened Device Tree blob at 43000000
  47. Booting using the fdt blob at 0x43000000
  48. Using Device Tree in place at 0000000043000000, end 0000000043010fff
  49.  
  50. Starting kernel ...
  51.  
  52. [ 0.000000] Booting Linux on physical CPU 0x0
  53. [ 0.000000] Linux version 4.14.98-imx (pbuilder@linux-imx-7c598330-766d-4b03-a12e-333509ed9db6-d1dc9-rtjkh) (gcc version 8.3.0 (Debian 8.3.0-2)) #1 SMP PREEMPT Tue Nov 2 02:55:21 UTC 2021
  54. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  55. [ 0.000000] Machine model: Freescale i.MX8MQ Phanbell
  56. [ 0.000000] earlycon: ec_imx6q0 at MMIO 0x0000000030860000 (options '115200')
  57. [ 0.000000] bootconsole [ec_imx6q0] enabled
  58. [ 0.000000] efi: Getting EFI parameters from FDT:
  59. [ 0.000000] efi: UEFI not found.
  60. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000006c000000, size 320 MiB
  61. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  62. [ 0.000000] NUMA: No NUMA configuration found
  63. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
  64. [ 0.000000] NUMA: NODE_DATA [mem 0x6bfb2400-0x6bfb41ff]
  65. [ 0.000000] Zone ranges:
  66. [ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff]
  67. [ 0.000000] Normal empty
  68. [ 0.000000] Movable zone start for each node
  69. [ 0.000000] Early memory node ranges
  70. [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
  71. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
  72. [ 0.000000] psci: probing for conduit method from DT.
  73. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  74. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  75. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  76. [ 0.000000] psci: SMC Calling Convention v1.1
  77. [ 0.000000] percpu: Embedded 24 pages/cpu @ffff80002bf4d000 s57624 r8192 d32488 u98304
  78. [ 0.000000] Detected VIPT I-cache on CPU0
  79. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  80. [ 0.000000] Speculative Store Bypass Disable mitigation not required
  81. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
  82. [ 0.000000] Policy zone: DMA
  83. [ 0.000000] Kernel command line: console=ttymxc0,115200 console=tty0 earlycon=ec_imx6q,0x30860000,115200 root=PARTUUID=70672ec3-5eee-49ff-b3b1-eb1fbd406bf5 rootfstype=ext4 rw rootwait init=/sbin/init net.ifnames=0 pci=pcie_bus_perf
  84. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  85. [ 0.000000] Memory: 680676K/1048576K available (13244K kernel code, 1768K rwdata, 6220K rodata, 1280K init, 432K bss, 40220K reserved, 327680K cma-reserved)
  86. [ 0.000000] Virtual kernel memory layout:
  87. [ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB)
  88. [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)
  89. [ 0.000000] .text : 0xffff000008080000 - 0xffff000008d70000 ( 13248 KB)
  90. [ 0.000000] .rodata : 0xffff000008d70000 - 0xffff000009390000 ( 6272 KB)
  91. [ 0.000000] .init : 0xffff000009390000 - 0xffff0000094d0000 ( 1280 KB)
  92. [ 0.000000] .data : 0xffff0000094d0000 - 0xffff00000968a200 ( 1769 KB)
  93. [ 0.000000] .bss : 0xffff00000968a200 - 0xffff0000096f64a0 ( 433 KB)
  94. [ 0.000000] fixed : 0xffff7dfffe7f9000 - 0xffff7dfffec00000 ( 4124 KB)
  95. [ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)
  96. [ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)
  97. [ 0.000000] 0xffff7e0000000000 - 0xffff7e0001000000 ( 16 MB actual)
  98. [ 0.000000] memory : 0xffff800000000000 - 0xffff800040000000 ( 1024 MB)
  99. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  100. [ 0.000000] Preemptible hierarchical RCU implementation.
  101. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
  102. [ 0.000000] Tasks RCU enabled.
  103. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  104. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  105. [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
  106. [ 0.000000] GICv3: no VLPI support, no direct LPI support
  107. [ 0.000000] ITS: No ITS available, not enabling LPIs
  108. [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
  109. [ 0.000000] i.MX8MQ clock driver init done
  110. [ 0.000000] arch_timer: cp15 timer(s) running at 8.33MHz (phys).
  111. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1ec0311ec, max_idle_ns: 440795202152 ns
  112. [ 0.000003] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every 2199023255541ns
  113. [ 0.008760] system counter timer init
  114. [ 0.011729] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every 2199023255541ns
  115. [ 0.019709] clocksource: imx sysctr: mask: 0xffffffffffffff max_cycles: 0x1ec0311ec, max_idle_ns: 440795202152 ns
  116. [ 0.031059] Console: colour dummy device 80x25
  117. [ 0.034446] console [tty0] enabled
  118. [ 0.037856] bootconsole [ec_imx6q0] disabled
  119. [ 0.000000] Booting Linux on physical CPU 0x0
  120. [ 0.000000] Linux version 4.14.98-imx (pbuilder@linux-imx-7c598330-766d-4b03-a12e-333509ed9db6-d1dc9-rtjkh) (gcc version 8.3.0 (Debian 8.3.0-2)) #1 SMP PREEMPT Tue Nov 2 02:55:21 UTC 2021
  121. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  122. [ 0.000000] Machine model: Freescale i.MX8MQ Phanbell
  123. [ 0.000000] earlycon: ec_imx6q0 at MMIO 0x0000000030860000 (options '115200')
  124. [ 0.000000] bootconsole [ec_imx6q0] enabled
  125. [ 0.000000] efi: Getting EFI parameters from FDT:
  126. [ 0.000000] efi: UEFI not found.
  127. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000006c000000, size 320 MiB
  128. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  129. [ 0.000000] NUMA: No NUMA configuration found
  130. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
  131. [ 0.000000] NUMA: NODE_DATA [mem 0x6bfb2400-0x6bfb41ff]
  132. [ 0.000000] Zone ranges:
  133. [ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff]
  134. [ 0.000000] Normal empty
  135. [ 0.000000] Movable zone start for each node
  136. [ 0.000000] Early memory node ranges
  137. [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
  138. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
  139. [ 0.000000] psci: probing for conduit method from DT.
  140. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  141. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  142. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  143. [ 0.000000] psci: SMC Calling Convention v1.1
  144. [ 0.000000] percpu: Embedded 24 pages/cpu @ffff80002bf4d000 s57624 r8192 d32488 u98304
  145. [ 0.000000] Detected VIPT I-cache on CPU0
  146. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  147. [ 0.000000] Speculative Store Bypass Disable mitigation not required
  148. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
  149. [ 0.000000] Policy zone: DMA
  150. [ 0.000000] Kernel command line: console=ttymxc0,115200 console=tty0 earlycon=ec_imx6q,0x30860000,115200 root=PARTUUID=70672ec3-5eee-49ff-b3b1-eb1fbd406bf5 rootfstype=ext4 rw rootwait init=/sbin/init net.ifnames=0 pci=pcie_bus_perf
  151. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  152. [ 0.000000] Memory: 680676K/1048576K available (13244K kernel code, 1768K rwdata, 6220K rodata, 1280K init, 432K bss, 40220K reserved, 327680K cma-reserved)
  153. [ 0.000000] Virtual kernel memory layout:
  154. [ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB)
  155. [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)
  156. [ 0.000000] .text : 0xffff000008080000 - 0xffff000008d70000 ( 13248 KB)
  157. [ 0.000000] .rodata : 0xffff000008d70000 - 0xffff000009390000 ( 6272 KB)
  158. [ 0.000000] .init : 0xffff000009390000 - 0xffff0000094d0000 ( 1280 KB)
  159. [ 0.000000] .data : 0xffff0000094d0000 - 0xffff00000968a200 ( 1769 KB)
  160. [ 0.000000] .bss : 0xffff00000968a200 - 0xffff0000096f64a0 ( 433 KB)
  161. [ 0.000000] fixed : 0xffff7dfffe7f9000 - 0xffff7dfffec00000 ( 4124 KB)
  162. [ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)
  163. [ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)
  164. [ 0.000000] 0xffff7e0000000000 - 0xffff7e0001000000 ( 16 MB actual)
  165. [ 0.000000] memory : 0xffff800000000000 - 0xffff800040000000 ( 1024 MB)
  166. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  167. [ 0.000000] Preemptible hierarchical RCU implementation.
  168. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
  169. [ 0.000000] Tasks RCU enabled.
  170. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  171. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  172. [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
  173. [ 0.000000] GICv3: no VLPI support, no direct LPI support
  174. [ 0.000000] ITS: No ITS available, not enabling LPIs
  175. [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
  176. [ 0.000000] i.MX8MQ clock driver init done
  177. [ 0.000000] arch_timer: cp15 timer(s) running at 8.33MHz (phys).
  178. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1ec0311ec, max_idle_ns: 440795202152 ns
  179. [ 0.000003] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every 2199023255541ns
  180. [ 0.008760] system counter timer init
  181. [ 0.011729] sched_clock: 56 bits at 8MHz, resolution 120ns, wraps every 2199023255541ns
  182. [ 0.019709] clocksource: imx sysctr: mask: 0xffffffffffffff max_cycles: 0x1ec0311ec, max_idle_ns: 440795202152 ns
  183. [ 0.031059] Console: colour dummy device 80x25
  184. [ 0.034446] console [tty0] enabled
  185. [ 0.037856] bootconsole [ec_imx6q0] disabled
  186. [ 0.042170] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.66 BogoMIPS (lpj=33333)
  187. [ 0.042192] pid_max: default: 32768 minimum: 301
  188. [ 0.042270] Security Framework initialized
  189. [ 0.042598] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  190. [ 0.042766] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  191. [ 0.042796] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  192. [ 0.042816] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  193. [ 0.058197] ASID allocator initialised with 32768 entries
  194. [ 0.066198] Hierarchical SRCU implementation.
  195. [ 0.074719] Cannot find MU entry in device tree
  196. [ 0.074870] CPU identified as i.MX8MQ, silicon rev 2.1
  197. [ 0.075763] EFI services will not be available.
  198. [ 0.082238] smp: Bringing up secondary CPUs ...
  199. [ 0.110379] Detected VIPT I-cache on CPU1
  200. [ 0.110404] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
  201. [ 0.110424] CPU1: Booted secondary processor [410fd034]
  202. [ 0.138435] Detected VIPT I-cache on CPU2
  203. [ 0.138451] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
  204. [ 0.138465] CPU2: Booted secondary processor [410fd034]
  205. [ 0.166506] Detected VIPT I-cache on CPU3
  206. [ 0.166522] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
  207. [ 0.166536] CPU3: Booted secondary processor [410fd034]
  208. [ 0.166746] smp: Brought up 1 node, 4 CPUs
  209. [ 0.166829] SMP: Total of 4 processors activated.
  210. [ 0.166842] CPU features: detected feature: GIC system register CPU interface
  211. [ 0.166857] CPU features: detected feature: 32-bit EL0 Support
  212. [ 0.166871] CPU features: detected feature: Kernel page table isolation (KPTI)
  213. [ 0.195984] CPU: All CPU(s) started at EL2
  214. [ 0.196162] alternatives: patching kernel code
  215. [ 0.197246] devtmpfs: initialized
  216. [ 0.204082] random: get_random_u32 called from bucket_table_alloc+0x104/0x268 with crng_init=0
  217. [ 0.205167] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  218. [ 0.205221] futex hash table entries: 1024 (order: 5, 131072 bytes)
  219. [ 0.213701] pinctrl core: initialized pinctrl subsystem
  220. [ 0.215711] DMI not present or invalid.
  221. [ 0.216170] NET: Registered protocol family 16
  222. [ 0.219358] cpuidle: using governor menu
  223. [ 0.220345] vdso: 2 pages (1 code @ ffff000008d76000, 1 data @ ffff0000094d4000)
  224. [ 0.220370] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  225. [ 0.226469] DMA: preallocated 256 KiB pool for atomic allocations
  226. [ 0.227820] Serial: AMBA PL011 UART driver
  227. [ 0.228215] imx rpmsg driver is registered.
  228. [ 0.235969] imx8mq-pinctrl 30330000.iomuxc: initialized IMX pinctrl driver
  229. [ 0.245401] MU is ready for cross core communication!
  230. [ 0.247006] virtio_rpmsg_bus virtio0: rpmsg host is online
  231. [ 0.267849] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  232. [ 0.277402] ACPI: Interpreter disabled.
  233. [ 0.804681] vgaarb: loaded
  234. [ 0.805202] SCSI subsystem initialized
  235. [ 0.806490] usbcore: registered new interface driver usbfs
  236. [ 0.806592] usbcore: registered new interface driver hub
  237. [ 0.806918] usbcore: registered new device driver usb
  238. [ 0.815778] bd71837 0-004b: Device ID=0xA2
  239. [ 0.815793] bd71837 0-004b: gpio_intr = 3
  240. [ 0.815808] bd71837 0-004b: chip_irq=71
  241. [ 0.875797] bd71837-pmic bd71837-pmic: regulator register name 'buck1'
  242. [ 0.920096] bd71837-pmic bd71837-pmic: regulator register name 'buck2'
  243. [ 0.956136] bd71837-pmic bd71837-pmic: regulator register name 'buck3'
  244. [ 0.992205] bd71837-pmic bd71837-pmic: regulator register name 'buck4'
  245. [ 1.028264] bd71837-pmic bd71837-pmic: regulator register name 'buck5'
  246. [ 1.060321] bd71837-pmic bd71837-pmic: regulator register name 'buck6'
  247. [ 1.076570] bd71837-pmic bd71837-pmic: regulator register name 'buck7'
  248. [ 1.092612] bd71837-pmic bd71837-pmic: regulator register name 'buck8'
  249. [ 1.108669] bd71837-pmic bd71837-pmic: regulator register name 'ldo1'
  250. [ 1.124690] bd71837-pmic bd71837-pmic: regulator register name 'ldo2'
  251. [ 1.128670] bd71837-pmic bd71837-pmic: regulator register name 'ldo3'
  252. [ 1.144695] bd71837-pmic bd71837-pmic: regulator register name 'ldo4'
  253. [ 1.160731] bd71837-pmic bd71837-pmic: regulator register name 'ldo5'
  254. [ 1.176772] bd71837-pmic bd71837-pmic: regulator register name 'ldo6'
  255. [ 1.192814] bd71837-pmic bd71837-pmic: regulator register name 'ldo7'
  256. [ 1.196685] random: fast init done
  257. [ 1.208883] bd71837-pmic bd71837-pmic: Buck1: DVS Run-Idle-Susp[900000 - 900000 - 800000].
  258. [ 1.220790] bd71837-pmic bd71837-pmic: Buck2: DVS Run-Idle-Susp[1000000 - 900000 - 0].
  259. [ 1.228809] bd71837-pmic bd71837-pmic: Buck3: DVS Run-Idle-Susp[900000 - 0 - 0].
  260. [ 1.232765] bd71837-pmic bd71837-pmic: Buck4: DVS Run-Idle-Susp[900000 - 0 - 0].
  261. [ 1.248960] i2c i2c-0: IMX I2C adapter registered
  262. [ 1.248979] i2c i2c-0: can't use DMA, using PIO instead.
  263. [ 1.249867] i2c i2c-1: IMX I2C adapter registered
  264. [ 1.249885] i2c i2c-1: can't use DMA, using PIO instead.
  265. [ 1.250559] i2c i2c-2: IMX I2C adapter registered
  266. [ 1.250576] i2c i2c-2: can't use DMA, using PIO instead.
  267. [ 1.252087] media: Linux media interface: v0.10
  268. [ 1.252184] Linux video capture interface: v2.00
  269. [ 1.252546] pps_core: LinuxPPS API ver. 1 registered
  270. [ 1.252560] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  271. [ 1.252645] PTP clock support registered
  272. [ 1.253038] EDAC MC: Ver: 3.0.0
  273. [ 1.253840] dmi: Firmware registration failed.
  274. [ 1.254712] Advanced Linux Sound Architecture Driver Initialized.
  275. [ 1.255462] Bluetooth: Core ver 2.22
  276. [ 1.255551] NET: Registered protocol family 31
  277. [ 1.255564] Bluetooth: HCI device and connection manager initialized
  278. [ 1.255582] Bluetooth: HCI socket layer initialized
  279. [ 1.255595] Bluetooth: L2CAP socket layer initialized
  280. [ 1.255623] Bluetooth: SCO socket layer initialized
  281. [ 1.257428] clocksource: Switched to clocksource arch_sys_counter
  282. [ 1.257721] VFS: Disk quotas dquot_6.6.0
  283. [ 1.257776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  284. [ 1.257951] pnp: PnP ACPI: disabled
  285. [ 1.271972] NET: Registered protocol family 2
  286. [ 1.272491] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  287. [ 1.272595] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  288. [ 1.272735] TCP: Hash tables configured (established 8192 bind 8192)
  289. [ 1.272816] UDP hash table entries: 512 (order: 2, 16384 bytes)
  290. [ 1.272857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  291. [ 1.272979] NET: Registered protocol family 1
  292. [ 1.274076] RPC: Registered named UNIX socket transport module.
  293. [ 1.274091] RPC: Registered udp transport module.
  294. [ 1.274103] RPC: Registered tcp transport module.
  295. [ 1.274114] RPC: Registered tcp NFSv4.1 backchannel transport module.
  296. [ 1.275687] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
  297. [ 1.276285] kvm [1]: 8-bit VMID
  298. [ 1.277202] kvm [1]: GICv3: no GICV resource entry
  299. [ 1.277216] kvm [1]: disabling GICv2 emulation
  300. [ 1.277343] kvm [1]: GIC system register CPU interface enabled
  301. [ 1.277873] kvm [1]: vgic interrupt IRQ1
  302. [ 1.278307] kvm [1]: Hyp mode initialized successfully
  303. [ 1.287759] audit: initializing netlink subsys (disabled)
  304. [ 1.288106] audit: type=2000 audit(1.251:1): state=initialized audit_enabled=0 res=1
  305. [ 1.288796] workingset: timestamp_bits=44 max_order=18 bucket_order=0
  306. [ 1.296413] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  307. [ 1.297387] NFS: Registering the id_resolver key type
  308. [ 1.297416] Key type id_resolver registered
  309. [ 1.297470] Key type id_legacy registered
  310. [ 1.297489] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  311. [ 1.297518] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  312. [ 1.298192] 9p: Installing v9fs 9p2000 file system support
  313. [ 1.318260] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  314. [ 1.318697] io scheduler noop registered
  315. [ 1.318865] io scheduler cfq registered (default)
  316. [ 1.318879] io scheduler mq-deadline registered
  317. [ 1.318892] io scheduler kyber registered
  318. [ 1.342822] mxs-dma 33000000.dma-apbh: initialized
  319. [ 1.344564] Bus freq driver module loaded
  320. [ 1.346558] Config NOC for VPU and CPU
  321. [ 1.357083] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  322. [ 1.360663] SuperH (H)SCI(F) driver initialized
  323. [ 1.361539] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 41, base_baud = 1562500) is a IMX
  324. [ 2.550614] console [ttymxc0] enabled
  325. [ 2.555232] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 42, base_baud = 1562500) is a IMX
  326. [ 2.564911] clk: failed to reparent uart2 to sys1_pll_160m: -22
  327. [ 2.571033] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 43, base_baud = 1562500) is a IMX
  328. [ 2.581058] msm_serial: driver initialized
  329. [ 2.599901] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  330. [ 2.606610] [drm] No driver support for vblank timestamp query.
  331. [ 2.612683] imx-drm display-subsystem: bound imx-dcss-crtc.0 (ops dcss_crtc_ops)
  332. [ 2.620343] [drm] CDN_API_General_Test_Echo_Ext_blocking - APB(ret = 0 echo_resp = echo test)
  333. [ 2.628896] [drm] CDN_API_General_getCurVersion - ver 13196 verlib 13062
  334. [ 2.635715] [drm] Pixel clock frequency: 594000 KHz, character clock frequency: 594000, color depth is 8-bit.
  335. [ 2.645658] [drm] Pixel clock frequency (594000 KHz) is supported in this color depth (8-bit). Settings found in row 27
  336. [ 2.656521] [drm] VCO frequency is 5940000
  337. [ 2.660637] [drm] VCO frequency (5940000 KHz) is supported. Settings found in row 14
  338. [ 2.693527] [drm] CDN_API_General_Write_Register_blocking LANES_CONFIG ret = 0
  339. [ 2.700792] [drm] Failed to get HDCP config - using HDCP 2.2 only
  340. [ 2.706995] [drm] Failed to initialize HDCP
  341. [ 2.712923] [drm] hdmi-audio-codec driver bound to HDMI
  342. [ 2.718182] imx-drm display-subsystem: bound 32c00000.hdmi (ops imx_hdp_imx_ops)
  343. [ 2.749685] i.mx8-hdp 32c00000.hdmi: 0,ff,ff,ff,ff,ff,ff,0
  344. [ 2.760431] [drm] Pixel clock frequency: 148500 KHz, character clock frequency: 148500, color depth is 8-bit.
  345. [ 2.760439] [drm] Pixel clock frequency (148500 KHz) is supported in this color depth (8-bit). Settings found in row 16
  346. [ 2.760443] [drm] VCO frequency is 5940000
  347. [ 2.760448] [drm] VCO frequency (5940000 KHz) is supported. Settings found in row 14
  348. [ 2.773826] [drm] CDN_API_General_Write_Register_blocking LANES_CONFIG ret = 0
  349. [ 3.473125] Console: switching to colour frame buffer device 240x67
  350. [ 3.551743] imx-drm display-subsystem: fb0: frame buffer device
  351. [ 3.558453] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0
  352. [ 3.574500] loop: module loaded
  353. [ 3.583210] slram: not enough parameters.
  354. [ 3.589413] spi_imx 30820000.ecspi: dma setup error -19, use pio
  355. [ 3.597043] spi_imx 30820000.ecspi: probed
  356. [ 3.604212] libphy: Fixed MDIO Bus: probed
  357. [ 3.609721] NXP PHY: loading NXP PHY driver: [autonomous mode]
  358. [ 3.616198] tun: Universal TUN/TAP device driver, 1.6
  359. [ 3.621735] CAN device driver interface
  360. [ 3.627960] fec 30be0000.ethernet: 30be0000.ethernet supply phy not found, using dummy regulator
  361. [ 3.637496] pps pps0: new PPS source ptp0
  362. [ 3.646465] libphy: fec_enet_mii_bus: probed
  363. [ 3.652335] fec 30be0000.ethernet eth0: registered PHC device 0
  364. [ 3.659448] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  365. [ 3.665430] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  366. [ 3.671597] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
  367. [ 3.678791] igb: Copyright (c) 2007-2014 Intel Corporation.
  368. [ 3.684595] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
  369. [ 3.692671] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  370. [ 3.699381] sky2: driver version 1.30
  371. [ 3.712358] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  372. [ 3.719077] ehci-pci: EHCI PCI platform driver
  373. [ 3.723784] ehci-platform: EHCI generic platform driver
  374. [ 3.729372] ehci-orion: EHCI orion driver
  375. [ 3.733724] ehci-exynos: EHCI EXYNOS driver
  376. [ 3.738200] ehci-msm: Qualcomm On-Chip EHCI Host Controller
  377. [ 3.744127] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  378. [ 3.750472] ohci-pci: OHCI PCI platform driver
  379. [ 3.755179] ohci-platform: OHCI generic platform driver
  380. [ 3.760741] ohci-exynos: OHCI EXYNOS driver
  381. [ 3.765745] Can't support > 32 bit dma.
  382. [ 3.776568] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  383. [ 3.789085] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
  384. [ 3.809386] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe6c hci version 0x110 quirks 0x0000000001010810
  385. [ 3.825940] xhci-hcd xhci-hcd.0.auto: irq 230, io mem 0x38200000
  386. [ 3.839697] hub 1-0:1.0: USB hub found
  387. [ 3.850368] hub 1-0:1.0: 1 port detected
  388. [ 3.861515] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  389. [ 3.873839] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
  390. [ 3.888280] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
  391. [ 3.902349] hub 2-0:1.0: USB hub found
  392. [ 3.912767] hub 2-0:1.0: 1 port detected
  393. [ 3.924282] usbcore: registered new interface driver usb-storage
  394. [ 3.937046] usbcore: registered new interface driver usbserial
  395. [ 3.949534] usbcore: registered new interface driver cp210x
  396. [ 3.961678] usbserial: USB Serial support registered for cp210x
  397. [ 3.974154] usbcore: registered new interface driver ftdi_sio
  398. [ 3.986327] usbserial: USB Serial support registered for FTDI USB Serial Device
  399. [ 4.000176] ftdi_elan: driver ftdi-elan
  400. [ 4.010416] usbcore: registered new interface driver ftdi-elan
  401. [ 4.022782] usbcore: registered new interface driver usb_ehset_test
  402. [ 4.039169] input: 30370000.snvs:snvs-powerkey as /devices/platform/30370000.snvs/30370000.snvs:snvs-powerkey/input/input0
  403. [ 4.060051] snvs_rtc 30370000.snvs:snvs-rtc-lp: rtc core: registered 30370000.snvs:snvs-rtc-lp as rtc0
  404. [ 4.076693] i2c /dev entries driver
  405. [ 4.090144] IR NEC protocol handler initialized
  406. [ 4.101097] IR RC5(x/sz) protocol handler initialized
  407. [ 4.112592] IR RC6 protocol handler initialized
  408. [ 4.123398] IR JVC protocol handler initialized
  409. [ 4.134188] IR Sony protocol handler initialized
  410. [ 4.144951] IR SANYO protocol handler initialized
  411. [ 4.155802] IR Sharp protocol handler initialized
  412. [ 4.166505] IR MCE Keyboard/mouse protocol handler initialized
  413. [ 4.178377] IR XMP protocol handler initialized
  414. [ 4.190404] ov5645_mipi 1-003c: 1-003c supply DOVDD not found, using dummy regulator
  415. [ 4.204366] ov5645_mipi 1-003c: 1-003c supply DVDD not found, using dummy regulator
  416. [ 4.218155] ov5645_mipi 1-003c: 1-003c supply AVDD not found, using dummy regulator
  417. [ 4.597560] i.mx8-hdp 32c00000.hdmi: 0,ff,ff,ff,ff,ff,ff,0
  418. [ 6.962246] random: crng init done
  419. [ 8.415254] camera ov5645_mipi is found
  420. [ 8.426129] mxc-mipi-csi2_yav 30a70000.mipi_csi1: mipi_csi2_probe
  421. [ 8.438397] CSI: Registered sensor subdevice: mxc-mipi-csi2.0
  422. [ 8.450205] mxc-mipi-csi2_yav 30a70000.mipi_csi: Remote device at /mipi_csi1@30a70000/port/endpoint1 XXX found
  423. [ 8.466325] mxc-mipi-csi2_yav 30a70000.mipi_csi: Registered sensor subdevice: ov5645_mipi 1-003c
  424. [ 8.481304] mxc-mipi-csi2_yav 30a70000.mipi_csi1: lanes: 2, name: mxc-mipi-csi2.0
  425. [ 8.498057] gpio-fan gpio_fan: GPIO fan initialized
  426. [ 8.512256] imx2-wdt 30280000.wdog: timeout 60 sec (nowayout=0)
  427. [ 8.525357] Bluetooth: HCI UART driver ver 2.3
  428. [ 8.535868] Bluetooth: HCI UART protocol H4 registered
  429. [ 8.547069] Bluetooth: HCI UART protocol BCSP registered
  430. [ 8.558282] Bluetooth: HCI UART protocol ATH3K registered
  431. [ 8.569565] Bluetooth: HCI UART protocol Three-wire (H5) registered
  432. [ 8.581913] Bluetooth: HCI UART protocol Broadcom registered
  433. [ 8.593369] Bluetooth: HCI UART protocol QCA registered
  434. [ 8.606066] sdhci: Secure Digital Host Controller Interface driver
  435. [ 8.617984] sdhci: Copyright(c) Pierre Ossman
  436. [ 8.628400] Synopsys Designware Multimedia Card Interface Driver
  437. [ 8.641674] sdhci-pltfm: SDHCI platform and OF driver helper
  438. [ 8.702053] mmc0: SDHCI controller on 30b40000.usdhc [30b40000.usdhc] using ADMA
  439. [ 8.717897] sdhci-esdhc-imx 30b50000.usdhc: Got CD GPIO
  440. [ 8.779735] mmc1: SDHCI controller on 30b50000.usdhc [30b50000.usdhc] using ADMA
  441. [ 8.804576] update hantro voltage from 900 mV to 1000 mV
  442. [ 8.816208] hantrodec: module inserted. Major = 237
  443. [ 8.830529] ledtrig-cpu: registered to indicate activity on CPUs
  444. [ 8.835163] mmc0: new HS400 MMC card at address 0001
  445. [ 8.843653] caam 30900000.caam: ERA source: CCBVID.
  446. [ 8.854213] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
  447. [ 8.867451] caam 30900000.caam: device ID = 0x0a16040100000000 (Era 9)
  448. [ 8.875295] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
  449. [ 8.887425] caam 30900000.caam: job rings = 3, qi = 0, dpaa2 = no
  450. [ 8.912221] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
  451. [ 8.924610] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB
  452. [ 8.942618] caam_jr 30901000.jr0: Entropy delay = 3200
  453. [ 8.954732] caam_jr 30901000.jr0: Entropy delay = 3600
  454. [ 8.957726] GPT:partition_entry_array_crc32 values don't match: 0x4db2764f != 0x97897541
  455. [ 8.980185] GPT: Use GNU Parted to correct GPT errors.
  456. [ 8.991532] mmcblk0: p1 p2 p3 p4
  457. [ 9.006584] mmc1: host does not support reading read-only switch, assuming write-enable
  458. [ 9.033562] caam_jr 30901000.jr0: Instantiated RNG4 SH0.
  459. [ 9.101730] caam_jr 30901000.jr0: Instantiated RNG4 SH1.
  460. [ 9.139198] caam algorithms registered in /proc/crypto
  461. [ 9.155862] caam_jr 30901000.jr0: registering rng-caam
  462. [ 9.156646] mmc1: new ultra high speed SDR104 SDHC card at address 1234
  463. [ 9.167565] caam 30900000.caam: caam pkc algorithms registered in /proc/crypto
  464. [ 9.180692] mmcblk1: mmc1:1234 SA16G 14.6 GiB
  465. [ 9.195063] platform caam_sm: blkkey_ex: 2 keystore units available
  466. [ 9.217018] caam-snvs 30370000.caam-snvs: can't get snvs clock
  467. [ 9.229102] caam-snvs 30370000.caam-snvs: violation handlers armed - non-secure state
  468. [ 9.243840] usbcore: registered new interface driver usbhid
  469. [ 9.255608] usbhid: USB HID core driver
  470. [ 9.268469] GPT:Primary header thinks Alt. header is not at the end of the disk.
  471. [ 9.282161] GPT:1420099 != 30703615
  472. [ 9.282982] rt5645: Raising HP charge pump threshold to prevent jack event mis-detects.
  473. [ 9.291958] GPT:Alternate GPT header not at the end of the disk.
  474. [ 9.306432] rt5645 2-001a: 2-001a supply avdd not found, using dummy regulator
  475. [ 9.318805] GPT:1420099 != 30703615
  476. [ 9.318807] GPT: Use GNU Parted to correct GPT errors.
  477. [ 9.318833] mmcblk1: p1 p2
  478. [ 9.363473] rt5645 2-001a: 2-001a supply cpvdd not found, using dummy regulator
  479. [ 9.403594] edgetpu-audio-card sound-rt5645: clock set to 24576000
  480. [ 9.424461] edgetpu-audio-card sound-rt5645: rt5645-aif1 <-> 308b0000.sai mapping ok
  481. [ 9.438974] edgetpu-audio-card sound-rt5645: ASoC: no DMI vendor name!
  482. [ 9.529791] input: edgetpu-audio-card Headphone Jack as /devices/platform/sound-rt5645/sound/card0/input1
  483. [ 9.548620] NET: Registered protocol family 26
  484. [ 9.560320] NET: Registered protocol family 10
  485. [ 9.572283] Segment Routing with IPv6
  486. [ 9.582419] NET: Registered protocol family 17
  487. [ 9.593309] can: controller area network core (rev 20170425 abi 9)
  488. [ 9.605957] NET: Registered protocol family 29
  489. [ 9.616840] can: raw protocol (rev 20170425)
  490. [ 9.627510] can: broadcast manager protocol (rev 20170425 t)
  491. [ 9.639705] can: netlink gateway (rev 20170425) max_hops=1
  492. [ 9.652975] Bluetooth: RFCOMM TTY layer initialized
  493. [ 9.664459] Bluetooth: RFCOMM socket layer initialized
  494. [ 9.676155] Bluetooth: RFCOMM ver 1.11
  495. [ 9.686488] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  496. [ 9.698316] Bluetooth: BNEP filters: protocol multicast
  497. [ 9.710082] Bluetooth: BNEP socket layer initialized
  498. [ 9.721484] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  499. [ 9.733894] Bluetooth: HIDP socket layer initialized
  500. [ 9.745243] lib80211: common routines for IEEE802.11 drivers
  501. [ 9.757318] 9pnet: Installing 9P2000 support
  502. [ 9.767943] Key type dns_resolver registered
  503. [ 9.780537] registered taskstats version 1
  504. [ 9.797989] failed to disable 800MHz OPP!
  505. [ 9.808195] failed to disable 1.3GHz OPP!
  506. [ 9.819755] cpu cpu0: registered imx8mq-cpufreq
  507. [ 9.831450] imx6q-pcie 33800000.pcie: 33800000.pcie supply epdev_on not found, using dummy regulator
  508. [ 9.848423] OF: PCI: host bridge /pcie@0x33800000 ranges:
  509. [ 9.857973] OF: PCI: No bus range found for /pcie@0x33800000, using [bus 00-ff]
  510. [ 9.869687] OF: PCI: IO 0x1ff80000..0x1ff8ffff -> 0x00000000
  511. [ 9.879762] OF: PCI: MEM 0x18000000..0x1fefffff -> 0x18000000
  512. [ 9.892577] imx6q-pcie 33800000.pcie: pcie phy pll is locked.
  513. [ 9.955804] imx6q-pcie 33800000.pcie: Link: Gen2 disabled
  514. [ 9.965280] imx6q-pcie 33800000.pcie: Link up, Gen1
  515. [ 9.975721] imx6q-pcie 33800000.pcie: PCI host bridge to bus 0000:00
  516. [ 9.986145] pci_bus 0000:00: root bus resource [bus 00-ff]
  517. [ 9.995708] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  518. [ 10.005894] pci_bus 0000:00: root bus resource [mem 0x18000000-0x1fefffff]
  519. [ 10.029603] pci 0000:00:00.0: BAR 14: assigned [mem 0x18000000-0x181fffff]
  520. [ 10.048411] pci 0000:00:00.0: BAR 0: assigned [mem 0x18200000-0x182fffff 64bit]
  521. [ 10.067664] pci 0000:00:00.0: BAR 6: assigned [mem 0x18300000-0x1830ffff pref]
  522. [ 10.086784] pci 0000:01:00.0: BAR 0: assigned [mem 0x18000000-0x181fffff 64bit]
  523. [ 10.105871] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  524. [ 10.122847] pci 0000:00:00.0: bridge window [mem 0x18000000-0x181fffff]
  525. [ 10.141262] pci 0000:00:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128
  526. [ 10.161505] pci 0000:01:00.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128
  527. [ 10.182324] pcieport 0000:00:00.0: Signaling PME with IRQ 234
  528. [ 10.199731] pcieport 0000:00:00.0: AER enabled with IRQ 234
  529. [ 10.218541] imx6q-pcie 33c00000.pcie: 33c00000.pcie supply epdev_on not found, using dummy regulator
  530. [ 10.243469] OF: PCI: host bridge /pcie@0x33c00000 ranges:
  531. [ 10.252694] OF: PCI: No bus range found for /pcie@0x33c00000, using [bus 00-ff]
  532. [ 10.264133] OF: PCI: IO 0x27f80000..0x27f8ffff -> 0x00000000
  533. [ 10.273871] OF: PCI: MEM 0x20000000..0x27efffff -> 0x20000000
  534. [ 10.286303] imx6q-pcie 33c00000.pcie: pcie phy pll is locked.
  535. [ 10.350294] imx6q-pcie 33c00000.pcie: Link up, Gen2
  536. [ 10.360652] imx6q-pcie 33c00000.pcie: PCI host bridge to bus 0001:00
  537. [ 10.372526] pci_bus 0001:00: root bus resource [bus 00-ff]
  538. [ 10.383592] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff])
  539. [ 10.398172] pci_bus 0001:00: root bus resource [mem 0x20000000-0x27efffff]
  540. [ 10.421514] pci 0001:00:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit]
  541. [ 10.432474] pci 0001:00:00.0: BAR 15: assigned [mem 0x20100000-0x202fffff pref]
  542. [ 10.443425] pci 0001:00:00.0: BAR 6: assigned [mem 0x20300000-0x2030ffff pref]
  543. [ 10.454338] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
  544. [ 10.463117] pci 0001:00:00.0: bridge window [mem 0x20100000-0x202fffff pref]
  545. [ 10.473928] pci 0001:00:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128
  546. [ 10.486026] pci 0001:01:00.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128
  547. [ 10.498535] pcieport 0001:00:00.0: Signaling PME with IRQ 363
  548. [ 10.508058] pcieport 0001:00:00.0: AER enabled with IRQ 363
  549. [ 10.520820] asoc-simple-card sound-header: snd-soc-dummy-dai <-> 30010000.sai mapping ok
  550. [ 10.532733] asoc-simple-card sound-header: ASoC: no DMI vendor name!
  551. [ 10.559153] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:06 UTC (6)
  552. [ 10.573268] buck3: disabling
  553. [ 10.580708] ALSA device list:
  554. [ 10.587300] #0: edgetpu-audio-card
  555. [ 10.594555] #1: 40-pin Header
  556. [ 10.632495] EXT4-fs (mmcblk0p4): recovery complete
  557. [ 10.643450] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
  558. [ 10.655692] VFS: Mounted root (ext4 filesystem) on device 179:4.
  559. [ 10.666506] devtmpfs: mounted
  560. [ 10.673535] Freeing unused kernel memory: 1280K
  561. [ 10.815464] systemd[1]: System time before build time, advancing clock.
  562. [ 10.843330] ip_tables: (C) 2000-2006 Netfilter Core Team
  563. [ 10.868047] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  564. [ 10.899701] systemd[1]: Detected architecture arm64.
  565. [ 10.931907] systemd[1]: Set hostname to <elusive-horse>.
  566. -------------------------------------------------
  567. [ 11.007696] systemd-fstab-generator[2029]: Failed to create unit file /run/systemd/generator/home.mount, as it already exists. Duplicate entry in /etc/fstab?
  568. --------------------------------------------------
  569. [ 11.044475] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  570. [ 11.066690] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
  571. [ 11.134693] systemd[1]: /lib/systemd/system/vitalsd.service:3: Failed to add dependency on usb-gadget, ignoring: Unknown error -22
  572. [ 11.151348] systemd[1]: /lib/systemd/system/vitalsd.service:5: Unknown lvalue 'Exec' in section 'Service', ignoring
  573. [ 11.166868] systemd[1]: vitalsd.service: Service has no ExecStart=, ExecStop=, or SuccessAction=. Refusing.
  574. [ 11.247076] systemd[1]: /lib/systemd/system/usb-gadget-getty-ttyGS0.service:21: Unknown lvalue 'TTYDisallocate' in section 'Service', ignoring
  575. [ 11.287018] systemd[1]: vitalsd.service: Cannot add dependency job, ignoring: Unit vitalsd.service has a bad unit file setting.
  576. [ 11.450270] EXT4-fs (mmcblk0p4): re-mounted. Opts: (null)
  577. [ 11.903931] imx-sdma 30bd0000.sdma: no iram assigned, using external mem
  578. [ 11.930030] imx-sdma 30bd0000.sdma: loaded firmware 4.2
  579. [ 11.931204] imx-sdma 302c0000.sdma: no iram assigned, using external mem
  580. [ 11.961355] imx-sdma 302c0000.sdma: loaded firmware 4.2
  581. [ 12.018927] ina2xx 1-0040: error configuring the device: -6
  582. [ 12.029422] ina2xx 1-0041: error configuring the device: -6
  583. [ 12.147494] galcore: loading out-of-tree module taints kernel.
  584. [ 12.178248] Galcore version 6.4.2.256507
  585. [ 12.185589] gasket: module is from the staging directory, the quality is unknown, you have been warned.
  586. [ 12.237544] apex: module is from the staging directory, the quality is unknown, you have been warned.
  587. [ 12.254386] wlan: loading driver v4.5.23.1
  588. [ 12.269314] hif_pci_probe:, con_mode= 0x0
  589. [ 12.271731] apex 0001:01:00.0: can't enable device: BAR 0 [mem 0x00000000-0x00003fff 64bit pref] not claimed
  590. [ 12.279141] PCI device id is 003e :003e
  591. [ 12.295311] apex 0001:01:00.0: BAR 2: assigned [mem 0x20100000-0x201fffff 64bit pref]
  592. [ 12.300020] hif_pci 0000:01:00.0: BAR 0: assigned [mem 0x18000000-0x181fffff 64bit]
  593. [ 12.314244] apex 0001:01:00.0: BAR 0: assigned [mem 0x20200000-0x20203fff 64bit pref]
  594. [ 12.324415] hif_pci 0000:01:00.0: enabling device (0000 -> 0002)
  595. [ 12.336705] apex 0001:01:00.0: enabling device (0000 -> 0002)
  596. [ 12.353829]
  597. [ 12.353829] hif_pci_configure : num_desired MSI set to 1
  598. [ 12.356211] Can't support > 32 bit dma.
  599. [ 12.378666] Can't support > 32 bit dma.
  600. [ 12.532434] GPT:Primary header thinks Alt. header is not at the end of the disk.
  601. [ 12.544048] GPT:1420099 != 30703615
  602. [ 12.544053] GPT:Alternate GPT header not at the end of the disk.
  603. [ 12.561901] GPT:1420099 != 30703615
  604. [ 12.569458] GPT: Use GNU Parted to correct GPT errors.
  605. [ 12.569478] mmcblk1: p1 p2
  606. -----------------------
  607. [ 12.570640] EXT4-fs (mmcblk1): VFS: Can't find ext4 filesystem
  608. ------------------------
  609. [ 12.945230] systemd-journald[2047]: Received request to flush runtime journal from PID 1
  610. [ 13.013760] hif_pci_probe: ramdump base 0xffff800025200000 size 2095136
  611. [ 13.031221] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
  612. Give root password for maintenance
  613. (or press Control-D to continue): [ 13.655430] +HWT
  614. [ 13.667855] -HWT
  615. [ 13.698774] HTT: full reorder offload enabled
  616. [ 13.734335] Pkt log is disabled
  617. [ 13.736982] target uses HTT version 3.50; host uses 3.28
  618. [ 13.744403] Host SW:4.5.23.1, FW:2.0.1.1048, HW:QCA6174_REV3_2
  619. [ 13.761574] ol_pktlog_init: pktlogmod_init successfull
  620. [ 13.770980] wlan: driver loaded in 1516000
  621.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement