Post Go back to editing

Trying to get network connection from ZCU102 + AD9081 in pyadi

Category: Hardware
Product Number: AD9081

I have tried every possible network connection, or just leaving this field blank, as adi.ad9081() to get the ZCU102 + AD9081 combination connected using PyADI. Pretty much no matter what I have tried, either leaving it blank, local, putting in the IP address that seems correct, I get this error.

# Import the library
import adi

# Create a device interface
sdr = adi.ad9081(uri="ip:192.168.2.1")
# Read back properties from hardware
print(sdr.rx_hardwaregain0)

This seems like it should be simple, and yet it is not. I can ssh to the board and get root@analog to populate correctly but it won't let me assign a static IP address or anything either. I don't know what to do. Has anyone seen something like this before?

---------------------------------------------------------------------------
ConnectionRefusedError                    Traceback (most recent call last)
File ~/anaconda3/envs/test-ad9081/lib/python3.11/site-packages/adi/context_manager.py:36, in context_manager.__init__(self, uri, _device_name)
     35     else:
---> 36         self._ctx = iio.Context(self.uri)
     37 except BaseException:

File ~/anaconda3/envs/test-ad9081/lib/python3.11/site-packages/iio.py:1328, in Context.__init__(self, _context)
   1327 elif _isstring(_context):
-> 1328     self._context = _new_uri(_context.encode("ascii"))
   1329 else:

File ~/anaconda3/envs/test-ad9081/lib/python3.11/site-packages/iio.py:56, in _check_null(result, func, arguments)
     55 err = get_last_error() if "Windows" in _system() else get_errno()
---> 56 raise OSError(err, _strerror(err))

ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Exception                                 Traceback (most recent call last)
Cell In[2], line 5
      2 import adi
      4 # Create a device interface
----> 5 sdr = adi.ad9081(uri="ip:192.168.2.1")
      6 # Read back properties from hardware
      7 print(sdr.rx_hardwaregain0)

File ~/anaconda3/envs/test-ad9081/lib/python3.11/site-packages/adi/ad9081.py:74, in ad9081.__init__(self, uri)
     72 def __init__(self, uri=""):
---> 74     context_manager.__init__(self, uri, self._device_name)
     75     # Default device for attribute writes
     76     self._ctrl = self._ctx.find_device("axi-ad9081-rx-hpc")

File ~/anaconda3/envs/test-ad9081/lib/python3.11/site-packages/adi/context_manager.py:38, in context_manager.__init__(self, uri, _device_name)
     36         self._ctx = iio.Context(self.uri)
     37 except BaseException:
---> 38     raise Exception("No device found")

Exception: No device found

Top Replies

  • The error "Exception: No device found" means that I cannot find a driver, which usually means the board was not able to bring up all the ICs.

    Can you login to the board and run the following and provide the output here:

    iio_attr -d

    dmesg

    -Travis

  • Sure, here's what I've got- thanks for taking a look:

    iio_attr -d
    IIO context has 25 devices:
            hwmon0, ina226: found 2 device attributes
            hwmon1, ina226: found 2 device attributes
            hwmon10, ina226: found 2 device attributes
            hwmon11, ina226: found 2 device attributes
            hwmon12, ina226: found 2 device attributes
            hwmon13, ina226: found 2 device attributes
            hwmon14, ina226: found 2 device attributes
            hwmon15, ina226: found 2 device attributes
            hwmon16, ina226: found 2 device attributes
            hwmon17, ina226: found 2 device attributes
            hwmon18, max20751: found 0 device attributes
            hwmon19, max20751: found 0 device attributes
            hwmon2, ina226: found 2 device attributes
            hwmon3, ina226: found 2 device attributes
            hwmon4, ina226: found 2 device attributes
            hwmon5, ina226: found 2 device attributes
            hwmon6, ina226: found 2 device attributes
            hwmon7, ina226: found 2 device attributes
            hwmon8, ina226: found 2 device attributes
            hwmon9, ina226: found 2 device attributes
            iio:device0, ams: found 1 device attributes
            iio:device1, hmc7044: found 7 device attributes
            iio:device2, axi-ad9081-rx-hpc: found 13 device attributes
            iio:device3, axi-ad9081-tx-hpc: found 2 device attributes
            iio_sysfs_trigger: found 2 device attributes
    root@analog:~# dmesg
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 5.10.0-98248-g1bbe32fa5182 (jenkins@romlxbuild1.adlk.analog.com) (aarch64-xilinx-linux-gcc.real (GCC) 10.2.0, GNU ld (GNU Binutils)2
    [    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] cma: Reserved 256 MiB at 0x0000000070000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000000000000-0x000000003fffffff]
    [    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000ffffffff]
    [    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] On node 0 totalpages: 1048576
    [    0.000000]   DMA zone: 3584 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 262144 pages, LIFO batch:63
    [    0.000000]   DMA32 zone: 3584 pages used for memmap
    [    0.000000]   DMA32 zone: 262144 pages, LIFO batch:63
    [    0.000000]   Normal zone: 7168 pages used for memmap
    [    0.000000]   Normal zone: 524288 pages, LIFO batch:63
    [    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 22 pages/cpu s49496 r8192 d32424 u90112
    [    0.000000] pcpu-alloc: s49496 r8192 d32424 u90112 alloc=22*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] 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/mmct
    [    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: mapped [mem 0x000000003bfff000-0x000000003ffff000] (64MB)
    [    0.000000] Memory: 3761536K/4194304K available (15488K kernel code, 1672K rwdata, 11952K rodata, 2496K init, 507K bss, 170624K reserved, 262144K cma-reserve)
    [    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] GIC: Using split EOI/Deactivate mode
    [    0.000000] random: get_random_bytes called from start_kernel+0x31c/0x550 with crng_init=0
    [    0.000000] arch_timer: cp15 timer(s) running at 100.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns
    [    0.000003] sched_clock: 56 bits at 100MHz, resolution 10ns, wraps every 4398046511100ns
    [    0.008497] Console: colour dummy device 80x25
    [    0.012484] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=400000)
    [    0.022840] pid_max: default: 32768 minimum: 301
    [    0.027560] 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.043438] rcu: Hierarchical SRCU implementation.
    [    0.047574] EFI services will not be available.
    [    0.051939] smp: Bringing up secondary CPUs ...
    [    0.056666] Detected VIPT I-cache on CPU1
    [    0.056706] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.057076] Detected VIPT I-cache on CPU2
    [    0.057101] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.057445] Detected VIPT I-cache on CPU3
    [    0.057468] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.057514] smp: Brought up 1 node, 4 CPUs
    [    0.091779] SMP: Total of 4 processors activated.
    [    0.096452] CPU features: detected: 32-bit EL0 Support
    [    0.101555] CPU features: detected: CRC32 instructions
    [    0.106695] CPU: All CPU(s) started at EL2
    [    0.110736] alternatives: patching kernel code
    [    0.116198] devtmpfs: initialized
    [    0.125073] Registered cp15_barrier emulation handler
    [    0.125124] Registered setend emulation handler
    [    0.129104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.138687] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.152095] pinctrl core: initialized pinctrl subsystem
    [    0.152753] NET: Registered protocol family 16
    [    0.157199] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.163175] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.170903] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.178709] audit: initializing netlink subsys (disabled)
    [    0.184176] audit: type=2000 audit(0.116:1): state=initialized audit_enabled=0 res=1
    [    0.184536] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.198536] ASID allocator initialised with 65536 entries
    [    0.225896] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.226952] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.233620] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.240276] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    1.305570] DRBG: Continuing without Jitter RNG
    [    1.383702] raid6: neonx8   gen()  2150 MB/s
    [    1.451751] raid6: neonx8   xor()  1598 MB/s
    [    1.519813] raid6: neonx4   gen()  2207 MB/s
    [    1.587860] raid6: neonx4   xor()  1566 MB/s
    [    1.655923] raid6: neonx2   gen()  2075 MB/s
    [    1.723980] raid6: neonx2   xor()  1437 MB/s
    [    1.792038] raid6: neonx1   gen()  1776 MB/s
    [    1.860091] raid6: neonx1   xor()  1220 MB/s
    [    1.928154] raid6: int64x8  gen()  1438 MB/s
    [    1.996211] raid6: int64x8  xor()   771 MB/s
    [    2.064282] raid6: int64x4  gen()  1599 MB/s
    [    2.132330] raid6: int64x4  xor()   810 MB/s
    [    2.200411] raid6: int64x2  gen()  1399 MB/s
    [    2.268461] raid6: int64x2  xor()   750 MB/s
    [    2.336529] raid6: int64x1  gen()  1031 MB/s
    [    2.404578] raid6: int64x1  xor()   517 MB/s
    [    2.404616] raid6: using algorithm neonx4 gen() 2207 MB/s
    [    2.408565] raid6: .... xor() 1566 MB/s, rmw enabled
    [    2.413501] raid6: using neon recovery algorithm
    [    2.418524] iommu: Default domain type: Translated
    [    2.423141] SCSI subsystem initialized
    [    2.426669] libata version 3.00 loaded.
    [    2.426793] usbcore: registered new interface driver usbfs
    [    2.432126] usbcore: registered new interface driver hub
    [    2.437399] usbcore: registered new device driver usb
    [    2.442527] mc: Linux media interface: v0.10
    [    2.446653] videodev: Linux video capture interface: v2.00
    [    2.452140] EDAC MC: Ver: 3.0.0
    [    2.455577] zynqmp-ipi-mbox mailbox@ff990400: Registered ZynqMP IPI mbox with TX/RX channels.
    [    2.464084] jesd204: created con: id=0, topo=0, link=0, /axi/spi@ff050000/hmc7044@0 <-> /fpga-axi@0/axi-adxcvr-tx@84b60000
    [    2.474668] jesd204: created con: id=1, topo=0, link=2, /axi/spi@ff050000/hmc7044@0 <-> /fpga-axi@0/axi-adxcvr-rx@84a60000
    [    2.485651] jesd204: created con: id=2, topo=0, link=0, /fpga-axi@0/axi-adxcvr-tx@84b60000 <-> /fpga-axi@0/axi-jesd204-tx@84b90000
    [    2.497329] jesd204: created con: id=3, topo=0, link=2, /fpga-axi@0/axi-adxcvr-rx@84a60000 <-> /fpga-axi@0/axi-jesd204-rx@84a90000
    [    2.509027] jesd204: created con: id=4, topo=0, link=0, /fpga-axi@0/axi-jesd204-tx@84b90000 <-> /fpga-axi@0/axi-ad9081-tx-hpc@84b10000
    [    2.521033] jesd204: created con: id=5, topo=0, link=2, /fpga-axi@0/axi-jesd204-rx@84a90000 <-> /fpga-axi@0/axi-ad9081-rx-hpc@84a10000
    [    2.533076] jesd204: created con: id=6, topo=0, link=2, /fpga-axi@0/axi-ad9081-rx-hpc@84a10000 <-> /axi/spi@ff040000/ad9081@0
    [    2.544298] jesd204: created con: id=7, topo=0, link=0, /fpga-axi@0/axi-ad9081-tx-hpc@84b10000 <-> /axi/spi@ff040000/ad9081@0
    [    2.555548] jesd204: /axi/spi@ff040000/ad9081@0: JESD204[0:2] transition uninitialized -> initialized
    [    2.564707] jesd204: /axi/spi@ff040000/ad9081@0: JESD204[0:0] transition uninitialized -> initialized
    [    2.573871] jesd204: found 8 devices and 1 topologies
    [    2.578916] FPGA manager framework
    [    2.582394] Advanced Linux Sound Architecture Driver Initialized.
    [    2.588700] Bluetooth: Core ver 2.22
    [    2.591875] NET: Registered protocol family 31
    [    2.596275] Bluetooth: HCI device and connection manager initialized
    [    2.602592] Bluetooth: HCI socket layer initialized
    [    2.607435] Bluetooth: L2CAP socket layer initialized
    [    2.612458] Bluetooth: SCO socket layer initialized
    [    2.617662] clocksource: Switched to clocksource arch_sys_counter
    [    2.623459] VFS: Disk quotas dquot_6.6.0
    [    2.627299] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    2.638009] NET: Registered protocol family 2
    [    2.638746] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    2.646925] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    2.654951] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [    2.662409] TCP: Hash tables configured (established 32768 bind 32768)
    [    2.668571] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    2.675235] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    2.682400] NET: Registered protocol family 1
    [    2.686853] RPC: Registered named UNIX socket transport module.
    [    2.692473] RPC: Registered udp transport module.
    [    2.697137] RPC: Registered tcp transport module.
    [    2.701807] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    2.708795] PCI: CLS 0 bytes, default 64
    [    2.712516] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [    2.719365] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [    2.727727] Initialise system trusted keyrings
    [    2.731393] workingset: timestamp_bits=62 max_order=20 bucket_order=0
    [    2.738280] NFS: Registering the id_resolver key type
    [    2.742734] Key type id_resolver registered
    [    2.746873] Key type id_legacy registered
    [    2.750868] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    2.757529] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
    [    2.764691] fuse: init (API version 7.32)
    [    2.803930] NET: Registered protocol family 38
    [    2.803972] xor: measuring software checksum speed
    [    2.811660]    8regs           :  2363 MB/sec
    [    2.815328]    32regs          :  2799 MB/sec
    [    2.820271]    arm64_neon      :  2380 MB/sec
    [    2.820461] xor: using function: 32regs (2799 MB/sec)
    [    2.825488] Key type asymmetric registered
    [    2.829554] Asymmetric key parser 'x509' registered
    [    2.834410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
    [    2.841746] io scheduler mq-deadline registered
    [    2.846243] io scheduler kyber registered
    [    2.875649] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    2.880325] cacheinfo: Unable to detect cache hierarchy for CPU 0
    [    2.886621] brd: module loaded
    [    2.890887] loop: module loaded
    [    2.891452] Registered mathworks_ip class
    [    2.894667] libphy: Fixed MDIO Bus: probed
    [    2.897610] tun: Universal TUN/TAP device driver, 1.6
    [    2.901720] CAN device driver interface
    [    2.906249] usbcore: registered new interface driver asix
    [    2.910831] usbcore: registered new interface driver ax88179_178a
    [    2.916863] usbcore: registered new interface driver cdc_ether
    [    2.922658] usbcore: registered new interface driver net1080
    [    2.928285] usbcore: registered new interface driver cdc_subset
    [    2.934164] usbcore: registered new interface driver zaurus
    [    2.939708] usbcore: registered new interface driver cdc_ncm
    [    2.946124] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    2.951793] ehci-pci: EHCI PCI platform driver
    [    2.956606] usbcore: registered new interface driver uas
    [    2.961512] usbcore: registered new interface driver usb-storage
    [    2.967499] usbcore: registered new interface driver usbserial_generic
    [    2.973949] usbserial: USB Serial support registered for generic
    [    2.979921] usbcore: registered new interface driver ftdi_sio
    [    2.985627] usbserial: USB Serial support registered for FTDI USB Serial Device
    [    2.992898] usbcore: registered new interface driver upd78f0730
    [    2.998772] usbserial: USB Serial support registered for upd78f0730
    [    3.006452] rtc_zynqmp ffa60000.rtc: registered as rtc0
    [    3.010197] rtc_zynqmp ffa60000.rtc: setting system clock to 2022-02-19T02:57:24 UTC (1645239444)
    [    3.019059] i2c /dev entries driver
    [    3.024379] usbcore: registered new interface driver uvcvideo
    [    3.028172] USB Video Class driver (1.1.1)
    [    3.033744] Bluetooth: HCI UART driver ver 2.3
    [    3.036643] Bluetooth: HCI UART protocol H4 registered
    [    3.041754] Bluetooth: HCI UART protocol BCSP registered
    [    3.047041] Bluetooth: HCI UART protocol LL registered
    [    3.052132] Bluetooth: HCI UART protocol ATH3K registered
    [    3.057505] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [    3.063761] Bluetooth: HCI UART protocol Intel registered
    [    3.069099] Bluetooth: HCI UART protocol QCA registered
    [    3.074299] usbcore: registered new interface driver bcm203x
    [    3.079924] usbcore: registered new interface driver bpa10x
    [    3.085456] usbcore: registered new interface driver bfusb
    [    3.090908] usbcore: registered new interface driver btusb
    [    3.096368] usbcore: registered new interface driver ath3k
    [    3.101850] EDAC MC: ECC not enabled
    [    3.105474] EDAC DEVICE0: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
    [    3.117807] sdhci: Secure Digital Host Controller Interface driver
    [    3.123582] sdhci: Copyright(c) Pierre Ossman
    [    3.127904] sdhci-pltfm: SDHCI platform and OF driver helper
    [    3.133968] ledtrig-cpu: registered to indicate activity on CPUs
    [    3.139509] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    3.145935] zynqmp_firmware_probe Platform Management API v1.1
    [    3.151695] zynqmp_firmware_probe Trustzone version v1.0
    [    3.193132] zynqmp-pinctrl firmware:zynqmp-firmware:pinctrl: zynqmp pinctrl initialized
    [    3.242297] zynqmp-aes firmware:zynqmp-firmware:zynqmp-aes: will run requests pump with realtime priority
    [    3.257962] alg: No test for xilinx-keccak-384 (zynqmp-keccak-384)
    [    3.258679] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
    [    3.264189] usbcore: registered new interface driver usbhid
    [    3.269577] usbhid: USB HID core driver
    [    3.280941] axi_sysid 85000000.axi-sysid-0: AXI System ID core version (1.01.a) found
    [    3.283300] axi_sysid 85000000.axi-sysid-0: [ad9081_fmca_ebz] on [zcu102] git branch <hdl_2021_r1> git <b37120fba13f1102a39d08006103902dd49e5b6c> clean [2022C
    [    3.299420] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
    [    3.305782] usbcore: registered new interface driver snd-usb-audio
    [    3.313219] pktgen: Packet Generator for packet performance testing. Version: 2.75
    [    3.319419] Initializing XFRM netlink socket
    [    3.323251] NET: Registered protocol family 10
    [    3.327975] Segment Routing with IPv6
    [    3.331364] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    3.337429] NET: Registered protocol family 17
    [    3.341523] NET: Registered protocol family 15
    [    3.346021] can: controller area network core
    [    3.350275] NET: Registered protocol family 29
    [    3.354661] can: raw protocol
    [    3.357592] can: broadcast manager protocol
    [    3.361753] can: netlink gateway - max_hops=1
    [    3.366147] Bluetooth: RFCOMM TTY layer initialized
    [    3.370927] Bluetooth: RFCOMM socket layer initialized
    [    3.376036] Bluetooth: RFCOMM ver 1.11
    [    3.379747] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [    3.385016] Bluetooth: BNEP filters: protocol multicast
    [    3.390209] Bluetooth: BNEP socket layer initialized
    [    3.395139] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [    3.401021] Bluetooth: HIDP socket layer initialized
    [    3.406081] 9pnet: Installing 9P2000 support
    [    3.410200] NET: Registered protocol family 36
    [    3.414615] Key type dns_resolver registered
    [    3.419055] registered taskstats version 1
    [    3.422912] Loading compiled-in X.509 certificates
    [    3.428028] Btrfs loaded, crc32c=crc32c-generic
    [    3.440744] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 49, base_baud = 6249999) is a xuartps
    [    3.449767] printk: console [ttyPS0] enabled
    [    3.454061] printk: bootconsole [cdns0] disabled
    [    3.463714] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 50, base_baud = 6249999) is a xuartps
    [    3.476911] of-fpga-region fpga-full: FPGA Region probed
    [    3.483877] nwl-pcie fd0e0000.pcie: host bridge /axi/pcie@fd0e0000 ranges:
    [    3.490777] nwl-pcie fd0e0000.pcie:      MEM 0x00e0000000..0x00efffffff -> 0x00e0000000
    [    3.498785] nwl-pcie fd0e0000.pcie:      MEM 0x0600000000..0x07ffffffff -> 0x0600000000
    [    3.506843] nwl-pcie fd0e0000.pcie: Link is DOWN
    [    3.511605] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00
    [    3.517780] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    3.523261] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
    [    3.530133] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref]
    [    3.537639] pci 0000:00:00.0: [10ee:d021] type 01 class 0x060400
    [    3.543704] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
    [    3.554610] pci 0000:00:00.0: PCI bridge to [bus 01-0c]
    [    3.560598] xilinx-zynqmp-dma fd500000.dma: ZynqMP DMA driver Probe success
    [    3.567776] xilinx-zynqmp-dma fd510000.dma: ZynqMP DMA driver Probe success
    [    3.574969] xilinx-zynqmp-dma fd520000.dma: ZynqMP DMA driver Probe success
    [    3.582137] xilinx-zynqmp-dma fd530000.dma: ZynqMP DMA driver Probe success
    [    3.589307] xilinx-zynqmp-dma fd540000.dma: ZynqMP DMA driver Probe success
    [    3.596469] xilinx-zynqmp-dma fd550000.dma: ZynqMP DMA driver Probe success
    [    3.603633] xilinx-zynqmp-dma fd560000.dma: ZynqMP DMA driver Probe success
    [    3.610804] xilinx-zynqmp-dma fd570000.dma: ZynqMP DMA driver Probe success
    [    3.618192] xilinx-zynqmp-dpdma fd4c0000.dma-controller: Xilinx DPDMA engine is probed
    [    3.626740] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [    3.634287] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [    3.721838] hmc7044 spi2.0: PLL1: Locked, CLKIN0 @ 100000000 Hz, PFD: 10000 kHz - PLL2: Locked @ 3000.000000 MHz
    [    3.732390] jesd204: /axi/spi@ff050000/hmc7044@0,jesd204:1,parent=spi2.0: Using as SYSREF provider
    [    3.741983] spi-nor spi0.0: SPI-NOR-UniqueID 0ad9040001f9ff0d004f8ba6b17f
    [    3.748773] spi-nor spi0.0: found mt25qu512a, expected m25p80
    [    3.755174] spi-nor spi0.0: trying to lock already unlocked area
    [    3.761174] spi-nor spi0.0: mt25qu512a (131072 Kbytes)
    [    3.766327] 4 fixed-partitions partitions found on MTD device spi0.0
    [    3.772672] Creating 4 MTD partitions on "spi0.0":
    [    3.777456] 0x000000000000-0x000000100000 : "qspi-fsbl-uboot"
    [    3.783953] 0x000000100000-0x000000600000 : "qspi-linux"
    [    3.789951] 0x000000600000-0x000000620000 : "qspi-device-tree"
    [    3.796438] 0x000000620000-0x000000c00000 : "qspi-rootfs"
    [    3.804936] macb ff0e0000.ethernet: Not enabling partial store and forward
    [    3.812464] libphy: MACB_mii_bus: probed
    [    3.817530] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 30 (00:0a:35:07:25:96)
    [    3.827742] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
    [    3.834325] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
    [    3.840838] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
    [    3.847374] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
    [    3.857433] pca953x 0-0020: supply vcc not found, using dummy regulator
    [    3.864121] pca953x 0-0020: using no AI
    [    3.868599] gpio-496 (sel0): hogged as output/low
    [    3.873499] gpio-497 (sel1): hogged as output/high
    [    3.878486] gpio-498 (sel2): hogged as output/high
    [    3.883476] gpio-499 (sel3): hogged as output/high
    [    3.888660] pca953x 0-0021: supply vcc not found, using dummy regulator
    [    3.895333] pca953x 0-0021: using no AI
    [    3.901100] ina2xx 2-0040: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.908129] ina2xx 2-0041: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.915167] ina2xx 2-0042: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.922208] ina2xx 2-0043: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.929229] ina2xx 2-0044: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.936256] ina2xx 2-0045: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.943282] ina2xx 2-0046: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.950365] ina2xx 2-0047: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.957399] ina2xx 2-004a: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.964227] random: fast init done
    [    3.967702] ina2xx 2-004b: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.974109] i2c i2c-0: Added multiplexed i2c bus 2
    [    3.979702] ina2xx 3-0040: power monitor ina226 (Rshunt = 2000 uOhm)
    [    3.986730] ina2xx 3-0041: power monitor ina226 (Rshunt = 5000 uOhm)
    [    3.993754] ina2xx 3-0042: power monitor ina226 (Rshunt = 5000 uOhm)
    [    4.000783] ina2xx 3-0043: power monitor ina226 (Rshunt = 5000 uOhm)
    [    4.007804] ina2xx 3-0044: power monitor ina226 (Rshunt = 5000 uOhm)
    [    4.014829] ina2xx 3-0045: power monitor ina226 (Rshunt = 5000 uOhm)
    [    4.021856] ina2xx 3-0046: power monitor ina226 (Rshunt = 5000 uOhm)
    [    4.028889] ina2xx 3-0047: power monitor ina226 (Rshunt = 5000 uOhm)
    [    4.035287] i2c i2c-0: Added multiplexed i2c bus 3
    [    4.091038] i2c i2c-0: Added multiplexed i2c bus 4
    [    4.095974] i2c i2c-0: Added multiplexed i2c bus 5
    [    4.100765] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544
    [    4.108114] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 32
    [    4.115907] at24 6-0054: supply vcc not found, using dummy regulator
    [    4.122793] at24 6-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
    [    4.129543] i2c i2c-1: Added multiplexed i2c bus 6
    [    4.135825] si5341 7-0036: Chip: 5341 Grade: 1 Rev: 1
    [    4.173516] i2c i2c-1: Added multiplexed i2c bus 7
    [    4.181173] si570 8-005d: registered, current frequency 300000000 Hz
    [    4.187571] i2c i2c-1: Added multiplexed i2c bus 8
    [    4.207350] si570 9-005d: registered, current frequency 148500000 Hz
    [    4.213748] i2c i2c-1: Added multiplexed i2c bus 9
    [    4.218784] si5324 10-0069: si5328 probed
    [    4.286029] si5324 10-0069: si5328 probe successful
    [    4.290962] i2c i2c-1: Added multiplexed i2c bus 10
    [    4.295990] i2c i2c-1: Added multiplexed i2c bus 11
    [    4.301011] i2c i2c-1: Added multiplexed i2c bus 12
    [    4.306037] i2c i2c-1: Added multiplexed i2c bus 13
    [    4.310915] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548
    [    4.319022] at24 14-0050: supply vcc not found, using dummy regulator
    [    4.325814] at24 14-0050: 256 byte 24c02 EEPROM, writable, 1 bytes/write
    [    4.332559] i2c i2c-1: Added multiplexed i2c bus 14
    [    4.337595] i2c i2c-1: Added multiplexed i2c bus 15
    [    4.342623] i2c i2c-1: Added multiplexed i2c bus 16
    [    4.347662] i2c i2c-1: Added multiplexed i2c bus 17
    [    4.352692] i2c i2c-1: Added multiplexed i2c bus 18
    [    4.357747] i2c i2c-1: Added multiplexed i2c bus 19
    [    4.362779] i2c i2c-1: Added multiplexed i2c bus 20
    [    4.367818] i2c i2c-1: Added multiplexed i2c bus 21
    [    4.372691] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548
    [    4.380299] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 33
    [    4.390029] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s
    [    4.400998] axi_adxcvr 84a60000.axi-adxcvr-rx: AXI-ADXCVR-RX (17.05.a) using CPLL on GTH4 at 0x84A60000. Number of lanes: 4.
    [    4.413184] axi_adxcvr 84b60000.axi-adxcvr-tx: AXI-ADXCVR-TX (17.05.a) using QPLL on GTH4 at 0x84B60000. Number of lanes: 4.
    [    4.424822] axi-jesd204-rx 84a90000.axi-jesd204-rx: AXI-JESD204-RX (1.07.a) at 0x84A90000. Encoder 8b10b, width 4/4, lanes 4, jesd204-fsm.
    [    4.429664] mmc0: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
    [    4.437666] axi-jesd204-tx 84b90000.axi-jesd204-tx: AXI-JESD204-TX (1.06.a) at 0x84B90000. Encoder 8b10b, width 4/4, lanes 4, jesd204-fsm.
    [    4.458410] zynqmp-display fd4a0000.display: vtc bridge property not present
    [    4.468055] xilinx-dp-snd-codec fd4a0000.display:zynqmp_dp_snd_codec0: Failed to get required clock freq
    [    4.477556] xilinx-dp-snd-codec: probe of fd4a0000.display:zynqmp_dp_snd_codec0 failed with error -22
    [    4.485019] mmc0: new high speed SDHC card at address aaaa
    [    4.487105] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed
    [    4.492618] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
    [    4.500419] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed
    [    4.508537]  mmcblk0: p1 p2 p3
    [    4.512786] OF: graph: no port node found in /axi/display@fd4a0000
    [    4.521777] xlnx-drm xlnx-drm.0: bound fd4a0000.display (ops 0xffffffc010ffd810)
    [    5.605679] zynqmp-display fd4a0000.display: [drm] Cannot find any crtc or sizes
    [    5.613297] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.display on minor 0
    [    5.620790] zynqmp-display fd4a0000.display: ZynqMP DisplayPort Subsystem driver probed
    [    5.629128] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [    5.636676] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [    5.644134] ahci-ceva fd0c0000.ahci: supply target not found, using dummy regulator
    [    5.662025] ahci-ceva fd0c0000.ahci: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl platform mode
    [    5.670990] ahci-ceva fd0c0000.ahci: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
    [    5.681627] scsi host0: ahci-ceva
    [    5.685222] scsi host1: ahci-ceva
    [    5.688648] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x100 irq 45
    [    5.696563] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x180 irq 45
    [    5.705267] ad9081 spi1.0: supply vdd not found, using dummy regulator
    [    6.015853] ata1: SATA link down (SStatus 0 SControl 330)
    [    6.021329] ata2: SATA link down (SStatus 0 SControl 330)
    [    6.689683] zynqmp-display fd4a0000.display: [drm] Cannot find any crtc or sizes
    [    7.666978] ad9081 spi1.0: AD9081 Rev. 3 Grade 10 (API 1.2.2) probed
    [    7.674203] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    7.679692] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    7.687440] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000000002010810
    [    7.696853] xhci-hcd xhci-hcd.1.auto: irq 59, io mem 0xfe200000
    [    7.702967] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [    7.711227] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    7.718444] usb usb1: Product: xHCI Host Controller
    [    7.723314] usb usb1: Manufacturer: Linux 5.10.0-98248-g1bbe32fa5182 xhci-hcd
    [    7.730440] usb usb1: SerialNumber: xhci-hcd.1.auto
    [    7.735614] hub 1-0:1.0: USB hub found
    [    7.739377] hub 1-0:1.0: 1 port detected
    [    7.743479] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    7.748961] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [    7.756614] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
    [    7.763243] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [    7.771500] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    7.778719] usb usb2: Product: xHCI Host Controller
    [    7.783587] usb usb2: Manufacturer: Linux 5.10.0-98248-g1bbe32fa5182 xhci-hcd
    [    7.790713] usb usb2: SerialNumber: xhci-hcd.1.auto
    [    7.795824] hub 2-0:1.0: USB hub found
    [    7.799587] hub 2-0:1.0: 1 port detected
    [    7.830596] cf_axi_adc 84a10000.axi-ad9081-rx-hpc: ADI AIM (10.01.b) at 0x84A10000 mapped to 0x(____ptrval____), probed ADC AD9081 as MASTER
    [    7.862495] cf_axi_dds 84b10000.axi-ad9081-tx-hpc: Analog Devices CF_AXI_DDS_DDS MASTER (9.01.b) at 0x84B10000 mapped to 0x(____ptrval____), probed DDS AD9081
    [    7.876692] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition initialized -> probed
    [    7.887393] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition initialized -> probed
    [    7.898087] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition probed -> idle
    [    7.908171] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition probed -> idle
    [    7.918264] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition idle -> device_init
    [    7.928783] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition idle -> device_init
    [    7.939310] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition device_init -> link_init
    [    7.950266] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition device_init -> link_init
    [    7.961231] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition link_init -> link_supported
    [    7.972444] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition link_init -> link_supported
    [    7.983925] hmc7044 spi2.0: hmc7044_jesd204_link_pre_setup: Link2 forcing continuous SYSREF mode
    [    7.992912] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition link_supported -> link_pre_setup
    [    8.004560] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition link_supported -> link_pre_setup
    [    8.028507] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition link_pre_setup -> clk_sync_stage1
    [    8.040246] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition link_pre_setup -> clk_sync_stage1
    [    8.051988] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition clk_sync_stage1 -> clk_sync_stage2
    [    8.063809] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition clk_sync_stage1 -> clk_sync_stage2
    [    8.075636] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition clk_sync_stage2 -> clk_sync_stage3
    [    8.087456] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition clk_sync_stage2 -> clk_sync_stage3
    [    8.101313] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition clk_sync_stage3 -> link_setup
    [    8.112708] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition clk_sync_stage3 -> link_setup
    [    8.129105] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition link_setup -> opt_setup_stage1
    [    8.140577] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition link_setup -> opt_setup_stage1
    [    8.157153] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition opt_setup_stage1 -> opt_setup_stage2
    [    8.169152] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition opt_setup_stage1 -> opt_setup_stage2
    [    8.181438] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition opt_setup_stage2 -> opt_setup_stage3
    [    8.193439] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition opt_setup_stage2 -> opt_setup_stage3
    [    8.205435] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition opt_setup_stage3 -> opt_setup_stage4
    [    8.217427] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition opt_setup_stage3 -> opt_setup_stage4
    [    8.229431] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition opt_setup_stage4 -> opt_setup_stage5
    [    8.241432] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition opt_setup_stage4 -> opt_setup_stage5
    [    8.257532] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition opt_setup_stage5 -> clocks_enable
    [    8.269267] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition opt_setup_stage5 -> clocks_enable
    [    8.283071] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition clocks_enable -> link_enable
    [    8.294369] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition clocks_enable -> link_enable
    [    8.329902] ad9081 spi1.0: JESD RX (JTX) Link2 in DATA, SYNC deasserted, PLL locked, PHASE established, MODE valid
    [    8.340556] ad9081 spi1.0: JESD TX (JRX) Link0 0xF lanes in DATA
    [    8.346614] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition link_enable -> link_running
    [    8.357832] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition link_enable -> link_running
    [    8.369047] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:2] transition link_running -> opt_post_running_stage
    [    8.381211] jesd204: /axi/spi@ff040000/ad9081@0,jesd204:0,parent=spi1.0: JESD204[0:0] transition link_running -> opt_post_running_stage
    [    8.402654] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    8.409685] of_cfs_init
    [    8.412135] of_cfs_init: OK
    [    8.415112] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    8.553109] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    8.559638] clk: Not disabling unused clocks
    [    8.564166] ALSA device list:
    [    8.567130]   No soundcards found.
    [    8.570808] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    8.579419] cfg80211: failed to load regulatory.db
    [    8.885937] EXT4-fs (mmcblk0p2): recovery complete
    [    8.891625] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    8.899746] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    8.917088] devtmpfs: mounted
    [    8.920925] Freeing unused kernel memory: 2496K
    [    8.925555] Run /sbin/init as init process
    [    8.929645]   with arguments:
    [    8.929652]     /sbin/init
    [    8.929655]   with environment:
    [    8.929657]     HOME=/
    [    8.929659]     TERM=linux
    [    9.438278] systemd[1]: System time before build time, advancing clock.
    [    9.486013] systemd[1]: systemd 247.3-7+rpi1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUT)
    [    9.509262] systemd[1]: Detected architecture arm64.
    [    9.544901] systemd[1]: Set hostname to <analog>.
    [   10.797725] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process.
    [   11.009026] systemd[1]: Queued start job for default target Graphical Interface.
    [   11.017628] random: systemd: uninitialized urandom read (16 bytes read)
    [   11.024428] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [   11.036793] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [   11.045861] systemd[1]: Created slice system-getty.slice.
    [   11.065788] random: systemd: uninitialized urandom read (16 bytes read)
    [   11.072775] systemd[1]: Created slice system-modprobe.slice.
    [   11.093747] random: systemd: uninitialized urandom read (16 bytes read)
    [   11.100686] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [   11.122040] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [   11.145952] systemd[1]: Created slice User and Session Slice.
    [   11.166004] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [   11.189985] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
    [   11.202287] systemd[1]: Reached target Slices.
    [   11.217853] systemd[1]: Reached target Swap.
    [   11.234544] systemd[1]: Listening on Syslog Socket.
    [   11.250096] systemd[1]: Listening on fsck to fsckd communication Socket.
    [   11.273910] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [   11.302001] systemd[1]: Listening on Journal Audit Socket.
    [   11.322091] systemd[1]: Listening on Journal Socket (/dev/log).
    [   11.346157] systemd[1]: Listening on Journal Socket.
    [   11.370938] systemd[1]: Listening on udev Control Socket.
    [   11.394101] systemd[1]: Listening on udev Kernel Socket.
    [   11.415699] systemd[1]: Mounting Huge Pages File System...
    [   11.431549] systemd[1]: Mounting POSIX Message Queue File System...
    [   11.455355] systemd[1]: Mounting RPC Pipe File System...
    [   11.471607] systemd[1]: Mounting Kernel Debug File System...
    [   11.490194] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
    [   11.498835] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
    [   11.513495] systemd[1]: Starting Restore / save the current clock...
    [   11.540503] systemd[1]: Starting Set the console keyboard layout...
    [   11.562393] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
    [   11.575957] systemd[1]: Starting Load Kernel Module configfs...
    [   11.596070] systemd[1]: Starting Load Kernel Module drm...
    [   11.615911] systemd[1]: Starting Load Kernel Module fuse...
    [   11.638604] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
    [   11.647876] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [   11.658945] systemd[1]: Starting Journal Service...
    [   11.679515] systemd[1]: Starting Load Kernel Modules...
    [   11.695857] systemd[1]: Starting Remount Root and Kernel File Systems...
    [   11.719682] systemd[1]: Starting Coldplug All udev Devices...
    [   11.743160] systemd[1]: Mounted Huge Pages File System.
    [   11.771687] systemd[1]: Mounted POSIX Message Queue File System.
    [   11.794297] systemd[1]: Mounted RPC Pipe File System.
    [   11.810322] systemd[1]: Mounted Kernel Debug File System.
    [   11.834723] systemd[1]: Finished Restore / save the current clock.
    [   11.858869] systemd[1]: Finished Set the console keyboard layout.
    [   11.886784] systemd[1]: modprobe@configfs.service: Succeeded.
    [   11.893113] systemd[1]: Finished Load Kernel Module configfs.
    [   11.918897] systemd[1]: modprobe@drm.service: Succeeded.
    [   11.924833] systemd[1]: Finished Load Kernel Module drm.
    [   11.950368] systemd[1]: Started Journal Service.
    [   12.053879] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [   12.175084] systemd-journald[173]: Received client request to flush runtime journal.
    [   12.230059] systemd-journald[173]: File /var/log/journal/109ce53d18a448ce924662c373541f14/system.journal corrupted or uncleanly shut down, renaming and repla.
    [   12.852637] random: crng init done
    [   12.852648] random: 7 urandom warning(s) missed due to ratelimiting
    [   17.689744] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SS
    [   17.722234] macb ff0e0000.ethernet eth0: PHY [ff0e0000.ethernet-ffffffff:0c] driver [TI DP83867] (irq=POLL)
    [   17.722248] macb ff0e0000.ethernet eth0: configuring for phy/rgmii-id link mode
    [   19.183018] systemd-journald[173]: File /var/log/journal/109ce53d18a448ce924662c373541f14/user-1000.journal corrupted or uncleanly shut down, renaming and re.
    [   21.803326] macb ff0e0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control tx
    [   21.803357] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

  • Ok that looks fine.

    Is the IP address within your URI for the board correct? (192.168.2.1)

    -Travis

  • I think it is. It's what shows up when I boot up the board or if I run ifconfig. ip of ad9081

    enx50a03009a57d: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.2.1  netmask 0.0.0.0  broadcast 255.255.255.255
            inet6 fe80::30a:7e22:61f7:a04e  prefixlen 64  scopeid 0x20<link>
            ether 50:a0:30:09:a5:7d  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 23  bytes 3230 (3.2 KB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

    That seems to be working, but it kind of reminds me of "Connected. No Internet"

    I suspect it is some type of network issue, but I have absolutely no idea how to fix it and have wracked my brain now for several days trying to come up with something. What I'm trying to do is just run the basic ADI commands in a Jupyter notebook running locally, but if I can't even get at the board it's pretty futile.

  • enx50a03009a57d

    This type of name usually comes from a USB based NIC. Is this the dev board or host machine you are connecting from?

    -Travis

  • Ah, so the laptop I'm using doesn't have a standard Ethernet port. It has a Thunderbolt port, and I put an adapter on it to connect to the ZCU. Is that a problem? I can try this all on another machine.

  • So that doesn't really matter but the address of that NIC is 192.168.2.1 and not the board. You must put the IP of the ZCU102 in your python code.

    -Travis

  • Ah, Ok. How do I reliably get that? I am just lost here sorry. Thanks for all of your help.

  • If you are directly connected it may auto-populate to an address but we recommend using a static one. See here: Network Configuration [Analog Devices Wiki]

    -Travis

  • 2 steps forward, 1 step back: I did this and now I'm getting Error 110 instead. I have the host machine on 192.168.255.2 and inside Kuiper Linux it's 192.168.255.1

    Traceback (most recent call last):
      File "/home/arvr/anaconda3/envs/test-ad9081/lib/python3.11/site-packages/adi/context_manager.py", line 36, in __init__
        self._ctx = iio.Context(self.uri)
                    ^^^^^^^^^^^^^^^^^^^^^
      File "/home/arvr/anaconda3/envs/test-ad9081/lib/python3.11/site-packages/iio.py", line 1328, in __init__
        self._context = _new_uri(_context.encode("ascii"))
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/arvr/anaconda3/envs/test-ad9081/lib/python3.11/site-packages/iio.py", line 56, in _check_null
        raise OSError(err, _strerror(err))
    TimeoutError: [Errno 110] Connection timed out