Advertisement
hugh_1977

KR260 BSP boot fail

Oct 5th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.54 KB | None | 0 0
  1. U-Boot 2022.01 (Mar 21 2022 - 14:42:10 +0000)
  2.  
  3. CPU: ZynqMP
  4. Silicon: v3
  5. Detected name: zynqmp-smk-k26-xcl2g-ed-rev1-sck-kr-g-rev1
  6. Model: ZynqMP SMK-K26 Rev1/B/A
  7. Board: Xilinx ZynqMP
  8. DRAM: 4 GiB
  9. PMUFW: v1.1
  10. Xilinx I2C FRU format at nvmem0:
  11. Manufacturer Name: XILINX
  12. Product Name: SMK-K26-XCL2G-ED
  13. Serial No: XFL1NN0B2TMT
  14. Part Number: 5057-04ED
  15. File ID: 0x0
  16. Revision Number: 1
  17. Xilinx I2C FRU format at nvmem1:
  18. Manufacturer Name: XILINX
  19. Product Name: SCK-KR-G
  20. Serial No: XFL1WKX30HCW
  21. Part Number: 5100-01ED
  22. File ID: 0x0
  23. Revision Number: 1
  24. EL Level: EL2
  25. Chip ID: xck26
  26. NAND: 0 MiB
  27. MMC:
  28. Loading Environment from nowhere... OK
  29. In: serial
  30. Out: serial
  31. Err: serial
  32. Bootmode: QSPI_MODE
  33. Reset reason: SOFT
  34. Net:
  35. ZYNQ GEM: ff0b0000, mdio bus ff0c0000, phyaddr 4, interface sgmii
  36. eth0: ethernet@ff0b0000
  37. ZYNQ GEM: ff0c0000, mdio bus ff0c0000, phyaddr 8, interface rgmii-id
  38. PHY reset timed out
  39. , eth1: ethernet@ff0c0000
  40. starting USB...
  41. Bus usb@fe200000: Register 2000440 NbrPorts 2
  42. Starting the controller
  43. USB XHCI 1.00
  44. Bus usb@fe300000: Register 2000440 NbrPorts 2
  45. Starting the controller
  46. USB XHCI 1.00
  47. scanning bus usb@fe200000 for devices... 4 USB Device(s) found
  48. scanning bus usb@fe300000 for devices... 2 USB Device(s) found
  49. scanning usb for storage devices... 1 Storage Device(s) found
  50. Hit any key to stop autoboot: 0
  51. model=SMK-K26-XCL2G-ED
  52.  
  53. Device 0: Vendor: Generic Rev: 1.98 Prod: Ultra HS-COMBO
  54. Type: Removable Hard Disk
  55. Capacity: 30250.0 MB = 29.5 GB (61952000 x 512)
  56. ... is now current device
  57. Scanning usb 0:1...
  58. Found U-Boot script /boot.scr
  59. 2777 bytes read in 9 ms (300.8 KiB/s)
  60. ## Executing script at 20000000
  61. Trying to load boot images from usb0
  62. 21733888 bytes read in 1432 ms (14.5 MiB/s)
  63. 46945 bytes read in 13 ms (3.4 MiB/s)
  64. 23215817 bytes read in 1520 ms (14.6 MiB/s)
  65. ## Loading init Ramdisk from Legacy Image at 04000000 ...
  66. Image Name: petalinux-initramfs-image-xilinx
  67. Created: 2011-04-05 23:00:00 UTC
  68. Image Type: AArch64 Linux RAMDisk Image (uncompressed)
  69. Data Size: 23215753 Bytes = 22.1 MiB
  70. Load Address: 00000000
  71. Entry Point: 00000000
  72. Verifying Checksum ... OK
  73. ## Flattened Device Tree blob at 00100000
  74. Booting using the fdt blob at 0x100000
  75. Loading Ramdisk to 779dc000, end 78fffe89 ... OK
  76. Loading Device Tree to 000000000fff1000, end 000000000ffff760 ... OK
  77.  
  78. Starting kernel ...
  79.  
  80. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  81. [ 0.000000] Linux version 5.15.19-xilinx-v2022.1 (oe-user@oe-host) (aarch64-xilinx-li nux-gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #1 SMP PREEMPT Thu May 12 09: 05:30 UTC 2022
  82. [ 0.000000] Machine model: ZynqMP SMK-K26 Rev1/B/A
  83. [ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff010000 (options '115200n8')
  84. [ 0.000000] printk: bootconsole [cdns0] enabled
  85. [ 0.000000] efi: UEFI not found.
  86. [ 0.000000] Zone ranges:
  87. [ 0.000000] DMA32 [mem 0x0000000000000000-0x00000000ffffffff]
  88. [ 0.000000] Normal [mem 0x0000000100000000-0x000000087fffffff]
  89. [ 0.000000] Movable zone start for each node
  90. [ 0.000000] Early memory node ranges
  91. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003ecfffff]
  92. [ 0.000000] node 0: [mem 0x000000003ed00000-0x000000003ee47fff]
  93. [ 0.000000] node 0: [mem 0x000000003ee48000-0x000000007fefffff]
  94. [ 0.000000] node 0: [mem 0x0000000800000000-0x000000087fffffff]
  95. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000087fffffff]
  96. [ 0.000000] On node 0, zone Normal: 256 pages in unavailable ranges
  97. [ 0.000000] cma: Reserved 900 MiB at 0x000000003f400000
  98. [ 0.000000] psci: probing for conduit method from DT.
  99. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  100. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  101. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  102. [ 0.000000] psci: SMC Calling Convention v1.2
  103. [ 0.000000] percpu: Embedded 18 pages/cpu s34648 r8192 d30888 u73728
  104. [ 0.000000] Detected VIPT I-cache on CPU0
  105. [ 0.000000] CPU features: detected: ARM erratum 845719
  106. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1031940
  107. [ 0.000000] Kernel command line: earlycon console=ttyPS1,115200 clk_ignore_unused xil inx_tsn_ep.st_pcp=4 init_fatal_sh=1 cma=900M
  108. [ 0.000000] Unknown kernel command line parameters "init_fatal_sh=1", will be passed to user space.
  109. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear )
  110. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  111. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  112. [ 0.000000] software IO TLB: mapped [mem 0x000000007bf00000-0x000000007ff00000] (64MB )
  113. [ 0.000000] Memory: 3079028K/4193280K available (14080K kernel code, 1000K rwdata, 40 08K rodata, 2048K init, 590K bss, 192652K reserved, 921600K cma-reserved)
  114. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  115. [ 0.000000] rcu: RCU event tracing is enabled.
  116. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  117. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
  118. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  119. [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
  120. [ 0.000000] Root IRQ handler: gic_handle_irq
  121. [ 0.000000] GIC: Using split EOI/Deactivate mode
  122. [ 0.000000] rcu: Offload RCU callbacks from CPUs: (none).
  123. [ 0.000000] random: get_random_bytes called from start_kernel+0x738/0x994 with crng_i nit=0
  124. [ 0.000000] arch_timer: cp15 timer(s) running at 99.99MHz (phys).
  125. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x17101 5c90f, max_idle_ns: 440795203080 ns
  126. [ 0.000000] sched_clock: 56 bits at 99MHz, resolution 10ns, wraps every 4398046511101 ns
  127. [ 0.008345] Console: colour dummy device 80x25
  128. [ 0.012398] Calibrating delay loop (skipped), value calculated using timer frequency. . 199.99 BogoMIPS (lpj=99999)
  129. [ 0.022667] pid_max: default: 32768 minimum: 301
  130. [ 0.027431] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  131. [ 0.034616] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  132. [ 0.043623] rcu: Hierarchical SRCU implementation.
  133. [ 0.047473] EFI services will not be available.
  134. [ 0.051828] smp: Bringing up secondary CPUs ...
  135. [ 0.056675] Detected VIPT I-cache on CPU1
  136. [ 0.056712] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  137. [ 0.057280] Detected VIPT I-cache on CPU2
  138. [ 0.057303] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  139. [ 0.057828] Detected VIPT I-cache on CPU3
  140. [ 0.057851] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  141. [ 0.057903] smp: Brought up 1 node, 4 CPUs
  142. [ 0.091619] SMP: Total of 4 processors activated.
  143. [ 0.096282] CPU features: detected: 32-bit EL0 Support
  144. [ 0.101397] CPU features: detected: CRC32 instructions
  145. [ 0.106522] CPU: All CPU(s) started at EL2
  146. [ 0.110566] alternatives: patching kernel code
  147. [ 0.115913] devtmpfs: initialized
  148. [ 0.124974] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_n s: 1911260446275000 ns
  149. [ 0.129074] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  150. [ 0.161931] pinctrl core: initialized pinctrl subsystem
  151. [ 0.162469] DMI not present or invalid.
  152. [ 0.165580] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  153. [ 0.172565] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
  154. [ 0.178316] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocation s
  155. [ 0.186143] audit: initializing netlink subsys (disabled)
  156. [ 0.191551] audit: type=2000 audit(0.064:1): state=initialized audit_enabled=0 res=1
  157. [ 0.191957] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  158. [ 0.205966] ASID allocator initialised with 65536 entries
  159. [ 0.211376] Serial: AMBA PL011 UART driver
  160. [ 0.241008] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  161. [ 0.242091] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  162. [ 0.248749] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  163. [ 0.255390] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  164. [ 1.228405] cryptd: max_cpu_qlen set to 1000
  165. [ 1.252360] DRBG: Continuing without Jitter RNG
  166. [ 1.301772] raid6: neonx8 gen() 2289 MB/s
  167. [ 1.318838] raid6: neonx8 xor() 1702 MB/s
  168. [ 1.335917] raid6: neonx4 gen() 2354 MB/s
  169. [ 1.352990] raid6: neonx4 xor() 1672 MB/s
  170. [ 1.370067] raid6: neonx2 gen() 2222 MB/s
  171. [ 1.387135] raid6: neonx2 xor() 1544 MB/s
  172. [ 1.404221] raid6: neonx1 gen() 1916 MB/s
  173. [ 1.421298] raid6: neonx1 xor() 1310 MB/s
  174. [ 1.438377] raid6: int64x8 gen() 1516 MB/s
  175. [ 1.455436] raid6: int64x8 xor() 859 MB/s
  176. [ 1.472521] raid6: int64x4 gen() 1772 MB/s
  177. [ 1.489591] raid6: int64x4 xor() 944 MB/s
  178. [ 1.506669] raid6: int64x2 gen() 1549 MB/s
  179. [ 1.523737] raid6: int64x2 xor() 833 MB/s
  180. [ 1.540829] raid6: int64x1 gen() 1145 MB/s
  181. [ 1.557892] raid6: int64x1 xor() 574 MB/s
  182. [ 1.557931] raid6: using algorithm neonx4 gen() 2354 MB/s
  183. [ 1.561888] raid6: .... xor() 1672 MB/s, rmw enabled
  184. [ 1.566819] raid6: using neon recovery algorithm
  185. [ 1.572031] iommu: Default domain type: Translated
  186. [ 1.576251] iommu: DMA domain TLB invalidation policy: strict mode
  187. [ 1.582716] SCSI subsystem initialized
  188. [ 1.586365] usbcore: registered new interface driver usbfs
  189. [ 1.591678] usbcore: registered new interface driver hub
  190. [ 1.596945] usbcore: registered new device driver usb
  191. [ 1.601994] mc: Linux media interface: v0.10
  192. [ 1.606196] videodev: Linux video capture interface: v2.00
  193. [ 1.611666] pps_core: LinuxPPS API ver. 1 registered
  194. [ 1.616558] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <gio [email protected]>
  195. [ 1.625650] PTP clock support registered
  196. [ 1.629556] EDAC MC: Ver: 3.0.0
  197. [ 1.632887] FPGA manager framework
  198. [ 1.636168] Advanced Linux Sound Architecture Driver Initialized.
  199. [ 1.642413] Bluetooth: Core ver 2.22
  200. [ 1.645645] NET: Registered PF_BLUETOOTH protocol family
  201. [ 1.650899] Bluetooth: HCI device and connection manager initialized
  202. [ 1.657217] Bluetooth: HCI socket layer initialized
  203. [ 1.662060] Bluetooth: L2CAP socket layer initialized
  204. [ 1.667084] Bluetooth: SCO socket layer initialized
  205. [ 1.672308] clocksource: Switched to clocksource arch_sys_counter
  206. [ 1.678122] VFS: Disk quotas dquot_6.6.0
  207. [ 1.681908] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  208. [ 1.693375] NET: Registered PF_INET protocol family
  209. [ 1.693669] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  210. [ 1.702549] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  211. [ 1.709411] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear )
  212. [ 1.717439] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  213. [ 1.724878] TCP: Hash tables configured (established 32768 bind 32768)
  214. [ 1.731085] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  215. [ 1.737727] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  216. [ 1.744900] NET: Registered PF_UNIX/PF_LOCAL protocol family
  217. [ 1.750713] RPC: Registered named UNIX socket transport module.
  218. [ 1.756279] RPC: Registered udp transport module.
  219. [ 1.760943] RPC: Registered tcp transport module.
  220. [ 1.765600] RPC: Registered tcp NFSv4.1 backchannel transport module.
  221. [ 1.772578] PCI: CLS 0 bytes, default 64
  222. [ 1.776104] Trying to unpack rootfs image as initramfs...
  223. [ 1.794567] armv8-pmu pmu: hw perfevents: no interrupt-affinity property, guessing.
  224. [ 1.796833] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
  225. [ 2.875979] Freeing initrd memory: 22668K
  226. [ 2.900181] Initialise system trusted keyrings
  227. [ 2.900359] workingset: timestamp_bits=46 max_order=20 bucket_order=0
  228. [ 2.906235] NFS: Registering the id_resolver key type
  229. [ 2.910450] Key type id_resolver registered
  230. [ 2.914565] Key type id_legacy registered
  231. [ 2.918561] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  232. [ 2.925205] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  233. [ 2.932575] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  234. [ 2.972864] NET: Registered PF_ALG protocol family
  235. [ 2.972912] xor: measuring software checksum speed
  236. [ 2.980544] 8regs : 2616 MB/sec
  237. [ 2.984275] 32regs : 3096 MB/sec
  238. [ 2.989820] arm64_neon : 2237 MB/sec
  239. [ 2.989859] xor: using function: 32regs (3096 MB/sec)
  240. [ 2.994768] Key type asymmetric registered
  241. [ 2.998833] Asymmetric key parser 'x509' registered
  242. [ 3.003714] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
  243. [ 3.011032] io scheduler mq-deadline registered
  244. [ 3.015528] io scheduler kyber registered
  245. [ 3.050147] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  246. [ 3.051930] Serial: AMBA driver
  247. [ 3.055233] cacheinfo: Unable to detect cache hierarchy for CPU 0
  248. [ 3.064816] brd: module loaded
  249. [ 3.069505] loop: module loaded
  250. [ 3.070764] mtdoops: mtd device (mtddev=name/number) must be supplied
  251. [ 3.076619] tun: Universal TUN/TAP device driver, 1.6
  252. [ 3.078513] CAN device driver interface
  253. [ 3.083002] SPI driver wl1271_spi has no spi_device_id for ti,wl1271
  254. [ 3.088554] SPI driver wl1271_spi has no spi_device_id for ti,wl1273
  255. [ 3.094867] SPI driver wl1271_spi has no spi_device_id for ti,wl1281
  256. [ 3.101181] SPI driver wl1271_spi has no spi_device_id for ti,wl1283
  257. [ 3.107496] SPI driver wl1271_spi has no spi_device_id for ti,wl1285
  258. [ 3.113809] SPI driver wl1271_spi has no spi_device_id for ti,wl1801
  259. [ 3.120125] SPI driver wl1271_spi has no spi_device_id for ti,wl1805
  260. [ 3.126444] SPI driver wl1271_spi has no spi_device_id for ti,wl1807
  261. [ 3.132755] SPI driver wl1271_spi has no spi_device_id for ti,wl1831
  262. [ 3.139069] SPI driver wl1271_spi has no spi_device_id for ti,wl1835
  263. [ 3.145382] SPI driver wl1271_spi has no spi_device_id for ti,wl1837
  264. [ 3.151813] usbcore: registered new interface driver asix
  265. [ 3.157103] usbcore: registered new interface driver ax88179_178a
  266. [ 3.163139] usbcore: registered new interface driver cdc_ether
  267. [ 3.168934] usbcore: registered new interface driver net1080
  268. [ 3.174557] usbcore: registered new interface driver cdc_subset
  269. [ 3.180439] usbcore: registered new interface driver zaurus
  270. [ 3.185988] usbcore: registered new interface driver cdc_ncm
  271. [ 3.192573] usbcore: registered new interface driver uas
  272. [ 3.196886] usbcore: registered new interface driver usb-storage
  273. [ 3.203482] rtc_zynqmp ffa60000.rtc: registered as rtc0
  274. [ 3.208022] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-07T01:38:17 UTC (524297)
  275. [ 3.216563] i2c_dev: i2c /dev entries driver
  276. [ 3.223328] usbcore: registered new interface driver uvcvideo
  277. [ 3.227810] Bluetooth: HCI UART driver ver 2.3
  278. [ 3.230851] Bluetooth: HCI UART protocol H4 registered
  279. [ 3.235949] Bluetooth: HCI UART protocol BCSP registered
  280. [ 3.241243] Bluetooth: HCI UART protocol LL registered
  281. [ 3.246331] Bluetooth: HCI UART protocol ATH3K registered
  282. [ 3.251709] Bluetooth: HCI UART protocol Three-wire (H5) registered
  283. [ 3.257983] Bluetooth: HCI UART protocol Intel registered
  284. [ 3.263308] Bluetooth: HCI UART protocol QCA registered
  285. [ 3.268506] usbcore: registered new interface driver bcm203x
  286. [ 3.274124] usbcore: registered new interface driver bpa10x
  287. [ 3.279663] usbcore: registered new interface driver bfusb
  288. [ 3.285110] usbcore: registered new interface driver btusb
  289. [ 3.290572] usbcore: registered new interface driver ath3k
  290. [ 3.296088] EDAC MC: ECC not enabled
  291. [ 3.299684] EDAC DEVICE0: Giving out device to module edac controller cache_err: DEV edac (POLLED)
  292. [ 3.308659] EDAC DEVICE1: Giving out device to module zynqmp-ocm-edac controller zynq mp_ocm: DEV ff960000.memory-controller (INTERRUPT)
  293. [ 3.321115] sdhci: Secure Digital Host Controller Interface driver
  294. [ 3.326695] sdhci: Copyright(c) Pierre Ossman
  295. [ 3.331015] sdhci-pltfm: SDHCI platform and OF driver helper
  296. [ 3.337207] ledtrig-cpu: registered to indicate activity on CPUs
  297. [ 3.342731] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
  298. [ 3.349082] zynqmp_firmware_probe Platform Management API v1.1
  299. [ 3.354805] zynqmp_firmware_probe Trustzone version v1.0
  300. [ 3.390393] securefw securefw: securefw probed
  301. [ 3.390674] alg: No test for xilinx-zynqmp-aes (zynqmp-aes)
  302. [ 3.394847] zynqmp_aes firmware:zynqmp-firmware:zynqmp-aes: AES Successfully Register ed
  303. [ 3.403025] alg: No test for xilinx-keccak-384 (zynqmp-keccak-384)
  304. [ 3.409184] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
  305. [ 3.414634] usbcore: registered new interface driver usbhid
  306. [ 3.420001] usbhid: USB HID core driver
  307. [ 3.427531] ARM CCI_400_r1 PMU driver probed
  308. [ 3.428366] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
  309. [ 3.434988] usbcore: registered new interface driver snd-usb-audio
  310. [ 3.441802] pktgen: Packet Generator for packet performance testing. Version: 2.75
  311. [ 3.449021] Initializing XFRM netlink socket
  312. [ 3.452440] NET: Registered PF_INET6 protocol family
  313. [ 3.457873] Segment Routing with IPv6
  314. [ 3.460933] In-situ OAM (IOAM) with IPv6
  315. [ 3.464878] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  316. [ 3.471056] NET: Registered PF_PACKET protocol family
  317. [ 3.475723] NET: Registered PF_KEY protocol family
  318. [ 3.480497] Bridge firewalling registered
  319. [ 3.484442] can: controller area network core
  320. [ 3.488798] NET: Registered PF_CAN protocol family
  321. [ 3.493539] can: raw protocol
  322. [ 3.496471] can: broadcast manager protocol
  323. [ 3.500636] can: netlink gateway - max_hops=1
  324. [ 3.505027] Bluetooth: RFCOMM TTY layer initialized
  325. [ 3.509806] Bluetooth: RFCOMM socket layer initialized
  326. [ 3.514902] Bluetooth: RFCOMM ver 1.11
  327. [ 3.518616] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  328. [ 3.523887] Bluetooth: BNEP filters: protocol multicast
  329. [ 3.529079] Bluetooth: BNEP socket layer initialized
  330. [ 3.534006] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  331. [ 3.539891] Bluetooth: HIDP socket layer initialized
  332. [ 3.544921] 8021q: 802.1Q VLAN Support v1.8
  333. [ 3.549117] 9pnet: Installing 9P2000 support
  334. [ 3.553228] Key type dns_resolver registered
  335. [ 3.557581] registered taskstats version 1
  336. [ 3.561515] Loading compiled-in X.509 certificates
  337. [ 3.567277] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
  338. [ 3.588348] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 48, base_baud = 6249999 ) is a xuartps
  339. [ 3.597396] printk: console [ttyPS1] enabled
  340. [ 3.597396] printk: console [ttyPS1] enabled
  341. [ 3.601692] printk: bootconsole [cdns0] disabled
  342. [ 3.601692] printk: bootconsole [cdns0] disabled
  343. [ 3.610942] of-fpga-region fpga-full: FPGA Region probed
  344. [ 3.621044] xilinx-zynqmp-dma fd500000.dma-controller: ZynqMP DMA driver Probe succes s
  345. [ 3.629163] xilinx-zynqmp-dma fd510000.dma-controller: ZynqMP DMA driver Probe succes s
  346. [ 3.637273] xilinx-zynqmp-dma fd520000.dma-controller: ZynqMP DMA driver Probe succes s
  347. [ 3.645384] xilinx-zynqmp-dma fd530000.dma-controller: ZynqMP DMA driver Probe succes s
  348. [ 3.653503] xilinx-zynqmp-dma fd540000.dma-controller: ZynqMP DMA driver Probe succes s
  349. [ 3.661623] xilinx-zynqmp-dma fd550000.dma-controller: ZynqMP DMA driver Probe succes s
  350. [ 3.669743] xilinx-zynqmp-dma fd560000.dma-controller: ZynqMP DMA driver Probe succes s
  351. [ 3.677846] xilinx-zynqmp-dma fd570000.dma-controller: ZynqMP DMA driver Probe succes s
  352. [ 3.685987] xilinx-zynqmp-dma ffa80000.dma-controller: ZynqMP DMA driver Probe succes s
  353. [ 3.694100] xilinx-zynqmp-dma ffa90000.dma-controller: ZynqMP DMA driver Probe succes s
  354. [ 3.702203] xilinx-zynqmp-dma ffaa0000.dma-controller: ZynqMP DMA driver Probe succes s
  355. [ 3.710322] xilinx-zynqmp-dma ffab0000.dma-controller: ZynqMP DMA driver Probe succes s
  356. [ 3.718440] xilinx-zynqmp-dma ffac0000.dma-controller: ZynqMP DMA driver Probe succes s
  357. [ 3.726549] xilinx-zynqmp-dma ffad0000.dma-controller: ZynqMP DMA driver Probe succes s
  358. [ 3.734649] xilinx-zynqmp-dma ffae0000.dma-controller: ZynqMP DMA driver Probe succes s
  359. [ 3.742760] xilinx-zynqmp-dma ffaf0000.dma-controller: ZynqMP DMA driver Probe succes s
  360. [ 3.751131] xilinx-zynqmp-dpdma fd4c0000.dma-controller: Xilinx DPDMA engine is probe d
  361. [ 3.762355] zynqmp-display fd4a0000.display: vtc bridge property not present
  362. [ 3.772411] xilinx-dp-snd-codec fd4a0000.display:zynqmp_dp_snd_codec0: Xilinx Display Port Sound Codec probed
  363. [ 3.782561] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed
  364. [ 3.790701] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed
  365. [ 3.799827] xilinx-dp-snd-card fd4a0000.display:zynqmp_dp_snd_card: Xilinx DisplayPor t Sound Card probed
  366. [ 3.809413] OF: graph: no port node found in /axi/display@fd4a0000
  367. [ 3.815998] xlnx-drm xlnx-drm.0: bound fd4a0000.display (ops 0xffff800008e92b10)
  368. [ 4.868361] zynqmp-display fd4a0000.display: [drm] Cannot find any crtc or sizes
  369. [ 4.876053] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.display on minor 0
  370. [ 4.883555] zynqmp-display fd4a0000.display: ZynqMP DisplayPort Subsystem driver prob ed
  371. [ 4.893469] spi-nor spi0.0: mt25qu512a (65536 Kbytes)
  372. [ 4.895138] tpm_tis_spi spi2.0: 2.0 TPM (device-id 0x1B, rev-id 22)
  373. [ 4.898630] 16 fixed-partitions partitions found on MTD device spi0.0
  374. [ 4.907589] tpm tpm0: A TPM error (256) occurred attempting the self test
  375. [ 4.911227] Creating 16 MTD partitions on "spi0.0":
  376. [ 4.917987] tpm tpm0: starting up the TPM manually
  377. [ 4.927655] 0x000000000000-0x000000080000 : "Image Selector"
  378. [ 4.934375] 0x000000080000-0x000000100000 : "Image Selector Golden"
  379. [ 4.941597] 0x000000100000-0x000000120000 : "Persistent Register"
  380. [ 4.948680] 0x000000120000-0x000000140000 : "Persistent Register Backup"
  381. [ 4.948873] random: fast init done
  382. [ 4.956327] 0x000000140000-0x000000200000 : "Open_1"
  383. [ 4.964679] 0x000000200000-0x000000f00000 : "Image A (FSBL, PMU, ATF, U-Boot)"
  384. [ 4.972830] 0x000000f00000-0x000000f80000 : "ImgSel Image A Catch"
  385. [ 4.979959] 0x000000f80000-0x000001c80000 : "Image B (FSBL, PMU, ATF, U-Boot)"
  386. [ 4.988109] 0x000001c80000-0x000001d00000 : "ImgSel Image B Catch"
  387. [ 4.995226] 0x000001d00000-0x000001e00000 : "Open_2"
  388. [ 5.001122] 0x000001e00000-0x000002000000 : "Recovery Image"
  389. [ 5.007755] 0x000002000000-0x000002200000 : "Recovery Image Backup"
  390. [ 5.014963] 0x000002200000-0x000002220000 : "U-Boot storage variables"
  391. [ 5.022434] 0x000002220000-0x000002240000 : "U-Boot storage variables backup"
  392. [ 5.030529] 0x000002240000-0x000002250000 : "SHA256"
  393. [ 5.036427] 0x000002250000-0x000004000000 : "User"
  394. [ 5.042688] macb ff0b0000.ethernet: Not enabling partial store and forward
  395. [ 5.084430] macb ff0b0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0b0000 irq 38 (00:0a:35:0f:2c:1f)
  396. [ 5.096047] macb ff0c0000.ethernet: Not enabling partial store and forward
  397. [ 5.118341] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
  398. [ 5.124939] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
  399. [ 5.131500] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
  400. [ 5.138056] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
  401. [ 5.145867] i2c i2c-1: Added multiplexed i2c bus 3
  402. [ 5.150795] i2c i2c-1: Added multiplexed i2c bus 4
  403. [ 5.155712] i2c i2c-1: Added multiplexed i2c bus 5
  404. [ 5.160623] i2c i2c-1: Added multiplexed i2c bus 6
  405. [ 5.165418] pca954x 1-0074: registered 4 multiplexed busses for I2C switch pca9546
  406. [ 5.174138] at24 1-0050: supply vcc not found, using dummy regulator
  407. [ 5.180832] at24 1-0050: 8192 byte 24c64 EEPROM, writable, 1 bytes/write
  408. [ 5.187687] at24 1-0051: supply vcc not found, using dummy regulator
  409. [ 5.194351] at24 1-0051: 8192 byte 24c64 EEPROM, writable, 1 bytes/write
  410. [ 5.201297] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 41
  411. [ 5.209545] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s
  412. [ 5.217075] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer with timeout 10s
  413. [ 5.226940] macb ff0c0000.ethernet: Not enabling partial store and forward
  414. [ 5.233868] macb ff0c0000.ethernet: invalid hw address, using random
  415. [ 5.248479] macb ff0c0000.ethernet eth1: Cadence GEM rev 0x50070106 at 0xff0c0000 irq 39 (1a:b6:9e:4b:bc:5f)
  416. [ 5.282752] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  417. [ 5.288251] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
  418. [ 5.296018] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000000002010810
  419. [ 5.305451] xhci-hcd xhci-hcd.1.auto: irq 55, io mem 0xfe200000
  420. [ 5.311652] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
  421. [ 5.319918] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  422. [ 5.327138] usb usb1: Product: xHCI Host Controller
  423. [ 5.332008] usb usb1: Manufacturer: Linux 5.15.19-xilinx-v2022.1 xhci-hcd
  424. [ 5.338786] usb usb1: SerialNumber: xhci-hcd.1.auto
  425. [ 5.343978] hub 1-0:1.0: USB hub found
  426. [ 5.347743] hub 1-0:1.0: 1 port detected
  427. [ 5.351848] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  428. [ 5.357336] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
  429. [ 5.364990] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
  430. [ 5.371637] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
  431. [ 5.379951] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  432. [ 5.387170] usb usb2: Product: xHCI Host Controller
  433. [ 5.392039] usb usb2: Manufacturer: Linux 5.15.19-xilinx-v2022.1 xhci-hcd
  434. [ 5.398838] usb usb2: SerialNumber: xhci-hcd.1.auto
  435. [ 5.403971] hub 2-0:1.0: USB hub found
  436. [ 5.407736] hub 2-0:1.0: 1 port detected
  437. [ 5.411850] dwc3 fe200000.usb: supply usb0@ff9d0000 not found, using dummy regulator
  438. [ 5.443497] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
  439. [ 5.448990] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
  440. [ 5.456750] xhci-hcd xhci-hcd.2.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000000002010810
  441. [ 5.466179] xhci-hcd xhci-hcd.2.auto: irq 58, io mem 0xfe300000
  442. [ 5.472358] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
  443. [ 5.480622] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  444. [ 5.487890] usb usb3: Product: xHCI Host Controller
  445. [ 5.492897] usb usb3: Manufacturer: Linux 5.15.19-xilinx-v2022.1 xhci-hcd
  446. [ 5.499687] usb usb3: SerialNumber: xhci-hcd.2.auto
  447. [ 5.504826] hub 3-0:1.0: USB hub found
  448. [ 5.508592] hub 3-0:1.0: 1 port detected
  449. [ 5.512674] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
  450. [ 5.518214] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
  451. [ 5.525866] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
  452. [ 5.532509] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
  453. [ 5.540808] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  454. [ 5.548032] usb usb4: Product: xHCI Host Controller
  455. [ 5.552954] usb usb4: Manufacturer: Linux 5.15.19-xilinx-v2022.1 xhci-hcd
  456. [ 5.559745] usb usb4: SerialNumber: xhci-hcd.2.auto
  457. [ 5.564890] hub 4-0:1.0: USB hub found
  458. [ 5.568656] hub 4-0:1.0: 1 port detected
  459. [ 5.572761] dwc3 fe300000.usb: supply usb1@ff9e0000 not found, using dummy regulator
  460. [ 5.581469] gpio-keys gpio-keys: Button without keycode
  461. [ 5.586693] gpio-keys: probe of gpio-keys failed with error -22
  462. [ 5.592709] of_cfs_init
  463. [ 5.595176] of_cfs_init: OK
  464. [ 5.598107] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  465. [ 5.604323] usb 1-1: new high-speed USB device number 2 using xhci-hcd
  466. [ 5.731341] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  467. [ 5.737939] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  468. [ 5.746556] clk: Not disabling unused clocks
  469. [ 5.746566] cfg80211: failed to load regulatory.db
  470. [ 5.747920] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 2.21
  471. [ 5.747929] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  472. [ 5.747934] usb 1-1: Product: USB2744
  473. [ 5.747939] usb 1-1: Manufacturer: Microchip Tech
  474. [ 5.750841] ALSA device list:
  475. [ 5.782208] #0: DisplayPort monitor
  476. [ 5.786823] Freeing unused kernel memory: 2048K
  477. [ 5.787650] hub 1-1:1.0: USB hub found
  478. [ 5.795141] hub 1-1:1.0: 4 ports detected
  479. [ 5.804357] Run /init as init process
  480. [ 5.862370] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
  481. [ 5.881720] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 2.21
  482. [ 5.889952] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
  483. [ 5.893512] random: python3: uninitialized urandom read (24 bytes read)
  484. [ 5.897171] usb 2-1: Product: USB5744
  485. [ 5.907378] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
  486. [ 5.913928] usb 2-1: Manufacturer: Microchip Tech
  487. [ 5.925743] usb 4-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 2.21
  488. [ 5.933961] usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
  489. [ 5.941205] usb 4-1: Product: USB5744
  490. [ 5.944918] usb 4-1: Manufacturer: Microchip Tech
  491. [ 5.949803] hub 2-1:1.0: USB hub found
  492. [ 5.953639] hub 2-1:1.0: 3 ports detected
  493. [ 5.980601] hub 4-1:1.0: USB hub found
  494. [ 5.984455] hub 4-1:1.0: 2 ports detected
  495. [ 6.136334] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
  496. [ 6.237764] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2240, bcdDevice = 1.98
  497. [ 6.246143] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  498. [ 6.253458] usb 1-1.1: Product: Ultra Fast Media
  499. [ 6.258169] usb 1-1.1: Manufacturer: Generic
  500. [ 6.262447] usb 1-1.1: SerialNumber: 000000225001
  501. [ 6.267984] usb-storage 1-1.1:1.0: USB Mass Storage device detected
  502. [ 6.274677] scsi host0: usb-storage 1-1.1:1.0
  503. [ 6.355324] usb 1-1.4: new high-speed USB device number 4 using xhci-hcd
  504. [ 6.450017] usb 1-1.4: New USB device found, idVendor=0424, idProduct=2740, bcdDevice = 2.00
  505. [ 6.458367] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  506. [ 6.465671] usb 1-1.4: Product: Hub Controller
  507. [ 6.470106] usb 1-1.4: Manufacturer: Microchip Tech
  508. [ 6.560111] macb ff0c0000.ethernet eth1: PHY [ff0c0000.ethernet-ffffffff:08] driver [ TI DP83867] (irq=POLL)
  509. [ 6.569886] macb ff0c0000.ethernet eth1: configuring for phy/rgmii-id link mode
  510. [ 6.577908] pps pps0: new PPS source ptp0
  511. [ 6.582031] macb ff0c0000.ethernet: gem-ptp-timer ptp clock registered.
  512. MAC address for eth1 is updated to 00:0a:35:0f:3e:7d
  513. [ 6.598254] random: python3: uninitialized urandom read (24 bytes read)
  514. [ 7.210240] macb ff0b0000.ethernet eth0: PHY [ff0c0000.ethernet-ffffffff:04] driver [ TI DP83867] (irq=POLL)
  515. [ 7.220007] macb ff0b0000.ethernet eth0: configuring for phy/sgmii link mode
  516. [ 7.227737] pps pps1: new PPS source ptp1
  517. [ 7.231847] macb ff0b0000.ethernet: gem-ptp-timer ptp clock registered.
  518. MAC address for eth0 is updated to 00:0a:35:0f:2c:1f
  519. [ 7.333142] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI : 0
  520. [ 7.342460] sd 0:0:0:0: [sda] 61952000 512-byte logical blocks: (31.7 GB/29.5 GiB)
  521. [ 7.350661] sd 0:0:0:0: [sda] Write Protect is off
  522. [ 7.356035] sd 0:0:0:0: [sda] No Caching mode page found
  523. [ 7.361596] sd 0:0:0:0: [sda] Assuming drive cache: write through
  524. [ 7.371795] sda: sda1 sda2
  525. [ 7.376535] sd 0:0:0:0: [sda] Attached SCSI removable disk
  526. root: clean, 11036/524288 files, 134512/1048576 blocks
  527. [ 8.916353] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  528. [ 9.600346] random: crng init done
  529. [ 9.630115] systemd[1]: System time before build time, advancing clock.
  530. [ 9.670900] systemd[1]: systemd 249.7+ running in system mode (+PAM -AUDIT -SELINUX - APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO 2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -B ZIP2 -LZ4 -XZ -ZLIB +ZSTD +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
  531. [ 9.701240] systemd[1]: Detected architecture arm64.
  532.  
  533. Welcome to PetaLinux 2022.1_update1_05160643 (honister)!
  534.  
  535. [ 9.734232] systemd[1]: Hostname set to <xilinx-kr260-starterkit-20221>.
  536. [ 9.753846] systemd[1]: Initializing machine ID from random generator.
  537. [ 9.888047] systemd-sysv-generator[462]: SysV service '/etc/init.d/inetd.busybox' lac ks a native systemd unit file. Automatically generating a unit file for compatibility. P lease update package to include a native systemd unit file, in order to make it more saf e and robust.
  538. [ 9.912504] systemd-sysv-generator[462]: SysV service '/etc/init.d/watchdog-init' lac ks a native systemd unit file. Automatically generating a unit file for compatibility. P lease update package to include a native systemd unit file, in order to make it more saf e and robust.
  539. [ 9.936877] systemd-sysv-generator[462]: SysV service '/etc/init.d/nfsserver' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Pleas e update package to include a native systemd unit file, in order to make it more safe an d robust.
  540. [ 9.961058] systemd-sysv-generator[462]: SysV service '/etc/init.d/dropbear' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
  541. [ 10.285468] systemd[1]: Queued start job for default target Multi-User System.
  542. [ 10.325756] systemd[1]: Created slice Slice /system/getty.
  543. [ OK ] Created slice Slice /system/getty.
  544. [ 10.341989] systemd[1]: Created slice Slice /system/modprobe.
  545. [ OK ] Created slice Slice /system/modprobe.
  546. [ 10.357763] systemd[1]: Created slice Slice /system/serial-getty.
  547. [ OK ] Created slice Slice /system/serial-getty.
  548. [ 10.373712] systemd[1]: Created slice User and Session Slice.
  549. [ OK ] Created slice User and Session Slice.
  550. [ 10.388613] systemd[1]: Started Dispatch Password Requests to Console Directory Watch .
  551. [ OK ] Started Dispatch Password …ts to Console Directory Watch.
  552. [ 10.405567] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  553. [ OK ] Started Forward Password R…uests to Wall Directory Watch.
  554. [ 10.424593] systemd[1]: Reached target Path Units.
  555. [ OK ] Reached target Path Units.
  556. [ 10.435396] systemd[1]: Reached target Remote File Systems.
  557. [ OK ] Reached target Remote File Systems.
  558. [ 10.449399] systemd[1]: Reached target Slice Units.
  559. [ OK ] Reached target Slice Units.
  560. [ 10.460411] systemd[1]: Reached target Swaps.
  561. [ OK ] Reached target Swaps.
  562. [ 10.473025] systemd[1]: Listening on RPCbind Server Activation Socket.
  563. [ OK ] Listening on RPCbind Server Activation Socket.
  564. [ 10.488411] systemd[1]: Reached target RPC Port Mapper.
  565. [ OK ] Reached target RPC Port Mapper.
  566. [ 10.504732] systemd[1]: Listening on Syslog Socket.
  567. [ OK ] Listening on Syslog Socket.
  568. [ 10.518561] systemd[1]: Listening on initctl Compatibility Named Pipe.
  569. [ OK ] Listening on initctl Compatibility Named Pipe.
  570. [ 10.533896] systemd[1]: Listening on Journal Audit Socket.
  571. [ OK ] Listening on Journal Audit Socket.
  572. [ 10.547645] systemd[1]: Listening on Journal Socket (/dev/log).
  573. [ OK ] Listening on Journal Socket (/dev/log).
  574. [ 10.562739] systemd[1]: Listening on Journal Socket.
  575. [ OK ] Listening on Journal Socket.
  576. [ 10.576836] systemd[1]: Listening on Network Service Netlink Socket.
  577. [ OK ] Listening on Network Service Netlink Socket.
  578. [ 10.591778] systemd[1]: Listening on udev Control Socket.
  579. [ OK ] Listening on udev Control Socket.
  580. [ 10.605649] systemd[1]: Listening on udev Kernel Socket.
  581. [ OK ] Listening on udev Kernel Socket.
  582. [ 10.619680] systemd[1]: Listening on User Database Manager Socket.
  583. [ OK ] Listening on User Database Manager Socket.
  584. [ 10.637282] systemd[1]: Mounting Huge Pages File System...
  585. Mounting Huge Pages File System...
  586. [ 10.651374] systemd[1]: Mounting POSIX Message Queue File System...
  587. Mounting POSIX Message Queue File System...
  588. [ 10.669390] systemd[1]: Mounting Kernel Debug File System...
  589. Mounting Kernel Debug File System...
  590. [ 10.681727] systemd[1]: Condition check resulted in Kernel Trace File System being sk ipped.
  591. [ 10.695235] systemd[1]: Mounting Temporary Directory /tmp...
  592. Mounting Temporary Directory /tmp...
  593. [ 10.708966] systemd[1]: Condition check resulted in Create List of Static Device Node s being skipped.
  594. [ 10.721556] systemd[1]: Starting Load Kernel Module configfs...
  595. Starting Load Kernel Module configfs...
  596. [ 10.740095] systemd[1]: Starting Load Kernel Module drm...
  597. Starting Load Kernel Module drm...
  598. [ 10.756627] systemd[1]: Starting Load Kernel Module fuse...
  599. Starting Load Kernel Module fuse...
  600. [ 10.771644] systemd[1]: Starting RPC Bind...
  601. Starting RPC Bind...
  602. [ 10.783482] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  603. [ 10.806039] systemd[1]: Starting Load Kernel Modules...
  604. Starting Load Kernel Modules...
  605. [ 10.821653] systemd[1]: Starting Remount Root and Kernel File Systems...
  606. Starting Remount Root and Kernel File Systems...
  607. [ 10.839284] dmaproxy: loading out-of-tree module taints kernel.
  608. [ 10.841141] systemd[1]: Starting Coldplug All udev Devices...
  609. [ 10.841747] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
  610. Starting Coldplug All udev Devices...
  611. [ 10.873470] systemd[1]: Started RPC Bind.
  612. [ OK ] Started RPC Bind.
  613. [ 10.883945] systemd[1]: Mounted Huge Pages File System.
  614. [ OK ] Mounted Huge Pages File System.
  615. [ 10.897833] systemd[1]: Mounted POSIX Message Queue File System.
  616. [ OK ] Mounted POSIX Message Queue File System.
  617. [ 10.912838] systemd[1]: Mounted Kernel Debug File System.
  618. [ 10.915445] usb5744 4-002d: Sending boot command failed
  619. [ OK ] Mounted Kernel Debug File System.
  620. [ 10.930442] i2c 4-002d: Sending boot command failed
  621. [ 10.935718] systemd[1]: Mounted Temporary Directory /tmp.
  622. [ OK ] Mounted Temporary Directory /tmp.
  623. [ 10.950462] systemd[1]: [email protected]: Deactivated successfully.
  624. [ 10.959281] systemd[1]: Finished Load Kernel Module configfs.
  625. [ OK ] Finished Load Kernel Module configfs.
  626. [ 10.974361] systemd[1]: [email protected]: Deactivated successfully.
  627. [ 10.982993] systemd[1]: Finished Load Kernel Module drm.
  628. [ OK ] Finished Load Kernel Module drm.
  629. [ 10.998383] systemd[1]: [email protected]: Deactivated successfully.
  630. [ 11.006918] systemd[1]: Finished Load Kernel Module fuse.
  631. [ OK ] Finished Load Kernel Module fuse.
  632. [ 11.023678] systemd[1]: Finished Load Kernel Modules.
  633. [ OK ] Finished Load Kernel Modules.
  634. [ 11.039830] systemd[1]: Finished Remount Root and Kernel File Systems.
  635. [ OK ] Finished Remount Root and Kernel File Systems.
  636. [ 11.058660] systemd[1]: Mounting NFSD configuration filesystem...
  637. Mounting NFSD configuration filesystem...
  638. [ 11.071888] systemd[1]: Condition check resulted in FUSE Control File System being sk ipped.
  639. [ 11.083469] systemd[1]: Mounting Kernel Configuration File System...
  640. Mounting Kernel Configuration File System...
  641. [ 11.101749] systemd[1]: Condition check resulted in Rebuild Hardware Database being s kipped.
  642. [ 11.110389] systemd[1]: Condition check resulted in Platform Persistent Storage Archi val being skipped.
  643. [ 11.122977] systemd[1]: Starting Apply Kernel Variables...
  644. Starting Apply Kernel Variables...
  645. [ 11.137792] systemd[1]: Starting Create System Users...
  646. Starting Create System Users...
  647. [ 11.156358] systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited, status =32/n/a
  648. [ 11.164855] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'.
  649. [ 11.174438] systemd[1]: Failed to mount NFSD configuration filesystem.
  650. [FAILED] Failed to mount NFSD configuration filesystem.
  651. See 'systemctl status proc-fs-nfsd.mount' for details.
  652. [ 11.197421] systemd[1]: Dependency failed for NFS server and services.
  653. [DEPEND] Dependency failed for NFS server and services.
  654. [ 11.212430] systemd[1]: Dependency failed for NFS Mount Daemon.
  655. [DEPEND] Dependency failed for NFS Mount Daemon.
  656. [ 11.227403] systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'.
  657. [ 11.237031] systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'.
  658. [ 11.247334] systemd[1]: Mounted Kernel Configuration File System.
  659. [ OK ] Mounted Kernel Configuration File System.
  660. [ 11.264759] systemd[1]: Finished Apply Kernel Variables.
  661. [ OK ] Finished Apply Kernel Variables.
  662. [ 11.280827] systemd[1]: Finished Create System Users.
  663. [ OK ] Finished Create System Users.
  664. [ 11.297133] systemd[1]: Starting Create Static Device Nodes in /dev...
  665. Starting Create Static Device Nodes in /dev...
  666. [ 11.335704] systemd[1]: Finished Create Static Device Nodes in /dev.
  667. [ OK ] Finished Create Static Device Nodes in /dev.
  668. [ 11.351752] systemd[1]: Reached target Preparation for Local File Systems.
  669. [ OK ] Reached target Preparation for Local File Systems.
  670. [ 11.372669] systemd[1]: Mounting /var/volatile...
  671. Mounting /var/volatile...
  672. [ 11.389752] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
  673. [ OK ] Started Entropy Daemon based on the HAVEGE algorithm.
  674. [ 11.406206] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
  675. [ 11.419155] systemd[1]: (This warning is only shown for the first unit using IP firew alling.)
  676. [ 11.432361] systemd[1]: Starting Journal Service...
  677. Starting Journal Service...
  678. [ 11.450501] systemd[1]: Starting Rule-based Manager for Device Events and Files...
  679. Starting Rule-based Manage…for Device Events and Files...
  680. [ 11.469437] systemd[1]: Mounted /var/volatile.
  681. [ OK ] Mounted /var/volatile.
  682. [ 11.481826] systemd[1]: Condition check resulted in Bind mount volatile /var/cache be ing skipped.
  683. [ 11.490882] systemd[1]: Condition check resulted in Bind mount volatile /var/lib bein g skipped.
  684. [ 11.503480] systemd[1]: Starting Load/Save Random Seed...
  685. Starting Load/Save Random Seed...
  686. [ 11.515541] systemd[1]: Condition check resulted in Bind mount volatile /var/spool be ing skipped.
  687. [ 11.537513] systemd[1]: Condition check resulted in Bind mount volatile /srv being sk ipped.
  688. [ 11.562048] systemd[1]: Finished Load/Save Random Seed.
  689. [ OK ] Finished Load/Save Random Seed.
  690. [ 11.574612] systemd[1]: Condition check resulted in First Boot Complete being skipped .
  691. [ 11.643158] systemd[1]: Started Rule-based Manager for Device Events and Files.
  692. [ OK ] Started Rule-based Manager for Device Events and Files.
  693. [ 11.659904] systemd[1]: Started Journal Service.
  694. [ OK ] Started Journal Service.
  695. Starting Flush Journal to Persistent Storage...
  696. [ OK ] Finished Coldplug All udev Devices.
  697. [ 11.755482] systemd-journald[494]: Received client request to flush runtime journal.
  698. [ OK ] Finished Flush Journal to Persistent Storage.
  699. [ OK ] Reached target Sound Card.
  700. [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
  701. [ OK ] Created slice Slice /system/systemd-fsck.
  702. Starting File System Check on /dev/sda1...
  703. [ OK ] Finished File System Check on /dev/sda1.
  704. Mounting /run/media/sda1...
  705. [ OK ] Mounted /run/media/sda1.
  706. [ TIME ] Timed out waiting for device /dev/mmcblk0p1.
  707. [DEPEND] Dependency failed for /boot.
  708. [DEPEND] Dependency failed for Local File Systems.
  709. [ OK ] Stopped Dispatch Password …ts to Console Directory Watch.
  710. [ OK ] Stopped Forward Password R…uests to Wall Directory Watch.
  711. [ OK ] Reached target Timer Units.
  712. [ OK ] Closed Syslog Socket.
  713. [ OK ] Reached target Preparation for Network.
  714. [ OK ] Reached target Login Prompts.
  715. Starting Network Configuration...
  716. [ OK ] Reached target Socket Units.
  717. [ OK ] Started Emergency Shell.
  718. [ OK ] Reached target Emergency Mode.
  719. Starting Rebuild Dynamic Linker Cache...
  720. Starting Create Volatile Files and Directories...
  721. [ OK ] Finished Create Volatile Files and Directories.
  722. Starting Rebuild Journal Catalog...
  723. Starting Network Time Synchronization...
  724. Starting Record System Boot/Shutdown in UTMP...
  725. [ OK ] Finished Record System Boot/Shutdown in UTMP.
  726. Starting Record Runlevel Change in UTMP...
  727. [ OK ] Finished Record Runlevel Change in UTMP.
  728. [ OK ] Finished Rebuild Journal Catalog.
  729. [ OK ] Started Network Configuration.
  730. Starting Network Name Resolution...
  731. [ OK ] Started Network Time Synchronization.
  732. [ OK ] Reached target System Time Set.
  733. [ OK ] Started Network Name Resolution.
  734. [ OK ] Reached target Network.
  735. [ OK ] Reached target Host and Network Name Lookups.
  736. [ OK ] Started NFS status monitor for NFSv2/3 locking..
  737. [ OK ] Finished Rebuild Dynamic Linker Cache.
  738. Starting Update is Completed...
  739. [ OK ] Finished Update is Completed.
  740. You are in emergency mode. After logging in, type "journalctl -xb" to view
  741. system logs, "systemctl reboot" to reboot, "systemctlGive root password for maintenance
  742. (or press Control-D to continue):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement