Post Go back to editing

Interfacing AD9152-FMC-EBZ with ZCU102

Category: Software
Product Number: AD9152

Hi,

I'm trying to interface AD9152-FMC-EBZ with ZCU102. I already went through the following steps:

1. Generated the hardware platform (.xsa) for EVAL-AD9152 with "set device AD9152" and "set mode 04" using generic reference design https://wiki.analog.com/resources/eval/user-guides/ad-dac-fmc-ebz 

2-Cloned https://github.com/analogdevicesinc/linux.git and went through ./build_zynqmp_kernel_image.sh with giving "zynqmp-zcu102-rev10-ad9144-fmc-ebz.dts" as devicetree.

3-Got through this analog wiki page https://wiki.analog.com/resources/eval/user-guides/ad-fmcomms2-ebz/software/linux/zynqmp to build linux kernel and make sd card out of Image, BOOT.BIN and system.dtb

After running the linux, I get following available contexts by doing "iio_info -s"

  Available contexts:
0: 10.2.24.96 (AD9152-FMC-EBZ on ZynqMP ZCU102 Rev1.0), serial=Empty Field [ip:analog.local]
1: fe80::44ae:554a:8908:c45%eth0 (AD9152-FMC-EBZ on ZynqMP ZCU102 Rev1.0), serial=Empty Field [ip:analog.local]
2: (xilinx-ams,ina226,ina226,ina226,ina226,ina226,ina226,ina226,max20751,ina226,ina226,ina226,ina226,ina226,ina226,ina226,ina226, on ZynqMP ZCU102 Rev1.0) [local:]

but when I look at /sys/bus/iio/devices/, I have 

iio:device0 iio_sysfs_trigger

which iio:device0 is for zcu102 itself

root@analog:/sys/bus/iio/devices/iio:device0# cat name
xilinx-ams

I don't know why I can't see AD9152-FMC-EBZ here?

I also tried to get access through pyadi-iio, but I get following error:

>>> import adi
>>> tx=adi.ad9152(uri="ip:analog.local")
>>> tx.dds_single_tone(200000000,0.5)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.9/dist-packages/adi/dds.py", line 120, in dds_single_tone
chans = len(self.dds_scales)
File "/usr/local/lib/python3.9/dist-packages/adi/dds.py", line 72, in dds_scales
return self._read_dds("scale")
File "/usr/local/lib/python3.9/dist-packages/adi/dds.py", line 39, in _read_dds
for indx in range(len(self._txdac.channels)):
AttributeError: 'NoneType' object has no attribute 'channels'
>>>

Parents
  • Can you please provide your entire kernel messages (dmesg)

    Please also read:

    root@analog:~# cat /sys/kernel/debug/devices_deferred 

    -Michael

  • Hi, thank you for quick reply. Here they are

    root@analog:/home/analog# dmesg
    [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [ 0.000000] Linux version 6.1.0-271763-g553573d71463 (mohammad@mohammad-VirtualBox) (aarch64-xilinx-linux-gcc.real (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0.20220819) #1 SMP Tue Jul 9 16:07:02 BST 2024
    [ 0.000000] Machine model: ZynqMP ZCU102 Rev1.0
    [ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (options '115200n8')
    [ 0.000000] printk: bootconsole [cdns0] enabled
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
    [ 0.000000] DMA32 empty
    [ 0.000000] Normal [mem 0x0000000100000000-0x000000087fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
    [ 0.000000] node 0: [mem 0x0000000800000000-0x000000087fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000087fffffff]
    [ 0.000000] cma: Reserved 256 MiB at 0x0000000070000000
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: PSCIv1.1 detected in firmware.
    [ 0.000000] psci: Using standard PSCI v0.2 function IDs
    [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
    [ 0.000000] psci: SMC Calling Convention v1.2
    [ 0.000000] percpu: Embedded 18 pages/cpu s34536 r8192 d31000 u73728
    [ 0.000000] pcpu-alloc: s34536 r8192 d31000 u73728 alloc=18*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [ 0.000000] Detected VIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: ARM erratum 845719
    [ 0.000000] alternatives: applying boot alternatives
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1034240
    [ 0.000000] Kernel command line: console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlycon rootfstype=ext4 rootwait clk_ignore_unused cpuidle.off=1 root=/dev/mmcblk0p2 rw rootwait
    [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [ 0.000000] software IO TLB: area num 4.
    [ 0.000000] software IO TLB: mapped [mem 0x000000006c000000-0x0000000070000000] (64MB)
    [ 0.000000] Memory: 3755440K/4194304K available (17344K kernel code, 1726K rwdata, 15484K rodata, 2752K init, 656K bss, 176720K reserved, 262144K cma-reserved)
    [ 0.000000] rcu: Hierarchical RCU implementation.
    [ 0.000000] rcu: RCU event tracing is enabled.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
    [ 0.000000] Root IRQ handler: gic_handle_irq
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [ 0.000000] arch_timer: cp15 timer(s) running at 100.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0x1ffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns
    [ 0.000000] sched_clock: 57 bits at 100MHz, resolution 10ns, wraps every 4398046511100ns
    [ 0.008400] Console: colour dummy device 80x25
    [ 0.012487] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=400000)
    [ 0.022840] pid_max: default: 32768 minimum: 301
    [ 0.027569] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 0.034788] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 0.043082] cacheinfo: Unable to detect cache hierarchy for CPU 0
    [ 0.049048] rcu: Hierarchical SRCU implementation.
    [ 0.053375] rcu: Max phase no-delay instances is 1000.
    [ 0.058795] EFI services will not be available.
    [ 0.063216] smp: Bringing up secondary CPUs ...
    [ 0.067952] Detected VIPT I-cache on CPU1
    [ 0.068002] cacheinfo: Unable to detect cache hierarchy for CPU 1
    [ 0.068024] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.068425] Detected VIPT I-cache on CPU2
    [ 0.068466] cacheinfo: Unable to detect cache hierarchy for CPU 2
    [ 0.068480] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.068863] Detected VIPT I-cache on CPU3
    [ 0.068905] cacheinfo: Unable to detect cache hierarchy for CPU 3
    [ 0.068919] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.068963] smp: Brought up 1 node, 4 CPUs
    [ 0.121189] SMP: Total of 4 processors activated.
    [ 0.125861] CPU features: detected: 32-bit EL0 Support
    [ 0.130964] CPU features: detected: CRC32 instructions
    [ 0.136120] CPU: All CPU(s) started at EL2
    [ 0.140135] alternatives: applying system-wide alternatives
    [ 0.146718] devtmpfs: initialized
    [ 0.154305] Registered cp15_barrier emulation handler
    [ 0.154357] Registered setend emulation handler
    [ 0.158581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.168171] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.181567] pinctrl core: initialized pinctrl subsystem
    [ 0.182481] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.187879] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [ 0.194153] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.201899] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.209679] audit: initializing netlink subsys (disabled)
    [ 0.215070] audit: type=2000 audit(0.136:1): state=initialized audit_enabled=0 res=1
    [ 0.215439] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.229485] ASID allocator initialised with 65536 entries
    [ 0.253515] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.254664] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.260901] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.267642] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.273871] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.280616] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.286845] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.293591] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.367886] raid6: neonx8 gen() 2259 MB/s
    [ 0.435943] raid6: neonx4 gen() 2216 MB/s
    [ 0.504009] raid6: neonx2 gen() 2125 MB/s
    [ 0.572064] raid6: neonx1 gen() 1811 MB/s
    [ 0.640129] raid6: int64x8 gen() 1415 MB/s
    [ 0.708190] raid6: int64x4 gen() 1566 MB/s
    [ 0.776245] raid6: int64x2 gen() 1397 MB/s
    [ 0.844321] raid6: int64x1 gen() 1033 MB/s
    [ 0.844360] raid6: using algorithm neonx8 gen() 2259 MB/s
    [ 0.916369] raid6: .... xor() 1653 MB/s, rmw enabled
    [ 0.916414] raid6: using neon recovery algorithm
    [ 0.920665] iommu: Default domain type: Translated
    [ 0.925121] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.931546] SCSI subsystem initialized
    [ 0.935087] libata version 3.00 loaded.
    [ 0.935210] usbcore: registered new interface driver usbfs
    [ 0.940542] usbcore: registered new interface driver hub
    [ 0.945814] usbcore: registered new device driver usb
    [ 0.950974] mc: Linux media interface: v0.10
    [ 0.955078] videodev: Linux video capture interface: v2.00
    [ 0.960545] pps_core: LinuxPPS API ver. 1 registered
    [ 0.965430] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.974519] PTP clock support registered
    [ 0.978422] EDAC MC: Ver: 3.0.0
    [ 0.981851] zynqmp-ipi-mbox mailbox@ff990400: Registered ZynqMP IPI mbox with TX/RX channels.
    [ 0.990359] jesd204: found 0 devices and 0 topologies
    [ 0.995050] FPGA manager framework
    [ 0.998416] Advanced Linux Sound Architecture Driver Initialized.
    [ 1.004867] Bluetooth: Core ver 2.22
    [ 1.007998] NET: Registered PF_BLUETOOTH protocol family
    [ 1.013265] Bluetooth: HCI device and connection manager initialized
    [ 1.019581] Bluetooth: HCI socket layer initialized
    [ 1.024424] Bluetooth: L2CAP socket layer initialized
    [ 1.029448] Bluetooth: SCO socket layer initialized
    [ 1.034781] clocksource: Switched to clocksource arch_sys_counter
    [ 1.040474] VFS: Disk quotas dquot_6.6.0
    [ 1.044274] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.055938] NET: Registered PF_INET protocol family
    [ 1.056133] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [ 1.065980] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [ 1.071771] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 1.079443] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 1.087515] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [ 1.095507] TCP: Hash tables configured (established 32768 bind 32768)
    [ 1.101222] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [ 1.107880] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [ 1.115050] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 1.120822] RPC: Registered named UNIX socket transport module.
    [ 1.126412] RPC: Registered udp transport module.
    [ 1.131082] RPC: Registered tcp transport module.
    [ 1.135749] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 1.142759] PCI: CLS 0 bytes, default 64
    [ 1.146620] armv8-pmu pmu: hw perfevents: no interrupt-affinity property, guessing.
    [ 1.153834] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [ 1.162264] Initialise system trusted keyrings
    [ 1.165857] workingset: timestamp_bits=62 max_order=20 bucket_order=0
    [ 1.172700] NFS: Registering the id_resolver key type
    [ 1.177202] Key type id_resolver registered
    [ 1.181336] Key type id_legacy registered
    [ 1.185325] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 1.191978] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 1.199340] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
    [ 1.206489] fuse: init (API version 7.37)
    [ 1.247150] NET: Registered PF_ALG protocol family
    [ 1.247198] xor: measuring software checksum speed
    [ 1.254968] 8regs : 2521 MB/sec
    [ 1.259284] 32regs : 2522 MB/sec
    [ 1.263894] arm64_neon : 2351 MB/sec
    [ 1.264031] xor: using function: 32regs (2522 MB/sec)
    [ 1.269054] Key type asymmetric registered
    [ 1.273119] Asymmetric key parser 'x509' registered
    [ 1.277996] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [ 1.285319] io scheduler mq-deadline registered
    [ 1.289814] io scheduler kyber registered
    [ 1.326206] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.329163] cacheinfo: Unable to detect cache hierarchy for CPU 0
    [ 1.337179] brd: module loaded
    [ 1.340441] loop: module loaded
    [ 1.340776] Registered mathworks_ip class
    [ 1.343604] mtdoops: mtd device (mtddev=name/number) must be supplied
    [ 1.352347] tun: Universal TUN/TAP device driver, 1.6
    [ 1.354604] CAN device driver interface
    [ 1.359048] SPI driver wl1271_spi has no spi_device_id for ti,wl1271
    [ 1.364636] SPI driver wl1271_spi has no spi_device_id for ti,wl1273
    [ 1.370949] SPI driver wl1271_spi has no spi_device_id for ti,wl1281
    [ 1.377265] SPI driver wl1271_spi has no spi_device_id for ti,wl1283
    [ 1.383583] SPI driver wl1271_spi has no spi_device_id for ti,wl1285
    [ 1.389893] SPI driver wl1271_spi has no spi_device_id for ti,wl1801
    [ 1.396207] SPI driver wl1271_spi has no spi_device_id for ti,wl1805
    [ 1.402523] SPI driver wl1271_spi has no spi_device_id for ti,wl1807
    [ 1.408837] SPI driver wl1271_spi has no spi_device_id for ti,wl1831
    [ 1.415152] SPI driver wl1271_spi has no spi_device_id for ti,wl1835
    [ 1.421465] SPI driver wl1271_spi has no spi_device_id for ti,wl1837
    [ 1.427880] usbcore: registered new interface driver asix
    [ 1.433181] usbcore: registered new interface driver ax88179_178a
    [ 1.439221] usbcore: registered new interface driver cdc_ether
    [ 1.445013] usbcore: registered new interface driver net1080
    [ 1.450638] usbcore: registered new interface driver cdc_subset
    [ 1.456519] usbcore: registered new interface driver zaurus
    [ 1.462066] usbcore: registered new interface driver cdc_ncm
    [ 1.467677] usbcore: registered new interface driver r8153_ecm
    [ 1.474591] usbcore: registered new interface driver uas
    [ 1.478762] usbcore: registered new interface driver usb-storage
    [ 1.484754] usbcore: registered new interface driver usbserial_generic
    [ 1.491204] usbserial: USB Serial support registered for generic
    [ 1.497173] usbcore: registered new interface driver ftdi_sio
    [ 1.502877] usbserial: USB Serial support registered for FTDI USB Serial Device
    [ 1.510148] usbcore: registered new interface driver upd78f0730
    [ 1.516023] usbserial: USB Serial support registered for upd78f0730
    [ 1.523218] SPI driver ads7846 has no spi_device_id for ti,tsc2046
    [ 1.528384] SPI driver ads7846 has no spi_device_id for ti,ads7843
    [ 1.534523] SPI driver ads7846 has no spi_device_id for ti,ads7845
    [ 1.540664] SPI driver ads7846 has no spi_device_id for ti,ads7873
    [ 1.547370] rtc_zynqmp ffa60000.rtc: registered as rtc0
    [ 1.552008] rtc_zynqmp ffa60000.rtc: setting system clock to 2024-07-15T07:41:04 UTC (1721029264)
    [ 1.560881] i2c_dev: i2c /dev entries driver
    [ 1.566859] usbcore: registered new interface driver uvcvideo
    [ 1.572298] Bluetooth: HCI UART driver ver 2.3
    [ 1.575183] Bluetooth: HCI UART protocol H4 registered
    [ 1.580282] Bluetooth: HCI UART protocol BCSP registered
    [ 1.585573] Bluetooth: HCI UART protocol LL registered
    [ 1.590661] Bluetooth: HCI UART protocol ATH3K registered
    [ 1.596039] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [ 1.602290] Bluetooth: HCI UART protocol Intel registered
    [ 1.607631] Bluetooth: HCI UART protocol QCA registered
    [ 1.612829] usbcore: registered new interface driver bcm203x
    [ 1.618451] usbcore: registered new interface driver bpa10x
    [ 1.623984] usbcore: registered new interface driver bfusb
    [ 1.629436] usbcore: registered new interface driver btusb
    [ 1.634898] usbcore: registered new interface driver ath3k
    [ 1.640388] EDAC MC: ECC not enabled
    [ 1.644018] EDAC DEVICE0: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
    [ 1.656338] sdhci: Secure Digital Host Controller Interface driver
    [ 1.662112] sdhci: Copyright(c) Pierre Ossman
    [ 1.666433] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 1.672506] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.678084] SMCCC: SOC_ID: ID = jep106:0049:0000 Revision = 0x24738093
    [ 1.684581] zynqmp_firmware_probe Platform Management API v1.1
    [ 1.690355] zynqmp_firmware_probe Trustzone version v1.0
    [ 1.725976] zynqmp-aes zynqmp-aes.0: will run requests pump with realtime priority
    [ 1.728204] usbcore: registered new interface driver usbhid
    [ 1.733454] usbhid: USB HID core driver
    [ 1.737407] SPI driver fb_seps525 has no spi_device_id for syncoam,seps525
    [ 1.750811] axi_sysid 85000000.axi-sysid-0: AXI System ID core version (1.01.a) found
    [ 1.753168] axi_sysid 85000000.axi-sysid-0: [dac_fmc_ebz] [AD9152 - 04] on [zcu102] git branch <main> git <1652d0bf6ac0717c868569e34a7c00ab337cb3f9> dirty [2024-07-09 16:04:18] UTC
    [ 1.769581] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
    [ 1.775762] usbcore: registered new interface driver snd-usb-audio
    [ 1.783355] pktgen: Packet Generator for packet performance testing. Version: 2.75
    [ 1.789513] Initializing XFRM netlink socket
    [ 1.793383] NET: Registered PF_INET6 protocol family
    [ 1.798747] Segment Routing with IPv6
    [ 1.801899] In-situ OAM (IOAM) with IPv6
    [ 1.805815] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 1.811988] NET: Registered PF_PACKET protocol family
    [ 1.816668] NET: Registered PF_KEY protocol family
    [ 1.821501] can: controller area network core
    [ 1.825767] NET: Registered PF_CAN protocol family
    [ 1.830501] can: raw protocol
    [ 1.833442] can: broadcast manager protocol
    [ 1.837598] can: netlink gateway - max_hops=1
    [ 1.841995] Bluetooth: RFCOMM TTY layer initialized
    [ 1.846766] Bluetooth: RFCOMM socket layer initialized
    [ 1.851874] Bluetooth: RFCOMM ver 1.11
    [ 1.855596] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 1.860861] Bluetooth: BNEP filters: protocol multicast
    [ 1.866053] Bluetooth: BNEP socket layer initialized
    [ 1.870981] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [ 1.876864] Bluetooth: HIDP socket layer initialized
    [ 1.881922] 9pnet: Installing 9P2000 support
    [ 1.886041] NET: Registered PF_IEEE802154 protocol family
    [ 1.891423] Key type dns_resolver registered
    [ 1.895915] registered taskstats version 1
    [ 1.899701] Loading compiled-in X.509 certificates
    [ 1.904818] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
    [ 1.911075] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
    [ 2.315119] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 23, base_baud = 6249999) is a xuartps
    [ 2.324149] printk: console [ttyPS0] enabled
    [ 2.328459] printk: bootconsole [cdns0] disabled
    [ 2.338092] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 24, base_baud = 6249999) is a xuartps
    [ 2.352369] nwl-pcie fd0e0000.pcie: host bridge /axi/pcie@fd0e0000 ranges:
    [ 2.359270] nwl-pcie fd0e0000.pcie: MEM 0x00e0000000..0x00efffffff -> 0x00e0000000
    [ 2.367284] nwl-pcie fd0e0000.pcie: MEM 0x0600000000..0x07ffffffff -> 0x0600000000
    [ 2.375384] nwl-pcie fd0e0000.pcie: Link is DOWN
    [ 2.380204] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00
    [ 2.386382] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 2.391864] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
    [ 2.398740] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref]
    [ 2.406244] pci 0000:00:00.0: [10ee:d021] type 01 class 0x060400
    [ 2.412303] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
    [ 2.420235] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [ 2.428347] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [ 2.434976] pci 0000:00:00.0: PCI bridge to [bus 01]
    [ 2.442212] xilinx-zynqmp-dpdma fd4c0000.dma-controller: Xilinx DPDMA engine is probed
    [ 2.451238] ad9517 spi1.0: Unrecognized CHIP_ID 0x0
    [ 2.457192] spi-nor spi0.0: SPI-NOR-UniqueID b8e210000b10001e0005639d4f37
    [ 2.463983] spi-nor spi0.0: found mt25qu512a, expected m25p80
    [ 2.470048] spi-nor spi0.0: mt25qu512a (65536 Kbytes)
    [ 2.475208] 4 fixed-partitions partitions found on MTD device spi0.0
    [ 2.481561] Creating 4 MTD partitions on "spi0.0":
    [ 2.486346] 0x000000000000-0x000000100000 : "qspi-fsbl-uboot"
    [ 2.492904] 0x000000100000-0x000000600000 : "qspi-linux"
    [ 2.498954] 0x000000600000-0x000000620000 : "qspi-device-tree"
    [ 2.505490] 0x000000620000-0x000000c00000 : "qspi-rootfs"
    [ 2.514212] macb ff0e0000.ethernet: Not enabling partial store and forward
    [ 2.522484] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 43 (00:0a:35:1d:1d:26)
    [ 2.532639] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
    [ 2.539192] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
    [ 2.545692] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
    [ 2.552194] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
    [ 2.559478] i2c i2c-0: using pinctrl states for GPIO recovery
    [ 2.565424] gpio-348 (scl): enforced open drain please flag it properly in DT/ACPI DSDT/board file
    [ 2.574385] i2c i2c-0: using generic GPIOs for recovery
    [ 2.579947] pca953x 0-0020: supply vcc not found, using dummy regulator
    [ 2.586635] pca953x 0-0020: using no AI
    [ 2.591206] gpio-318 (sel0): hogged as output/low
    [ 2.596110] gpio-319 (sel1): hogged as output/high
    [ 2.601097] gpio-320 (sel2): hogged as output/high
    [ 2.606088] gpio-321 (sel3): hogged as output/high
    [ 2.611249] pca953x 0-0021: supply vcc not found, using dummy regulator
    [ 2.617924] pca953x 0-0021: using no AI
    [ 2.623481] ina2xx 2-0040: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.630479] ina2xx 2-0041: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.637475] ina2xx 2-0042: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.644476] ina2xx 2-0043: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.651456] ina2xx 2-0044: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.658512] ina2xx 2-0045: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.665513] ina2xx 2-0046: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.672509] ina2xx 2-0047: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.679502] ina2xx 2-004a: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.686505] ina2xx 2-004b: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.692913] i2c i2c-0: Added multiplexed i2c bus 2
    [ 2.698476] ina2xx 3-0040: power monitor ina226 (Rshunt = 2000 uOhm)
    [ 2.705476] ina2xx 3-0041: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.712477] ina2xx 3-0042: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.719475] ina2xx 3-0043: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.726470] ina2xx 3-0044: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.733468] ina2xx 3-0045: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.740465] ina2xx 3-0046: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.747470] ina2xx 3-0047: power monitor ina226 (Rshunt = 5000 uOhm)
    [ 2.753875] i2c i2c-0: Added multiplexed i2c bus 3
    [ 2.826140] i2c i2c-0: Added multiplexed i2c bus 4
    [ 2.831092] i2c i2c-0: Added multiplexed i2c bus 5
    [ 2.835884] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544
    [ 2.843258] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 46
    [ 2.850217] i2c i2c-1: using pinctrl states for GPIO recovery
    [ 2.856142] gpio-350 (scl): enforced open drain please flag it properly in DT/ACPI DSDT/board file
    [ 2.865106] i2c i2c-1: using generic GPIOs for recovery
    [ 2.871074] at24 6-0054: supply vcc not found, using dummy regulator
    [ 2.877975] at24 6-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
    [ 2.884734] i2c i2c-1: Added multiplexed i2c bus 6
    [ 2.890098] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [ 2.897409] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [ 2.904713] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [ 2.912012] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [ 2.919312] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [ 2.926612] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [ 2.933911] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [ 2.941211] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [ 2.949611] si5341 7-0036: Chip: 5341 Grade: 1 Rev: 3
    [ 2.987852] i2c i2c-1: Added multiplexed i2c bus 7
    [ 2.995475] si570 8-005d: registered, current frequency 300000000 Hz
    [ 3.001881] i2c i2c-1: Added multiplexed i2c bus 8
    [ 3.021655] si570 9-005d: registered, current frequency 148500000 Hz
    [ 3.028060] i2c i2c-1: Added multiplexed i2c bus 9
    [ 3.033088] si5324 10-0069: si5328 probed
    [ 3.099127] si5324 10-0069: si5328 probe successful
    [ 3.104066] i2c i2c-1: Added multiplexed i2c bus 10
    [ 3.109103] i2c i2c-1: Added multiplexed i2c bus 11
    [ 3.114144] i2c i2c-1: Added multiplexed i2c bus 12
    [ 3.119178] i2c i2c-1: Added multiplexed i2c bus 13
    [ 3.124051] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548
    [ 3.132137] at24 14-0050: supply vcc not found, using dummy regulator
    [ 3.138972] at24 14-0050: 256 byte 24c02 EEPROM, writable, 1 bytes/write
    [ 3.145726] i2c i2c-1: Added multiplexed i2c bus 14
    [ 3.150793] i2c i2c-1: Added multiplexed i2c bus 15
    [ 3.155840] i2c i2c-1: Added multiplexed i2c bus 16
    [ 3.160886] i2c i2c-1: Added multiplexed i2c bus 17
    [ 3.165940] i2c i2c-1: Added multiplexed i2c bus 18
    [ 3.170988] i2c i2c-1: Added multiplexed i2c bus 19
    [ 3.176036] i2c i2c-1: Added multiplexed i2c bus 20
    [ 3.181098] i2c i2c-1: Added multiplexed i2c bus 21
    [ 3.185974] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548
    [ 3.193593] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 47
    [ 3.202981] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s
    [ 3.212624] zynqmp-display fd4a0000.display: vtc bridge property not present
    [ 3.223014] xilinx-dp-snd-codec fd4a0000.display:zynqmp_dp_snd_codec0: Failed to get required clock freq
    [ 3.232505] xilinx-dp-snd-codec: probe of fd4a0000.display:zynqmp_dp_snd_codec0 failed with error -22
    [ 3.242016] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed
    [ 3.242797] mmc0: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
    [ 3.250104] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed
    [ 3.265656] OF: graph: no port node found in /axi/display@fd4a0000
    [ 3.272182] xlnx-drm xlnx-drm.0: bound fd4a0000.display (ops 0xffffffc0091d3738)
    [ 3.314021] mmc0: new high speed SDHC card at address 59b4
    [ 3.314431] mmcblk0: mmc0:59b4 14.5 GiB
    [ 3.316194] mmcblk0: p1 p2 p3
    [ 3.424945] Console: switching to colour frame buffer device 160x50
    [ 3.460869] zynqmp-display fd4a0000.display: [drm] fb0: xlnxdrmfb frame buffer device
    [ 3.468922] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.display on minor 0
    [ 3.476436] zynqmp-display fd4a0000.display: ZynqMP DisplayPort Subsystem driver probed
    [ 3.484740] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [ 3.492308] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [ 3.499777] ahci-ceva fd0c0000.ahci: supply target not found, using dummy regulator
    [ 3.507659] ahci-ceva fd0c0000.ahci: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl platform mode
    [ 3.516623] ahci-ceva fd0c0000.ahci: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
    [ 3.527101] scsi host0: ahci-ceva
    [ 3.530683] scsi host1: ahci-ceva
    [ 3.534114] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x100 irq 51
    [ 3.542031] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x180 irq 51
    [ 3.573527] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [ 3.579024] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [ 3.586768] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000000002010890
    [ 3.596199] xhci-hcd xhci-hcd.1.auto: irq 52, io mem 0xfe200000
    [ 3.602218] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [ 3.607709] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [ 3.615366] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
    [ 3.622003] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
    [ 3.630271] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.637487] usb usb1: Product: xHCI Host Controller
    [ 3.642364] usb usb1: Manufacturer: Linux 6.1.0-271763-g553573d71463 xhci-hcd
    [ 3.649491] usb usb1: SerialNumber: xhci-hcd.1.auto
    [ 3.654702] hub 1-0:1.0: USB hub found
    [ 3.658481] hub 1-0:1.0: 1 port detected
    [ 3.662696] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
    [ 3.670959] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.678185] usb usb2: Product: xHCI Host Controller
    [ 3.683061] usb usb2: Manufacturer: Linux 6.1.0-271763-g553573d71463 xhci-hcd
    [ 3.690194] usb usb2: SerialNumber: xhci-hcd.1.auto
    [ 3.695375] hub 2-0:1.0: USB hub found
    [ 3.699148] hub 2-0:1.0: 1 port detected
    [ 3.713521] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [ 3.720608] of_cfs_init
    [ 3.723103] of_cfs_init: OK
    [ 3.725945] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [ 3.771832] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [ 3.778394] clk: Not disabling unused clocks
    [ 3.782945] ALSA device list:
    [ 3.785900] No soundcards found.
    [ 3.789577] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [ 3.798199] cfg80211: failed to load regulatory.db
    [ 3.863706] ata1: SATA link down (SStatus 0 SControl 330)
    [ 3.869124] ata2: SATA link down (SStatus 0 SControl 330)
    [ 3.920222] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
    [ 3.928780] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 3.941866] devtmpfs: mounted
    [ 3.945661] Freeing unused kernel memory: 2752K
    [ 3.950282] Run /sbin/init as init process
    [ 3.954377] with arguments:
    [ 3.954380] /sbin/init
    [ 3.954383] with environment:
    [ 3.954385] HOME=/
    [ 3.954387] TERM=linux
    [ 4.474797] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [ 4.493127] systemd[1]: systemd 247.3-7+rpi1+deb11u2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
    [ 4.517101] systemd[1]: Detected architecture arm64.
    [ 4.539512] systemd[1]: Set hostname to <analog>.
    [ 4.629350] usb 1-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.43
    [ 4.637544] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 4.644683] usb 1-1: Product: USB2.0 Hub
    [ 4.649726] usb 1-1: Manufacturer: VIA Labs, Inc.
    [ 4.655202] usb 1-1: SerialNumber: 000000000
    [ 4.710218] hub 1-1:1.0: USB hub found
    [ 4.714182] hub 1-1:1.0: 4 ports detected
    [ 4.774022] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    [ 4.930520] usb 2-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.43
    [ 4.938711] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 4.945859] usb 2-1: Product: USB3.0 Hub
    [ 4.950906] usb 2-1: Manufacturer: VIA Labs, Inc.
    [ 4.956381] usb 2-1: SerialNumber: 000000000
    [ 5.014238] hub 2-1:1.0: USB hub found
    [ 5.018108] hub 2-1:1.0: 4 ports detected
    [ 5.534808] usb 1-1.1: new low-speed USB device number 3 using xhci-hcd
    [ 5.698076] usb 1-1.1: New USB device found, idVendor=413c, idProduct=2107, bcdDevice= 1.15
    [ 5.706472] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 5.713789] usb 1-1.1: Product: Dell USB Entry Keyboard
    [ 5.719019] usb 1-1.1: Manufacturer: Dell
    [ 5.770183] input: Dell Dell USB Entry Keyboard as /devices/platform/axi/ff9d0000.usb0/fe200000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:413C:2107.0001/input/input1
    [ 5.785812] usb 2-1.4: new SuperSpeed USB device number 3 using xhci-hcd
    [ 5.816289] usb 2-1.4: New USB device found, idVendor=058f, idProduct=8461, bcdDevice= 1.00
    [ 5.824651] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 5.831971] usb 2-1.4: Product: Mass Storage Device
    [ 5.836847] usb 2-1.4: Manufacturer: Generic
    [ 5.841107] usb 2-1.4: SerialNumber: 058F84618461
    [ 5.846208] hid-generic 0003:413C:2107.0001: input: USB HID v1.10 Keyboard [Dell Dell USB Entry Keyboard] on usb-xhci-hcd.1.auto-1.1/input0
    [ 5.920212] usb-storage 2-1.4:1.0: USB Mass Storage device detected
    [ 5.926825] scsi host2: usb-storage 2-1.4:1.0
    [ 5.990796] usb 1-1.2: new low-speed USB device number 4 using xhci-hcd
    [ 5.991219] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
    [ 6.154627] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c05b, bcdDevice=54.00
    [ 6.163008] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 6.170318] usb 1-1.2: Product: USB Optical Mouse
    [ 6.175022] usb 1-1.2: Manufacturer: Logitech
    [ 6.216616] input: Logitech USB Optical Mouse as /devices/platform/axi/ff9d0000.usb0/fe200000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C05B.0002/input/input2
    [ 6.221379] systemd[1]: Queued start job for default target Graphical Interface.
    [ 6.232065] hid-generic 0003:046D:C05B.0002: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.1.auto-1.2/input0
    [ 6.964137] scsi 2:0:0:0: Direct-Access Generic- Compact Flash 1.01 PQ: 0 ANSI: 6
    [ 6.972947] sd 2:0:0:0: [sda] Media removed, stopped polling
    [ 6.973644] scsi 2:0:0:1: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6
    [ 6.987251] sd 2:0:0:0: [sda] Attached SCSI removable disk
    [ 7.034785] random: crng init done
    [ 7.035108] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [ 7.050528] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [ 7.059722] systemd[1]: Created slice system-getty.slice.
    [ 7.083305] systemd[1]: Created slice system-modprobe.slice.
    [ 7.103218] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ 7.127205] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 7.151074] systemd[1]: Created slice User and Session Slice.
    [ 7.171111] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 7.195119] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
    [ 7.207506] systemd[1]: Reached target Slices.
    [ 7.222977] systemd[1]: Reached target Swap.
    [ 7.239690] systemd[1]: Listening on Syslog Socket.
    [ 7.255170] systemd[1]: Listening on fsck to fsckd communication Socket.
    [ 7.279047] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ 7.303522] systemd[1]: Listening on Journal Audit Socket.
    [ 7.323192] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 7.347261] systemd[1]: Listening on Journal Socket.
    [ 7.352710] sd 2:0:0:1: [sdb] 62357504 512-byte logical blocks: (31.9 GB/29.7 GiB)
    [ 7.355485] scsi 2:0:0:2: Direct-Access Generic- MS/MS-Pro 1.03 PQ: 0 ANSI: 6
    [ 7.373811] sd 2:0:0:1: [sdb] Write Protect is off
    [ 7.378615] sd 2:0:0:1: [sdb] Mode Sense: 23 00 00 00
    [ 7.379074] sd 2:0:0:2: [sdc] Media removed, stopped polling
    [ 7.379447] systemd[1]: Listening on udev Control Socket.
    [ 7.385235] sd 2:0:0:2: [sdc] Attached SCSI removable disk
    [ 7.392114] sd 2:0:0:1: [sdb] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
    [ 7.395997] scsi 2:0:0:3: Direct-Access Generic- xD-Picture 1.02 PQ: 0 ANSI: 6
    [ 7.414046] sd 2:0:0:3: [sdd] Media removed, stopped polling
    [ 7.414748] scsi 2:0:0:4: Direct-Access Generic- MicroSD/M2 1.08 PQ: 0 ANSI: 6
    [ 7.424974] sd 2:0:0:3: [sdd] Attached SCSI removable disk
    [ 7.433984] sd 2:0:0:4: [sde] Media removed, stopped polling
    [ 7.444470] sd 2:0:0:4: [sde] Attached SCSI removable disk
    [ 7.450857] sdb: sdb1 sdb2 sdb3
    [ 7.451476] systemd[1]: Listening on udev Kernel Socket.
    [ 7.459709] sd 2:0:0:1: [sdb] Attached SCSI removable disk
    [ 7.510977] systemd[1]: Mounting Huge Pages File System...
    [ 7.528770] systemd[1]: Mounting POSIX Message Queue File System...
    [ 7.552627] systemd[1]: Mounting RPC Pipe File System...
    [ 7.568901] systemd[1]: Mounting Kernel Debug File System...
    [ 7.587335] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
    [ 7.596066] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
    [ 7.608685] systemd[1]: Starting Restore / save the current clock...
    [ 7.635277] systemd[1]: Starting Set the console keyboard layout...
    [ 7.659763] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
    [ 7.687228] systemd[1]: Starting Load Kernel Module configfs...
    [ 7.705245] systemd[1]: Starting Load Kernel Module drm...
    [ 7.725186] systemd[1]: Starting Load Kernel Module fuse...
    [ 7.745584] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
    [ 7.754890] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [ 7.779226] systemd[1]: Starting Journal Service...
    [ 7.819066] systemd[1]: Starting Load Kernel Modules...
    [ 7.837129] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 7.861096] systemd[1]: Starting Coldplug All udev Devices...
    [ 7.885695] systemd[1]: Mounted Huge Pages File System.
    [ 7.907448] systemd[1]: Mounted POSIX Message Queue File System.
    [ 7.932663] systemd[1]: Mounted RPC Pipe File System.
    [ 7.951551] systemd[1]: Mounted Kernel Debug File System.
    [ 7.979722] systemd[1]: Finished Restore / save the current clock.
    [ 8.007943] systemd[1]: Finished Set the console keyboard layout.
    [ 8.031919] systemd[1]: modprobe@configfs.service: Succeeded.
    [ 8.038237] systemd[1]: Finished Load Kernel Module configfs.
    [ 8.063470] systemd[1]: Started Journal Service.
    [ 8.208038] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
    [ 8.400291] systemd-journald[183]: Received client request to flush runtime journal.
    [ 13.942767] platform ina226-u76: deferred probe pending
    [ 13.942792] platform ina226-u77: deferred probe pending
    [ 13.942797] platform ina226-u78: deferred probe pending
    [ 13.942802] platform ina226-u87: deferred probe pending
    [ 13.942806] platform ina226-u85: deferred probe pending
    [ 13.942811] platform ina226-u86: deferred probe pending
    [ 13.942815] platform ina226-u93: deferred probe pending
    [ 13.942820] platform ina226-u88: deferred probe pending
    [ 13.942824] platform ina226-u15: deferred probe pending
    [ 13.942829] platform ina226-u92: deferred probe pending
    [ 13.942833] platform ina226-u79: deferred probe pending
    [ 13.942837] platform ina226-u81: deferred probe pending
    [ 13.942842] platform ina226-u80: deferred probe pending
    [ 13.942846] platform ina226-u84: deferred probe pending
    [ 13.942851] platform ina226-u16: deferred probe pending
    [ 13.942855] platform ina226-u65: deferred probe pending
    [ 13.942860] platform ina226-u74: deferred probe pending
    [ 13.942864] platform ina226-u75: deferred probe pending
    [ 13.942869] platform 84a60000.axi-adxcvr-tx: deferred probe pending
    [ 13.942873] platform 84a90000.axi-jesd204-tx: deferred probe pending
    [ 13.942878] platform fd4a0000.display:zynqmp_dp_snd_card: deferred probe pending
    [ 13.942883] spi spi1.1: deferred probe pending
    [ 15.715178] macb ff0e0000.ethernet eth0: PHY [ff0e0000.ethernet-ffffffff:0c] driver [TI DP83867] (irq=POLL)
    [ 15.715203] macb ff0e0000.ethernet eth0: configuring for phy/rgmii-id link mode
    [ 15.715477] pps pps0: new PPS source ptp0
    [ 15.715589] macb ff0e0000.ethernet: gem-ptp-timer ptp clock registered.
    [ 15.770239] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SS
    [ 19.800993] macb ff0e0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [ 19.801036] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 32.764341] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Quota mode: none.

    root@analog:/home/analog# cat /sys/kernel/debug/devices_deferred
    ina226-u76
    ina226-u77
    ina226-u78
    ina226-u87
    ina226-u85
    ina226-u86
    ina226-u93
    ina226-u88
    ina226-u15
    ina226-u92
    ina226-u79
    ina226-u81
    ina226-u80
    ina226-u84
    ina226-u16
    ina226-u65
    ina226-u74
    ina226-u75
    84a60000.axi-adxcvr-tx platform: supplier spi1.0 not ready
    84a90000.axi-jesd204-tx platform: supplier 84a60000.axi-adxcvr-tx not ready
    fd4a0000.display:zynqmp_dp_snd_card
    spi1.1 spi: supplier spi1.0 not ready

  • The problem starts here:

    [ 2.451238] ad9517 spi1.0: Unrecognized CHIP_ID 0x0

    The clockchip fails to probe and thus all other devices which depend on it also fail...

    -Michael

Reply Children