Advertisement
hugh_1977

KV260 Petalinux build u-boot bed messing.

Aug 2nd, 2022
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.51 KB | None | 0 0
  1. 8▒UjT▒'$HP▒▒ running on XCK26/silicon v4/RTL5.1 at 0xfffea000
  2. NOTICE: BL31: v2.2(release):xilinx-v2020.2.2-k26
  3. NOTICE: BL31: Built : 17:45:02, Apr 22 2021
  4.  
  5.  
  6. U-Boot 2020.01 (Apr 22 2021 - 17:47:18 +0000)
  7.  
  8. Model: ZynqMP SMK-K26 Rev1/B/A
  9. Board: Xilinx ZynqMP
  10. DRAM: 4 GiB
  11. PMUFW: v1.1
  12. Xilinx I2C FRU format at nvmem0:
  13. Manufacturer Name: XILINX
  14. Product Name: SMK-K26-XCL2G
  15. Serial No: XFL1IGK2KKU1
  16. Part Number: 5057-01
  17. File ID: 0x0
  18. Revision Number: 1
  19. Xilinx I2C FRU format at nvmem1:
  20. Manufacturer Name: XILINX
  21. Product Name: SCK-KV-G
  22. Serial No: XFL1GU0GIOUE
  23. Part Number: 5066-01
  24. File ID: 0x0
  25. Revision Number: 1
  26. EL Level: EL2
  27. Chip ID: xck26
  28. NAND: 0 MiB
  29. MMC: mmc@ff170000: 1
  30. In: serial@ff010000
  31. Out: serial@ff010000
  32. Err: serial@ff010000
  33. Bootmode: QSPI_MODE
  34. Reset reason: SOFT
  35. Net: No ethernet found.
  36. Hit any key to stop autoboot: 0
  37.  
  38. *** U-Boot Boot Menu ***
  39.  
  40. Auto-Select - 1.CC boot 2.SOM boot
  41. Carrier Card (CC) boot device
  42. System on Module (SOM) boot device
  43. U-Boot console
  44.  
  45.  
  46. Press UP/DOWN to move, ENTER to select
  47. switch to partitions #0, OK
  48. mmc1 is current device
  49. Scanning mmc 1:1...
  50. Found U-Boot script /boot.scr
  51. 2777 bytes read in 16 ms (168.9 KiB/s)
  52. ## Executing script at 20000000
  53. Trying to load boot images from mmc1
  54. 22401536 bytes read in 2528 ms (8.5 MiB/s)
  55. 23215150 bytes read in 2628 ms (8.4 MiB/s)
  56. ## Loading init Ramdisk from Legacy Image at 04000000 ...
  57. Image Name: petalinux-initramfs-image-xilinx
  58. Image Type: AArch64 Linux RAMDisk Image (uncompressed)
  59. Data Size: 23215086 Bytes = 22.1 MiB
  60. Load Address: 00000000
  61. Entry Point: 00000000
  62. Verifying Checksum ... OK
  63. ## Flattened Device Tree blob at 00100000
  64. Booting using the fdt blob at 0x100000
  65. Loading Ramdisk to 779dc000, end 78fffbee ... OK
  66. Loading Device Tree to 000000000fff4000, end 000000000ffff77d ... OK
  67.  
  68. Starting kernel ...
  69.  
  70. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  71. [ 0.000000] Linux version 5.15.19-xilinx-v2022.1 (oe-user@oe-host) (aarch64-xilinx-linux-gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #1 SMP Mon Apr 11 17:52:14 UTC 2022
  72. [ 0.000000] Machine model: ZynqMP SMK-K26 Rev1/B/A
  73. [ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff010000 (options '115200n8')
  74. [ 0.000000] printk: bootconsole [cdns0] enabled
  75. [ 0.000000] efi: UEFI not found.
  76. [ 0.000000] Zone ranges:
  77. [ 0.000000] DMA32 [mem 0x0000000000000000-0x00000000ffffffff]
  78. [ 0.000000] Normal [mem 0x0000000100000000-0x000000087fffffff]
  79. [ 0.000000] Movable zone start for each node
  80. [ 0.000000] Early memory node ranges
  81. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fefffff]
  82. [ 0.000000] node 0: [mem 0x0000000800000000-0x000000087fffffff]
  83. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000087fffffff]
  84. [ 0.000000] On node 0, zone Normal: 256 pages in unavailable ranges
  85. [ 0.000000] cma: Reserved 1000 MiB at 0x0000000039000000
  86. [ 0.000000] psci: probing for conduit method from DT.
  87. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  88. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  89. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  90. [ 0.000000] psci: SMC Calling Convention v1.1
  91. [ 0.000000] percpu: Embedded 18 pages/cpu s34776 r8192 d30760 u73728
  92. [ 0.000000] Detected VIPT I-cache on CPU0
  93. [ 0.000000] CPU features: detected: ARM erratum 845719
  94. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1031940
  95. [ 0.000000] Kernel command line: earlycon console=ttyPS0,115200 clk_ignore_unused ext4=/dev/mmcblk0p2:/rootfs init_fatal_sh=1 cma=1000M
  96. [ 0.000000] Unknown kernel command line parameters "ext4=/dev/mmcblk0p2:/rootfs init_fatal_sh=1", will be passed to user space.
  97. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  98. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  99. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  100. [ 0.000000] software IO TLB: mapped [mem 0x000000007bf00000-0x000000007ff00000] (64MB)
  101. [ 0.000000] Memory: 2977456K/4193280K available (14528K kernel code, 1012K rwdata, 4056K rodata, 2176K init, 571K bss, 191824K reserved, 1024000K cma-reserved)
  102. [ 0.000000] rcu: Hierarchical RCU implementation.
  103. [ 0.000000] rcu: RCU event tracing is enabled.
  104. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  105. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  106. [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
  107. [ 0.000000] Root IRQ handler: gic_handle_irq
  108. [ 0.000000] GIC: Using split EOI/Deactivate mode
  109. [ 0.000000] random: get_random_bytes called from start_kernel+0x474/0x6d4 with crng_init=0
  110. [ 0.000000] arch_timer: cp15 timer(s) running at 99.99MHz (phys).
  111. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x171015c90f, max_idle_ns: 440795203080 ns
  112. [ 0.000000] sched_clock: 56 bits at 99MHz, resolution 10ns, wraps every 4398046511101ns
  113. [ 0.008283] Console: colour dummy device 80x25
  114. [ 0.012396] Calibrating delay loop (skipped), value calculated using timer frequency.. 199.99 BogoMIPS (lpj=399996)
  115. [ 0.022752] pid_max: default: 32768 minimum: 301
  116. [ 0.027504] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  117. [ 0.034700] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  118. [ 0.043438] rcu: Hierarchical SRCU implementation.
  119. [ 0.047450] EFI services will not be available.
  120. [ 0.051864] smp: Bringing up secondary CPUs ...
  121. [ 0.056553] Detected VIPT I-cache on CPU1
  122. [ 0.056592] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  123. [ 0.056945] Detected VIPT I-cache on CPU2
  124. [ 0.056967] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  125. [ 0.057288] Detected VIPT I-cache on CPU3
  126. [ 0.057309] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  127. [ 0.057349] smp: Brought up 1 node, 4 CPUs
  128. [ 0.091692] SMP: Total of 4 processors activated.
  129. [ 0.096364] CPU features: detected: 32-bit EL0 Support
  130. [ 0.101468] CPU features: detected: CRC32 instructions
  131. [ 0.106604] CPU: All CPU(s) started at EL2
  132. [ 0.110648] alternatives: patching kernel code
  133. [ 0.116059] devtmpfs: initialized
  134. [ 0.122711] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  135. [ 0.128036] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  136. [ 0.164915] pinctrl core: initialized pinctrl subsystem
  137. [ 0.165393] DMI not present or invalid.
  138. [ 0.168562] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  139. [ 0.175176] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
  140. [ 0.181292] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  141. [ 0.189109] audit: initializing netlink subsys (disabled)
  142. [ 0.194515] audit: type=2000 audit(0.132:1): state=initialized audit_enabled=0 res=1
  143. [ 0.194866] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  144. [ 0.208939] ASID allocator initialised with 65536 entries
  145. [ 0.214341] Serial: AMBA PL011 UART driver
  146. [ 0.232964] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  147. [ 0.234019] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  148. [ 0.240687] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  149. [ 0.247344] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  150. [ 1.216684] cryptd: max_cpu_qlen set to 1000
  151. [ 1.238955] DRBG: Continuing without Jitter RNG
  152. [ 1.338682] raid6: neonx8 gen() 2361 MB/s
  153. [ 1.406723] raid6: neonx8 xor() 1760 MB/s
  154. [ 1.474781] raid6: neonx4 gen() 2417 MB/s
  155. [ 1.542829] raid6: neonx4 xor() 1725 MB/s
  156. [ 1.610898] raid6: neonx2 gen() 2297 MB/s
  157. [ 1.678945] raid6: neonx2 xor() 1579 MB/s
  158. [ 1.747014] raid6: neonx1 gen() 1961 MB/s
  159. [ 1.815054] raid6: neonx1 xor() 1348 MB/s
  160. [ 1.883107] raid6: int64x8 gen() 1517 MB/s
  161. [ 1.951163] raid6: int64x8 xor() 859 MB/s
  162. [ 2.019229] raid6: int64x4 gen() 1776 MB/s
  163. [ 2.087284] raid6: int64x4 xor() 947 MB/s
  164. [ 2.155337] raid6: int64x2 gen() 1551 MB/s
  165. [ 2.223395] raid6: int64x2 xor() 827 MB/s
  166. [ 2.291458] raid6: int64x1 gen() 1148 MB/s
  167. [ 2.359522] raid6: int64x1 xor() 575 MB/s
  168. [ 2.359560] raid6: using algorithm neonx4 gen() 2417 MB/s
  169. [ 2.363517] raid6: .... xor() 1725 MB/s, rmw enabled
  170. [ 2.368448] raid6: using neon recovery algorithm
  171. [ 2.373465] iommu: Default domain type: Translated
  172. [ 2.377882] iommu: DMA domain TLB invalidation policy: strict mode
  173. [ 2.384303] SCSI subsystem initialized
  174. [ 2.387951] usbcore: registered new interface driver usbfs
  175. [ 2.393302] usbcore: registered new interface driver hub
  176. [ 2.398570] usbcore: registered new device driver usb
  177. [ 2.403611] mc: Linux media interface: v0.10
  178. [ 2.407822] videodev: Linux video capture interface: v2.00
  179. [ 2.413287] pps_core: LinuxPPS API ver. 1 registered
  180. [ 2.418186] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  181. [ 2.427275] PTP clock support registered
  182. [ 2.431177] EDAC MC: Ver: 3.0.0
  183. [ 2.434541] zynqmp-ipi-mbox mailbox@ff990400: Registered ZynqMP IPI mbox with TX/RX channels.
  184. [ 2.442928] FPGA manager framework
  185. [ 2.446226] Advanced Linux Sound Architecture Driver Initialized.
  186. [ 2.452471] Bluetooth: Core ver 2.22
  187. [ 2.455737] NET: Registered PF_BLUETOOTH protocol family
  188. [ 2.461005] Bluetooth: HCI device and connection manager initialized
  189. [ 2.467321] Bluetooth: HCI socket layer initialized
  190. [ 2.472164] Bluetooth: L2CAP socket layer initialized
  191. [ 2.477185] Bluetooth: SCO socket layer initialized
  192. [ 2.482349] clocksource: Switched to clocksource arch_sys_counter
  193. [ 2.488190] VFS: Disk quotas dquot_6.6.0
  194. [ 2.492002] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  195. [ 2.502837] NET: Registered PF_INET protocol family
  196. [ 2.503761] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  197. [ 2.512434] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  198. [ 2.519516] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  199. [ 2.527536] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  200. [ 2.534970] TCP: Hash tables configured (established 32768 bind 32768)
  201. [ 2.541169] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  202. [ 2.547830] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  203. [ 2.554983] NET: Registered PF_UNIX/PF_LOCAL protocol family
  204. [ 2.560776] RPC: Registered named UNIX socket transport module.
  205. [ 2.566371] RPC: Registered udp transport module.
  206. [ 2.571036] RPC: Registered tcp transport module.
  207. [ 2.575704] RPC: Registered tcp NFSv4.1 backchannel transport module.
  208. [ 2.582658] PCI: CLS 0 bytes, default 64
  209. [ 2.586134] Trying to unpack rootfs image as initramfs...
  210. [ 2.592067] armv8-pmu pmu: hw perfevents: no interrupt-affinity property, guessing.
  211. [ 2.599427] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
  212. [ 3.583642] Freeing initrd memory: 22668K
  213. [ 3.614669] Initialise system trusted keyrings
  214. [ 3.614795] workingset: timestamp_bits=46 max_order=20 bucket_order=0
  215. [ 3.620567] NFS: Registering the id_resolver key type
  216. [ 3.624913] Key type id_resolver registered
  217. [ 3.629121] Key type id_legacy registered
  218. [ 3.633045] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  219. [ 3.639691] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  220. [ 3.647055] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  221. [ 3.686294] NET: Registered PF_ALG protocol family
  222. [ 3.686350] xor: measuring software checksum speed
  223. [ 3.693953] 8regs : 2626 MB/sec
  224. [ 3.697696] 32regs : 3110 MB/sec
  225. [ 3.702697] arm64_neon : 2564 MB/sec
  226. [ 3.703178] xor: using function: 32regs (3110 MB/sec)
  227. [ 3.708203] Key type asymmetric registered
  228. [ 3.712266] Asymmetric key parser 'x509' registered
  229. [ 3.717151] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
  230. [ 3.724463] io scheduler mq-deadline registered
  231. [ 3.728961] io scheduler kyber registered
  232. [ 3.758743] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  233. [ 3.760419] Serial: AMBA driver
  234. [ 3.763274] cacheinfo: Unable to detect cache hierarchy for CPU 0
  235. [ 3.772589] brd: module loaded
  236. [ 3.775810] loop: module loaded
  237. [ 3.776596] mtdoops: mtd device (mtddev=name/number) must be supplied
  238. [ 3.783726] tun: Universal TUN/TAP device driver, 1.6
  239. [ 3.786268] CAN device driver interface
  240. [ 3.790500] SPI driver wl1271_spi has no spi_device_id for ti,wl1271
  241. [ 3.796310] SPI driver wl1271_spi has no spi_device_id for ti,wl1273
  242. [ 3.802623] SPI driver wl1271_spi has no spi_device_id for ti,wl1281
  243. [ 3.808937] SPI driver wl1271_spi has no spi_device_id for ti,wl1283
  244. [ 3.815255] SPI driver wl1271_spi has no spi_device_id for ti,wl1285
  245. [ 3.821567] SPI driver wl1271_spi has no spi_device_id for ti,wl1801
  246. [ 3.827881] SPI driver wl1271_spi has no spi_device_id for ti,wl1805
  247. [ 3.834195] SPI driver wl1271_spi has no spi_device_id for ti,wl1807
  248. [ 3.840510] SPI driver wl1271_spi has no spi_device_id for ti,wl1831
  249. [ 3.846824] SPI driver wl1271_spi has no spi_device_id for ti,wl1835
  250. [ 3.853139] SPI driver wl1271_spi has no spi_device_id for ti,wl1837
  251. [ 3.859533] usbcore: registered new interface driver asix
  252. [ 3.864852] usbcore: registered new interface driver ax88179_178a
  253. [ 3.870890] usbcore: registered new interface driver cdc_ether
  254. [ 3.876685] usbcore: registered new interface driver net1080
  255. [ 3.882310] usbcore: registered new interface driver cdc_subset
  256. [ 3.888189] usbcore: registered new interface driver zaurus
  257. [ 3.893735] usbcore: registered new interface driver cdc_ncm
  258. [ 3.899924] usbcore: registered new interface driver uas
  259. [ 3.904637] usbcore: registered new interface driver usb-storage
  260. [ 3.911166] rtc_zynqmp ffa60000.rtc: registered as rtc0
  261. [ 3.915780] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-01T01:10:45 UTC (4245)
  262. [ 3.924114] i2c_dev: i2c /dev entries driver
  263. [ 3.929645] usbcore: registered new interface driver uvcvideo
  264. [ 3.934676] Bluetooth: HCI UART driver ver 2.3
  265. [ 3.938434] Bluetooth: HCI UART protocol H4 registered
  266. [ 3.943534] Bluetooth: HCI UART protocol BCSP registered
  267. [ 3.948824] Bluetooth: HCI UART protocol LL registered
  268. [ 3.953915] Bluetooth: HCI UART protocol ATH3K registered
  269. [ 3.959287] Bluetooth: HCI UART protocol Three-wire (H5) registered
  270. [ 3.965541] Bluetooth: HCI UART protocol Intel registered
  271. [ 3.970881] Bluetooth: HCI UART protocol QCA registered
  272. [ 3.976080] usbcore: registered new interface driver bcm203x
  273. [ 3.981704] usbcore: registered new interface driver bpa10x
  274. [ 3.987243] usbcore: registered new interface driver bfusb
  275. [ 3.992690] usbcore: registered new interface driver btusb
  276. [ 3.998151] usbcore: registered new interface driver ath3k
  277. [ 4.003649] EDAC MC: ECC not enabled
  278. [ 4.007239] EDAC DEVICE0: Giving out device to module edac controller cache_err: DEV edac (POLLED)
  279. [ 4.016172] EDAC DEVICE1: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
  280. [ 4.028479] sdhci: Secure Digital Host Controller Interface driver
  281. [ 4.034278] sdhci: Copyright(c) Pierre Ossman
  282. [ 4.038599] sdhci-pltfm: SDHCI platform and OF driver helper
  283. [ 4.044532] ledtrig-cpu: registered to indicate activity on CPUs
  284. [ 4.050322] zynqmp_firmware_probe Platform Management API v1.1
  285. [ 4.055990] zynqmp_firmware_probe Trustzone version v1.0
  286. [ 4.084711] securefw securefw: securefw probed
  287. [ 4.084937] alg: No test for xilinx-zynqmp-aes (zynqmp-aes)
  288. [ 4.089172] zynqmp_aes zynqmp_aes: AES Successfully Registered
  289. [ 4.095089] alg: No test for xilinx-keccak-384 (zynqmp-keccak-384)
  290. [ 4.101233] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
  291. [ 4.106781] usbcore: registered new interface driver usbhid
  292. [ 4.112153] usbhid: USB HID core driver
  293. [ 4.118562] ARM CCI_400_r1 PMU driver probed
  294. [ 4.119068] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
  295. [ 4.126935] usbcore: registered new interface driver snd-usb-audio
  296. [ 4.133397] pktgen: Packet Generator for packet performance testing. Version: 2.75
  297. [ 4.140991] Initializing XFRM netlink socket
  298. [ 4.144572] NET: Registered PF_INET6 protocol family
  299. [ 4.149858] Segment Routing with IPv6
  300. [ 4.153083] In-situ OAM (IOAM) with IPv6
  301. [ 4.157018] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  302. [ 4.163150] NET: Registered PF_PACKET protocol family
  303. [ 4.167866] NET: Registered PF_KEY protocol family
  304. [ 4.172627] can: controller area network core
  305. [ 4.176965] NET: Registered PF_CAN protocol family
  306. [ 4.181698] can: raw protocol
  307. [ 4.184640] can: broadcast manager protocol
  308. [ 4.188800] can: netlink gateway - max_hops=1
  309. [ 4.193183] Bluetooth: RFCOMM TTY layer initialized
  310. [ 4.197965] Bluetooth: RFCOMM socket layer initialized
  311. [ 4.203077] Bluetooth: RFCOMM ver 1.11
  312. [ 4.206787] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  313. [ 4.212058] Bluetooth: BNEP filters: protocol multicast
  314. [ 4.217251] Bluetooth: BNEP socket layer initialized
  315. [ 4.222178] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  316. [ 4.228062] Bluetooth: HIDP socket layer initialized
  317. [ 4.233017] 8021q: 802.1Q VLAN Support v1.8
  318. [ 4.237239] 9pnet: Installing 9P2000 support
  319. [ 4.241401] Key type dns_resolver registered
  320. [ 4.245746] registered taskstats version 1
  321. [ 4.249689] Loading compiled-in X.509 certificates
  322. [ 4.255484] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
  323. [ 4.268853] ff010000.serial: ttyPS0 at MMIO 0xff010000 (irq = 47, base_baud = 6249999) is a xuartps
  324. [ 4.277883] printk: console [ttyPS0] enabled
  325. [ 4.277883] printk: console [ttyPS0] enabled
  326. [ 4.282184] printk: bootconsole [cdns0] disabled
  327. [ 4.282184] printk: bootconsole [cdns0] disabled
  328. [ 4.291376] of-fpga-region fpga-full: FPGA Region probed
  329. [ 4.301841] xilinx-zynqmp-dma fd500000.dma: ZynqMP DMA driver Probe success
  330. [ 4.308965] xilinx-zynqmp-dma fd510000.dma: ZynqMP DMA driver Probe success
  331. [ 4.316071] xilinx-zynqmp-dma fd520000.dma: ZynqMP DMA driver Probe success
  332. [ 4.323181] xilinx-zynqmp-dma fd530000.dma: ZynqMP DMA driver Probe success
  333. [ 4.330292] xilinx-zynqmp-dma fd540000.dma: ZynqMP DMA driver Probe success
  334. [ 4.337400] xilinx-zynqmp-dma fd550000.dma: ZynqMP DMA driver Probe success
  335. [ 4.344507] xilinx-zynqmp-dma fd560000.dma: ZynqMP DMA driver Probe success
  336. [ 4.351623] xilinx-zynqmp-dma fd570000.dma: ZynqMP DMA driver Probe success
  337. [ 4.358794] xilinx-zynqmp-dma ffa80000.dma: ZynqMP DMA driver Probe success
  338. [ 4.365907] xilinx-zynqmp-dma ffa90000.dma: ZynqMP DMA driver Probe success
  339. [ 4.373012] xilinx-zynqmp-dma ffaa0000.dma: ZynqMP DMA driver Probe success
  340. [ 4.380124] xilinx-zynqmp-dma ffab0000.dma: ZynqMP DMA driver Probe success
  341. [ 4.387233] xilinx-zynqmp-dma ffac0000.dma: ZynqMP DMA driver Probe success
  342. [ 4.394347] xilinx-zynqmp-dma ffad0000.dma: ZynqMP DMA driver Probe success
  343. [ 4.401455] xilinx-zynqmp-dma ffae0000.dma: ZynqMP DMA driver Probe success
  344. [ 4.408568] xilinx-zynqmp-dma ffaf0000.dma: ZynqMP DMA driver Probe success
  345. [ 4.417131] spi-nor spi0.0: mt25qu512a (65536 Kbytes)
  346. [ 4.421056] tpm_tis_spi spi1.0: 2.0 TPM (device-id 0x1B, rev-id 22)
  347. [ 4.422237] 16 fixed-partitions partitions found on MTD device spi0.0
  348. [ 4.434861] Creating 16 MTD partitions on "spi0.0":
  349. [ 4.439732] 0x000000000000-0x000000080000 : "Image Selector"
  350. [ 4.445004] random: fast init done
  351. [ 4.446176] 0x000000080000-0x000000100000 : "Image Selector Golden"
  352. [ 4.455692] 0x000000100000-0x000000120000 : "Persistent Register"
  353. [ 4.462436] 0x000000120000-0x000000140000 : "Persistent Register Backup"
  354. [ 4.469800] 0x000000140000-0x000000200000 : "Open_1"
  355. [ 4.474875] zynqmp_pll_disable() clock disable failed for dpll_int, ret = -13
  356. [ 4.482636] 0x000000200000-0x000000f00000 : "Image A (FSBL, PMU, ATF, U-Boot)"
  357. [ 4.490502] 0x000000f00000-0x000000f80000 : "ImgSel Image A Catch"
  358. [ 4.497322] 0x000000f80000-0x000001c80000 : "Image B (FSBL, PMU, ATF, U-Boot)"
  359. [ 4.505177] 0x000001c80000-0x000001d00000 : "ImgSel Image B Catch"
  360. [ 4.511994] 0x000001d00000-0x000001e00000 : "Open_2"
  361. [ 4.517588] 0x000001e00000-0x000002000000 : "Recovery Image"
  362. [ 4.523887] 0x000002000000-0x000002200000 : "Recovery Image Backup"
  363. [ 4.530796] 0x000002200000-0x000002220000 : "U-Boot storage variables"
  364. [ 4.537997] 0x000002220000-0x000002240000 : "U-Boot storage variables backup"
  365. [ 4.545767] 0x000002240000-0x000002250000 : "SHA256"
  366. [ 4.551370] 0x000002250000-0x000004000000 : "User"
  367. [ 4.557265] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
  368. [ 4.563770] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
  369. [ 4.570239] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
  370. [ 4.576702] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
  371. [ 4.583480] at24 0-0050: supply vcc not found, using dummy regulator
  372. [ 4.590137] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 1 bytes/write
  373. [ 4.596957] at24 0-0051: supply vcc not found, using dummy regulator
  374. [ 4.603589] at24 0-0051: 8192 byte 24c64 EEPROM, writable, 1 bytes/write
  375. [ 4.610489] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 39
  376. [ 4.617439] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s
  377. [ 4.624859] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer with timeout 10s
  378. [ 4.632466] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1333333 KHz, changing to: 1199999 KHz
  379. [ 4.644236] zynqmp_clk_divider_set_rate() set divider failed for sdio1_ref_div1, ret = -13
  380. [ 4.646202] gpio-keys gpio-keys: Button without keycode
  381. [ 4.657723] gpio-keys: probe of gpio-keys failed with error -22
  382. [ 4.663681] of_cfs_init
  383. [ 4.666135] of_cfs_init: OK
  384. [ 4.669026] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  385. [ 4.684916] mmc1: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
  386. [ 4.738712] mmc1: new SDHC card at address b368
  387. [ 4.743585] mmcblk1: mmc1:b368 LX32G 29.5 GiB
  388. [ 4.749878] mmcblk1: p1 p2
  389. [ 4.794719] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  390. [ 4.801247] clk: Not disabling unused clocks
  391. [ 4.805790] ALSA device list:
  392. [ 4.808756] No soundcards found.
  393. [ 4.812431] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  394. [ 4.821046] cfg80211: failed to load regulatory.db
  395. [ 4.826347] Freeing unused kernel memory: 2176K
  396. [ 4.846394] Run /init as init process
  397. ls: /sys/class/net/eth*: No such file or directory
  398. Waiting for /dev/mmcblk0p2 to pop up (attempt 1)
  399. Waiting for /dev/mmcblk0p2 to pop up (attempt 2)
  400. Waiting for /dev/mmcblk0p2 to pop up (attempt 3)
  401. Waiting for /dev/mmcblk0p2 to pop up (attempt 4)
  402. Waiting for /dev/mmcblk0p2 to pop up (attempt 5)
  403. Waiting for /dev/mmcblk0p2 to pop up (attempt 6)
  404. Waiting for /dev/mmcblk0p2 to pop up (attempt 7)
  405. Waiting for /dev/mmcblk0p2 to pop up (attempt 8)
  406. Waiting for /dev/mmcblk0p2 to pop up (attempt 9)
  407. Waiting for /dev/mmcblk0p2 to pop up (attempt 10)
  408. Waiting for /dev/mmcblk0p2 to pop up (attempt 11)
  409. Waiting for /dev/mmcblk0p2 to pop up (attempt 12)
  410. Waiting for /dev/mmcblk0p2 to pop up (attempt 13)
  411. Waiting for /dev/mmcblk0p2 to pop up (attempt 14)
  412. Waiting for /dev/mmcblk0p2 to pop up (attempt 15)
  413. Waiting for /dev/mmcblk0p2 to pop up (attempt 16)
  414. Waiting for /dev/mmcblk0p2 to pop up (attempt 17)
  415. Waiting for /dev/mmcblk0p2 to pop up (attempt 18)
  416. Waiting for /dev/mmcblk0p2 to pop up (attempt 19)
  417. Waiting for /dev/mmcblk0p2 to pop up (attempt 20)
  418. Waiting for /dev/mmcblk0p2 to pop up (attempt 21)
  419. Waiting for /dev/mmcblk0p2 to pop up (attempt 22)
  420. Waiting for /dev/mmcblk0p2 to pop up (attempt 23)
  421. Waiting for /dev/mmcblk0p2 to pop up (attempt 24)
  422. Waiting for /dev/mmcblk0p2 to pop up (attempt 25)
  423. Waiting for /dev/mmcblk0p2 to pop up (attempt 26)
  424. Waiting for /dev/mmcblk0p2 to pop up (attempt 27)
  425. Waiting for /dev/mmcblk0p2 to pop up (attempt 28)
  426. Waiting for /dev/mmcblk0p2 to pop up (attempt 29)
  427. Waiting for /dev/mmcblk0p2 to pop up (attempt 30)
  428. Device /dev/mmcblk0p2 not found
  429. udhcpc: SIOCGIFINDEX: No such device
  430. ERROR: There's no '/dev' on rootfs.
  431.  
  432. sh: can't access tty; job control turned off
  433.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement