Post Go back to editing

ZCU102+ADRV9009 failed to use pyadi after FPGA manager load new bitstream file

Category: Software

Hi all,

I'm trying to operate ADRV9009 with Pyadi in a Linux build with Petalinux, there are ADI and PYNQ meta inside both. 
Now I'm able to control ADRV9009 with Pyadi in python. I'm able to import PYNQ lib and control the overlay that is not related to ADI device or driver. Though I'm not sure how I successfully enable the FPGA manager in Petalinux somehow. But I can see FPGA manager registered in booting and I can control the LED or read the switches in PYNQ overlay. I believe both Pyadi and PYNQ are running fine. 

The problem is, that I only can control ADRV9009 by Pyadi with the bitstream build in BOOT.BIN. As long as I replace the bitstream with PYNQ overlay while the Linux is on the fly. The rx command in Pyadi then will give me a connection time-out error. Even if it's the same bitstream loaded in the Boot.bin file. 

I've checked the FPGA IP address are all same as the one in bootup. 

1. As mentioned above, if steps go like this: " boot>run tx/rx with Pyadi once > PYNQ overlay bitstream >tx/rx". The errors would be like below.

TimeoutError                              Traceback (most recent call last)
<ipython-input-10-eb6fceff9014> in <module>()
     22 sdr.dds_phases = [0, 0, 90000, 0, 0, 0, 90000, 0]
     23 #Receive data
---> 24 x = sdr.rx()

/usr/local/lib/python3.6/dist-packages/pyadi_iio-0.0.14-py3.6.egg/adi/rx_tx.py in rx(self)
    403         else:
    404             if self._complex_data:
--> 405                 data = self.__rx_complex()
    406             else:
    407                 data = self.__rx_non_complex()

/usr/local/lib/python3.6/dist-packages/pyadi_iio-0.0.14-py3.6.egg/adi/rx_tx.py in __rx_complex(self)
    279         if not self.__rxbuf:
    280             self._rx_init_channels()
--> 281         self.__rxbuf.refill()
    282         data = bytearray()
    283         if self._rx_needs_type_conversion:

/usr/local/lib/python3.6/dist-packages/iio.py in refill(self)
   1035     def refill(self):
   1036         """Fetch a new set of samples from the hardware."""
-> 1037         _buffer_refill(self._buffer)
   1038 
   1039     def push(self, samples_count=None):

/usr/local/lib/python3.6/dist-packages/iio.py in _check_negative(result, func, arguments)
     60     if result >= 0:
     61         return result
---> 62     raise OSError(-result, _strerror(-result))
     63 
     64 

TimeoutError: [Errno 110] Connection timed out

2. I've tried the following command to restart the drivers but seemed rebind failed. 

My steps are "boot Linux> unbind scripts > Overlay bitstream > bind scripts".

echo spi1.1 | sudo tee /sys/bus/spi/drivers/adrv9009/bind
echo 85000000.axi-sysid-0 | sudo tee /sys/bus/platform/drivers/axi_sysid/bind
echo 84a00000.axi-adrv9009-rx-hpc | sudo tee /sys/bus/platform/drivers/cf_axi_adc/bind #rx_adc_tpl_core
echo 84a04000.axi-adrv9009-tx-hpc | sudo tee /sys/bus/platform/drivers/cf_axi_dds/bind #tx_dac_tpl_core
echo 84a60000.axi-adxcvr-rx | sudo tee /sys/bus/platform/drivers/axi_adxcvr/bind #rx_xcvr
echo 84a50000.axi-adxcvr-rx-os | sudo tee /sys/bus/platform/drivers/axi_adxcvr/bind #rxos_xcvr
echo 84a80000.axi-adxcvr-tx | sudo tee /sys/bus/platform/drivers/axi_adxcvr/bind #tx_xcvr
echo 84a90000.axi-jesd204-tx | sudo tee /sys/bus/platform/drivers/axi-jesd204-tx/bind #tx_jesd
echo 84aa0000.axi-jesd204-rx | sudo tee /sys/bus/platform/drivers/axi-jesd204-rx/bind #rx_jesd
echo 84ab0000.axi-jesd204-rx-os | sudo tee /sys/bus/platform/drivers/axi-jesd204-rx/bind #rx_os_jesd
echo 9c440000.dma | sudo tee /sys/bus/platform/drivers/dma-axi-dmac/bind
echo 9c420000.dma | sudo tee /sys/bus/platform/drivers/dma-axi-dmac/bind
echo 9c400000.dma | sudo tee /sys/bus/platform/drivers/dma-axi-dmac/bind

Here are the bind scripts and the unbind are all same but just inverted the sequence, only bind will give errors which are shown below. The bind scripts will freeze before executing to the end. 

 

xilinx@pynq:~/jupyter_notebooks$ bash bind2.sh
spi1.1
bind2.sh: line 1:  5542 Done                    echo spi1.1
      5543 Segmentation fault      (core dumped) | sudo tee /sys/bus/spi/drivers/adrv9009/bind
85000000.axi-sysid-0
84a00000.axi-adrv9009-rx-hpc

Here's the error message read in the serial port.

[  751.186546] adrv9009 spi1.1: ERROR: 179: ARM Mailbox Busy. Command not executed in TALISE_sendArmCommand()
[  762.347769] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000098
[  762.356585] Mem abort info:
[  762.359386]   ESR = 0x96000005
[  762.362429]   Exception class = DABT (current EL), IL = 32 bits
[  762.368347]   SET = 0, FnV = 0
[  762.371398]   EA = 0, S1PTW = 0
[  762.374528] Data abort info:
[  762.377401]   ISV = 0, ISS = 0x00000005
[  762.381229]   CM = 0, WnR = 0
[  762.384196] user pgtable: 4k pages, 39-bit VAs, pgdp = 0000000090a282a8
[  762.390805] [0000000000000098] pgd=0000000000000000, pud=0000000000000000
[  762.397598] Internal error: Oops: 96000005 [#1] SMP
[  762.402464] Modules linked in: uio_pdrv_genirq
[  762.406904] CPU: 2 PID: 5544 Comm: tee Tainted: G        W         4.19.0-xilinx-v2019.1 #1
[  762.415242] Hardware name: ZynqMP ZCU102 Rev1.0 (DT)
[  762.420192] pstate: 80000005 (Nzcv daif -PAN -UAO)
[  762.424974] pc : cf_axi_dds_jesd204_link_supported+0x44/0x2a0
[  762.430705] lr : cf_axi_dds_jesd204_link_supported+0x1c/0x2a0
[  762.436441] sp : ffffff800a22b850
[  762.439740] x29: ffffff800a22b850 x28: ffffffc87ad29000
[  762.445043] x27: 0000000000000068 x26: 0000000000000000
[  762.450347] x25: 0000000000000001 x24: 0000000000000000
[  762.455651] x23: ffffffc87ad2a400 x22: ffffffc87ad29000
[  762.460955] x21: ffffffc87ad2bc00 x20: ffffffc87ad2ff00
[  762.466259] x19: 0000000000000000 x18: 00000000fffffff0
[  762.471563] x17: 0000000000000000 x16: 0000000000000001
[  762.476859] x15: ffffff8009b8b2d8 x14: 0000000000000000
[  762.482163] x13: ffff000000000000 x12: ffffffc873f0ce98
[  762.487467] x11: 0000000000010000 x10: 0000000000000068
[  762.492770] x9 : 0000000000000000 x8 : 0000000000000008
[  762.498066] x7 : 000000000000000a x6 : 0000000000000065
[  762.503361] x5 : 0000000000000068 x4 : ffffff8008a15120
[  762.508665] x3 : ffffffc87ad2bc00 x2 : ffffffc87ad2bc00
[  762.513969] x1 : 0000000000000204 x0 : 0000000000000000
[  762.519275] Process tee (pid: 5544, stack limit = 0x00000000cb51b310)
[  762.525697] Call trace:
[  762.528132]  cf_axi_dds_jesd204_link_supported+0x44/0x2a0
[  762.533522]  jesd204_fsm_table_entry_cb+0xf0/0x128
[  762.538304]  jesd204_fsm_handle_con_cb+0x5c/0x110
[  762.542991]  jesd204_fsm_handle_con+0x80/0x1d0
[  762.547419]  jesd204_fsm_propagate_cb_inputs.isra.15+0x60/0x90
[  762.553235]  __jesd204_fsm+0x1c4/0x3f8
[  762.556968]  jesd204_fsm_table+0x120/0x3d0
[  762.561048]  __jesd204_fsm_start+0x54/0xd0
[  762.565127]  jesd204_fsm_start+0x10/0x18
[  762.569036]  adrv9009_probe+0x2b64/0x3038
[  762.573038]  spi_drv_probe+0x7c/0xd8
[  762.576605]  really_probe+0x1c8/0x280
[  762.580259]  driver_probe_device+0x54/0xe8
[  762.584339]  bind_store+0xf0/0x180
[  762.587724]  drv_attr_store+0x20/0x30
[  762.591373]  sysfs_kf_write+0x40/0x58
[  762.595025]  kernfs_fop_write+0xcc/0x1e0
[  762.598932]  __vfs_write+0x30/0x158
[  762.602412]  vfs_write+0xa4/0x1a8
[  762.605711]  ksys_write+0x5c/0xc0
[  762.609009]  __arm64_sys_write+0x18/0x20
[  762.612918]  el0_svc_common+0x84/0xd8
[  762.616571]  el0_svc_handler+0x68/0x80
[  762.620304]  el0_svc+0x8/0xc
[  762.623170] Code: a90363f7 52804081 a9046bf9 aa0003fa (f9404c17)
[  762.629254] ---[ end trace b4d60be46cb6dcb9 ]---
[  763.776364] axi_sysid 85000000.axi-sysid-0: AXI System ID core version (1.00.a) found
[  763.784389] axi_sysid 85000000.axi-sysid-0: [adrv9009] on [zcu102] git <0> dirty [2022-07-20 14:52:47] UTC

3. I've tried to modify the hwh file and delete all the ADRV9009 modules to prevent PYNQ load them to make sure PYNQ wouldn't occupy the address.  

My steps are "boot Linux> executed TX/RX on ADRV9009 once > Overlay bitstream with modified hwh > executed TX/RX on ADRV9009".

However, the result seems the bitstream didn't load correctly. I can't even control the IP that is not related to ADRV9009 (like LED GPIO) and I'll get errors when executing rx command.

The error is "Device or resource busy" but I don't know why I can replicate the error right now. I only got the time-out error same in section 1 and below.

3.1 If the steps change to  "boot Linux>  Overlay bitstream with modified hwh > executed TX/RX on ADRV9009". I can control LEP GPIO IP but get the error same in section 1, which's time-out error. Then if I executed the unbind and bind scripts, the errors come as the same one in section 2,  5503 Segmentation fault.

-Here are my setups:

  • linux ubuntu 18.04
  • petalinux2019.1
  • Vivado 2019.2
  • ADI hdl-2019_r2
  • meta-xilinx-pynq in meta-xilinx-rel-v2019.2 (I only using meta-xilinx-pynq here)
  • meta-adi-2019_R2
  • pylibiio-0.23.1
  • pyadi-iio-0.0.13

-Here's my dmesg.

NOTICE:  ATF running on XCZU9EG/silicon v4/RTL5.1 at 0xfffea000
NOTICE:  BL31: Secure code at 0x0
NOTICE:  BL31: Non secure code at 0x8000000
NOTICE:  BL31: v2.0(release):xilinx-v2018.3-720-g80d1c790
NOTICE:  BL31: Built : 11:57:22, Jul 28 2022
PMUFW:  v1.1


U-Boot 2019.01 (Jul 28 2022 - 11:57:55 +0000)

Model: ZynqMP ZCU102 Rev1.0
Board: Xilinx ZynqMP
DRAM:  4 GiB
EL Level:       EL2
Chip ID:        zu9eg
MMC:   mmc@ff170000: 0
Loading Environment from FAT... *** Warning - bad CRC, using default environment

In:    serial@ff000000
Out:   serial@ff000000
Err:   serial@ff000000
Model: ZynqMP ZCU102 Rev1.0
Board: Xilinx ZynqMP
Bootmode: LVL_SHFT_SD_MODE1
Reset reason:   EXTERNAL
Net:   ZYNQ GEM: ff0e0000, phyaddr c, interface rgmii-id
eth0: ethernet@ff0e0000
U-BOOT for ADIpynq3

ethernet@ff0e0000 Waiting for PHY auto negotiation to complete....... done
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5
BOOTP broadcast 6
BOOTP broadcast 7
BOOTP broadcast 8
BOOTP broadcast 9
BOOTP broadcast 10
BOOTP broadcast 11
BOOTP broadcast 12
BOOTP broadcast 13
BOOTP broadcast 14
BOOTP broadcast 15
BOOTP broadcast 16
BOOTP broadcast 17

Retry time exceeded; starting again
Hit any key to stop autoboot:  0
Device: mmc@ff170000
Manufacturer ID: 1d
OEM: 4144
Name: USD
Bus Speed: 187499998
Mode : UHS SDR104 (208MHz)
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 30 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
29877344 bytes read in 1980 ms (14.4 MiB/s)
## Loading kernel from FIT Image at 10000000 ...
   Using 'conf@system-top.dtb' configuration
   Trying 'kernel@1' kernel subimage
     Description:  Linux kernel
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0x10000104
     Data Size:    29811200 Bytes = 28.4 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00080000
     Entry Point:  0x00080000
     Hash algo:    sha1
     Hash value:   79c4c6b1161719f9e5552d079eb51f310efcdc73
   Verifying Hash Integrity ... sha1+ OK
## Loading fdt from FIT Image at 10000000 ...
   Using 'conf@system-top.dtb' configuration
   Trying 'fdt@system-top.dtb' fdt subimage
     Description:  Flattened Device Tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x11c6e408
     Data Size:    64225 Bytes = 62.7 KiB
     Architecture: AArch64
     Hash algo:    sha1
     Hash value:   41cbddcadb2917272f245f72a34daa0dc2bcbe79
   Verifying Hash Integrity ... sha1+ OK
   Booting using the fdt blob at 0x11c6e408
   Loading Kernel Image ... OK
   Loading Device Tree to 0000000007fed000, end 0000000007fffae0 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 4.19.0-xilinx-v2019.1 (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Wed Jul 27 02:50:44 UTC 2022
[    0.000000] Machine model: ZynqMP ZCU102 Rev1.0
[    0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (options '115200n8')
[    0.000000] bootconsole [cdns0] enabled
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    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.1
[    0.000000] random: get_random_bytes called from start_kernel+0x94/0x3f8 with crng_init=0
[    0.000000] percpu: Embedded 23 pages/cpu @(____ptrval____) s53656 r8192 d32360 u94208
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1034240
[    0.000000] Kernel command line: earlycon console=ttyPS0,115200 clk_ignore_unused root=/dev/mmcblk0p2 rw rootwait
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] software IO TLB: mapped [mem 0x6bfff000-0x6ffff000] (64MB)
[    0.000000] Memory: 3771704K/4194304K available (12988K kernel code, 1528K rwdata, 13652K rodata, 896K init, 822K bss, 160456K 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: 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] arch_timer: cp15 timer(s) running at 99.99MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x170f8de2d3, max_idle_ns: 440795206112 ns
[    0.000003] sched_clock: 56 bits at 99MHz, resolution 10ns, wraps every 4398046511101ns
[    0.008248] Console: colour dummy device 80x25
[    0.012393] Calibrating delay loop (skipped), value calculated using timer frequency.. 199.98 BogoMIPS (lpj=399960)
[    0.022757] pid_max: default: 32768 minimum: 301
[    0.027449] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.034012] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.041787] ASID allocator initialised with 32768 entries
[    0.046510] rcu: Hierarchical SRCU implementation.
[    0.051542] EFI services will not be available.
[    0.055827] smp: Bringing up secondary CPUs ...
[    0.060487] Detected VIPT I-cache on CPU1
[    0.060516] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.060822] Detected VIPT I-cache on CPU2
[    0.060841] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.061128] Detected VIPT I-cache on CPU3
[    0.061147] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.061191] smp: Brought up 1 node, 4 CPUs
[    0.095682] SMP: Total of 4 processors activated.
[    0.100355] CPU features: detected: 32-bit EL0 Support
[    0.106874] CPU: All CPU(s) started at EL2
[    0.109534] alternatives: patching kernel code
[    0.114847] devtmpfs: initialized
[    0.123512] Registered cp15_barrier emulation handler
[    0.123560] Registered setend emulation handler
[    0.127533] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.137120] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.148788] xor: measuring software checksum speed
[    0.187324]    8regs     :  2375.000 MB/sec
[    0.227351]    8regs_prefetch:  2051.000 MB/sec
[    0.267381]    32regs    :  2724.000 MB/sec
[    0.307410]    32regs_prefetch:  2308.000 MB/sec
[    0.307451] xor: using function: 32regs (2724.000 MB/sec)
[    0.311752] pinctrl core: initialized pinctrl subsystem
[    0.317562] NET: Registered protocol family 16
[    0.321670] audit: initializing netlink subsys (disabled)
[    0.326779] audit: type=2000 audit(0.272:1): state=initialized audit_enabled=0 res=1
[    0.334432] cpuidle: using governor menu
[    0.338461] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
[    0.345668] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.353081] DMA: preallocated 256 KiB pool for atomic allocations
[    0.373121] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.441093] raid6: int64x1  gen()   445 MB/s
[    0.509132] raid6: int64x1  xor()   450 MB/s
[    0.577214] raid6: int64x2  gen()   680 MB/s
[    0.645217] raid6: int64x2  xor()   599 MB/s
[    0.713269] raid6: int64x4  gen()   980 MB/s
[    0.781295] raid6: int64x4  xor()   736 MB/s
[    0.849388] raid6: int64x8  gen()  1162 MB/s
[    0.917403] raid6: int64x8  xor()   759 MB/s
[    0.985437] raid6: neonx1   gen()   735 MB/s
[    1.053482] raid6: neonx1   xor()   880 MB/s
[    1.121559] raid6: neonx2   gen()  1130 MB/s
[    1.189593] raid6: neonx2   xor()  1173 MB/s
[    1.257658] raid6: neonx4   gen()  1479 MB/s
[    1.325676] raid6: neonx4   xor()  1417 MB/s
[    1.393730] raid6: neonx8   gen()  1534 MB/s
[    1.461775] raid6: neonx8   xor()  1459 MB/s
[    1.461813] raid6: using algorithm neonx8 gen() 1534 MB/s
[    1.465771] raid6: .... xor() 1459 MB/s, rmw enabled
[    1.470702] raid6: using neon recovery algorithm
[    1.476098] SCSI subsystem initialized
[    1.479181] usbcore: registered new interface driver usbfs
[    1.484490] usbcore: registered new interface driver hub
[    1.489764] usbcore: registered new device driver usb
[    1.494934] media: Linux media interface: v0.10
[    1.499273] videodev: Linux video capture interface: v2.00
[    1.504751] pps_core: LinuxPPS API ver. 1 registered
[    1.509632] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.518726] PTP clock support registered
[    1.522626] EDAC MC: Ver: 3.0.0
[    1.526118] zynqmp-ipi-mbox mailbox@ff990400: Probed ZynqMP IPI Mailbox driver.
[    1.533510] jesd204: created con: id=0, topo=0, link=0, /amba/spi@ff040000/ad9528-1@0 <-> /fpga-axi@0/axi-adxcvr-tx@84a80000
[    1.544159] jesd204: created con: id=1, topo=0, link=2, /amba/spi@ff040000/ad9528-1@0 <-> /fpga-axi@0/axi-adxcvr-rx-os@84a50000
[    1.555575] jesd204: created con: id=2, topo=0, link=1, /amba/spi@ff040000/ad9528-1@0 <-> /fpga-axi@0/axi-adxcvr-rx@84a60000
[    1.566733] jesd204: created con: id=3, topo=0, link=2, /fpga-axi@0/axi-adxcvr-rx-os@84a50000 <-> /fpga-axi@0/axi-jesd204-rx-os@84ab0000
[    1.578931] jesd204: created con: id=4, topo=0, link=0, /fpga-axi@0/axi-adxcvr-tx@84a80000 <-> /fpga-axi@0/axi-jesd204-tx@84a90000
[    1.590609] jesd204: created con: id=5, topo=0, link=1, /fpga-axi@0/axi-adxcvr-rx@84a60000 <-> /fpga-axi@0/axi-jesd204-rx@84aa0000
[    1.602288] jesd204: created con: id=6, topo=0, link=0, /fpga-axi@0/axi-jesd204-tx@84a90000 <-> /fpga-axi@0/axi-adrv9009-tx-hpc@84a04000
[    1.614507] jesd204: created con: id=7, topo=0, link=1, /fpga-axi@0/axi-jesd204-rx@84aa0000 <-> /amba/spi@ff040000/adrv9009-phy@1
[    1.626086] jesd204: created con: id=8, topo=0, link=2, /fpga-axi@0/axi-jesd204-rx-os@84ab0000 <-> /amba/spi@ff040000/adrv9009-phy@1
[    1.637939] jesd204: created con: id=9, topo=0, link=0, /fpga-axi@0/axi-adrv9009-tx-hpc@84a04000 <-> /amba/spi@ff040000/adrv9009-phy@1
[    1.649966] jesd204: /amba/spi@ff040000/adrv9009-phy@1: JESD204[0] transition uninitialized -> initialized
[    1.659553] jesd204: /amba/spi@ff040000/adrv9009-phy@1: JESD204[1] transition uninitialized -> initialized
[    1.669154] jesd204: /amba/spi@ff040000/adrv9009-phy@1: JESD204[2] transition uninitialized -> initialized
[    1.678755] jesd204: found 9 devices and 1 topologies
[    1.683810] FPGA manager framework
[    1.687337] Advanced Linux Sound Architecture Driver Initialized.
[    1.693479] Bluetooth: Core ver 2.22
[    1.696765] NET: Registered protocol family 31
[    1.701163] Bluetooth: HCI device and connection manager initialized
[    1.707480] Bluetooth: HCI socket layer initialized
[    1.712322] Bluetooth: L2CAP socket layer initialized
[    1.717351] Bluetooth: SCO socket layer initialized
[    1.722586] clocksource: Switched to clocksource arch_sys_counter
[    1.728321] VFS: Disk quotas dquot_6.6.0
[    1.732177] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.743498] NET: Registered protocol family 2
[    1.743892] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[    1.751120] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    1.758458] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.765230] TCP: Hash tables configured (established 32768 bind 32768)
[    1.771385] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.777360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.783836] NET: Registered protocol family 1
[    1.788242] RPC: Registered named UNIX socket transport module.
[    1.793905] RPC: Registered udp transport module.
[    1.798572] RPC: Registered tcp transport module.
[    1.803243] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.810342] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[    1.816890] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.825318] Initialise system trusted keyrings
[    1.828912] workingset: timestamp_bits=62 max_order=20 bucket_order=0
[    1.835935] NFS: Registering the id_resolver key type
[    1.840280] Key type id_resolver registered
[    1.844421] Key type id_legacy registered
[    1.848405] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.855074] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    2.944112] NET: Registered protocol family 38
[    3.003940] Key type asymmetric registered
[    3.003978] Asymmetric key parser 'x509' registered
[    3.007273] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    3.014600] io scheduler noop registered
[    3.018485] io scheduler deadline registered
[    3.022746] io scheduler cfq registered (default)
[    3.027401] io scheduler mq-deadline registered
[    3.031898] io scheduler kyber registered
[    3.064781] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    3.069176] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    3.076191] brd: module loaded
[    3.080123] loop: module loaded
[    3.080344] Registered mathworks_ip class
[    3.082546] mtdoops: mtd device (mtddev=name/number) must be supplied
[    3.089614] libphy: Fixed MDIO Bus: probed
[    3.093450] tun: Universal TUN/TAP device driver, 1.6
[    3.097270] CAN device driver interface
[    3.101966] usbcore: registered new interface driver asix
[    3.106383] usbcore: registered new interface driver ax88179_178a
[    3.112403] usbcore: registered new interface driver cdc_ether
[    3.118197] usbcore: registered new interface driver net1080
[    3.123821] usbcore: registered new interface driver cdc_subset
[    3.129705] usbcore: registered new interface driver zaurus
[    3.135252] usbcore: registered new interface driver cdc_ncm
[    3.141595] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.147330] ehci-pci: EHCI PCI platform driver
[    3.152015] usbcore: registered new interface driver uas
[    3.157052] usbcore: registered new interface driver usb-storage
[    3.163046] usbcore: registered new interface driver usbserial_generic
[    3.169493] usbserial: USB Serial support registered for generic
[    3.175465] usbcore: registered new interface driver ftdi_sio
[    3.181170] usbserial: USB Serial support registered for FTDI USB Serial Device
[    3.188442] usbcore: registered new interface driver upd78f0730
[    3.194320] usbserial: USB Serial support registered for upd78f0730
[    3.201979] rtc_zynqmp ffa60000.rtc: rtc core: registered ffa60000.rtc as rtc0
[    3.207775] i2c /dev entries driver
[    3.213352] usbcore: registered new interface driver uvcvideo
[    3.216883] USB Video Class driver (1.1.1)
[    3.222297] Bluetooth: HCI UART driver ver 2.3
[    3.225367] Bluetooth: HCI UART protocol H4 registered
[    3.230463] Bluetooth: HCI UART protocol BCSP registered
[    3.235759] Bluetooth: HCI UART protocol LL registered
[    3.240843] Bluetooth: HCI UART protocol ATH3K registered
[    3.246224] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    3.252481] Bluetooth: HCI UART protocol Intel registered
[    3.257816] Bluetooth: HCI UART protocol QCA registered
[    3.263026] usbcore: registered new interface driver bcm203x
[    3.268640] usbcore: registered new interface driver bpa10x
[    3.274176] usbcore: registered new interface driver bfusb
[    3.279627] usbcore: registered new interface driver btusb
[    3.285050] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    3.290720] usbcore: registered new interface driver ath3k
[    3.296251] EDAC MC: ECC not enabled
[    3.299921] EDAC DEVICE0: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
[    3.312544] sdhci: Secure Digital Host Controller Interface driver
[    3.317924] sdhci: Copyright(c) Pierre Ossman
[    3.322247] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.328278] ledtrig-cpu: registered to indicate activity on CPUs
[    3.333886] zynqmp_firmware_probe Platform Management API v1.1
[    3.339640] zynqmp_firmware_probe Trustzone version v1.0
[    3.347771] zynqmp-pinctrl firmware:zynqmp-firmware:pinctrl: zynqmp pinctrl initialized
[    3.375137] zynqmp_clk_mux_get_parent() getparent failed for clock: lpd_wdt, ret = -22
[    3.377846] alg: No test for xilinx-zynqmp-aes (zynqmp-aes)
[    3.383043] zynqmp_aes zynqmp_aes: AES Successfully Registered
[    3.383043]
[    3.390498] alg: No test for xilinx-keccak-384 (zynqmp-keccak-384)
[    3.396608] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
[    3.402191] usbcore: registered new interface driver usbhid
[    3.407514] usbhid: USB HID core driver
[    3.411852] xlnk xlnk: Major 241
[    3.414618] xlnk xlnk: xlnk driver loaded
[    3.418493] xlnk xlnk: xlnk_pdev is not null
[    3.430729] axi_sysid 85000000.axi-sysid-0: AXI System ID core version (1.00.a) found
[    3.433094] axi_sysid 85000000.axi-sysid-0: [adrv9009] on [zcu102] git <0> dirty [2022-07-20 14:52:47] UTC
[    3.442882] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[    3.449466] usbcore: registered new interface driver snd-usb-audio
[    3.456989] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    3.462959] Initializing XFRM netlink socket
[    3.466905] NET: Registered protocol family 10
[    3.471602] Segment Routing with IPv6
[    3.474952] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.481106] NET: Registered protocol family 17
[    3.485174] NET: Registered protocol family 15
[    3.489586] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.502717] can: controller area network core (rev 20170425 abi 9)
[    3.508640] NET: Registered protocol family 29
[    3.513019] can: raw protocol (rev 20170425)
[    3.517256] can: broadcast manager protocol (rev 20170425 t)
[    3.522882] can: netlink gateway (rev 20170425) max_hops=1
[    3.528452] Bluetooth: RFCOMM TTY layer initialized
[    3.533178] Bluetooth: RFCOMM socket layer initialized
[    3.538291] Bluetooth: RFCOMM ver 1.11
[    3.542003] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.547274] Bluetooth: BNEP filters: protocol multicast
[    3.552466] Bluetooth: BNEP socket layer initialized
[    3.557395] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.563279] Bluetooth: HIDP socket layer initialized
[    3.568314] 9pnet: Installing 9P2000 support
[    3.572456] NET: Registered protocol family 36
[    3.576873] Key type dns_resolver registered
[    3.581548] registered taskstats version 1
[    3.585169] Loading compiled-in X.509 certificates
[    3.590247] Btrfs loaded, crc32c=crc32c-generic
[    3.600938] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 40, base_baud = 6249999) is a xuartps
[    3.610404] console [ttyPS0] enabled
[    3.610404] console [ttyPS0] enabled
[    3.614003] bootconsole [cdns0] disabled
[    3.614003] bootconsole [cdns0] disabled
[    3.622070] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 41, base_baud = 6249999) is a xuartps
[    3.635472] of-fpga-region fpga-full: FPGA Region probed
[    3.641333] nwl-pcie fd0e0000.pcie: Link is DOWN
[    3.645979] nwl-pcie fd0e0000.pcie: host bridge /amba/pcie@fd0e0000 ranges:
[    3.652952] nwl-pcie fd0e0000.pcie:   MEM 0xe0000000..0xefffffff -> 0xe0000000
[    3.660171] nwl-pcie fd0e0000.pcie:   MEM 0x600000000..0x7ffffffff -> 0x600000000
[    3.667757] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00
[    3.673937] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.679420] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    3.686290] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref]
[    3.698039] pci 0000:00:00.0: PCI bridge to [bus 01-0c]
[    3.705127] xilinx-dpdma fd4c0000.dma: Xilinx DPDMA engine is probed
[    3.711711] xilinx-zynqmp-dma fd500000.dma: ZynqMP DMA driver Probe success
[    3.718816] xilinx-zynqmp-dma fd510000.dma: ZynqMP DMA driver Probe success
[    3.725913] xilinx-zynqmp-dma fd520000.dma: ZynqMP DMA driver Probe success
[    3.733019] xilinx-zynqmp-dma fd530000.dma: ZynqMP DMA driver Probe success
[    3.740128] xilinx-zynqmp-dma fd540000.dma: ZynqMP DMA driver Probe success
[    3.747234] xilinx-zynqmp-dma fd550000.dma: ZynqMP DMA driver Probe success
[    3.754338] xilinx-zynqmp-dma fd560000.dma: ZynqMP DMA driver Probe success
[    3.761439] xilinx-zynqmp-dma fd570000.dma: ZynqMP DMA driver Probe success
[    3.768659] xilinx-psgtr fd400000.zynqmp_phy: Lane:1 type:8 protocol:4 pll_locked:yes
[    3.779908] zynqmp_clk_divider_set_rate() set divider failed for spi1_ref_div1, ret = -13
[    3.788584] xilinx-dp-snd-codec fd4a0000.zynqmp-display:zynqmp_dp_snd_codec0: Xilinx DisplayPort Sound Codec probed
[    3.799324] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed
[    3.807406] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed
[    3.815868] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok
[    3.828315] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok
[    3.840992] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: Xilinx DisplayPort Sound Card probed
[    3.851176] OF: graph: no port node found in /amba/zynqmp-display@fd4a0000
[    3.858258] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.864874] [drm] No driver support for vblank timestamp query.
[    3.870853] xlnx-drm xlnx-drm.0: bound fd4a0000.zynqmp-display (ops 0xffffff8008df4370)
[    4.958600] [drm] Cannot find any crtc or sizes
[    4.963364] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.zynqmp-display on minor 0
[    4.971466] zynqmp-display fd4a0000.zynqmp-display: ZynqMP DisplayPort Subsystem driver probed
[    4.980453] xilinx-psgtr fd400000.zynqmp_phy: Lane:3 type:3 protocol:2 pll_locked:yes
[    4.988340] ahci-ceva fd0c0000.ahci: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    4.997293] ahci-ceva fd0c0000.ahci: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
[    5.007758] scsi host0: ahci-ceva
[    5.011343] scsi host1: ahci-ceva
[    5.014798] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x100 irq 37
[    5.022712] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x180 irq 37
[    5.031613] ad9528 spi1.0: spi1.0 supply vcc not found, using dummy regulator
[    5.038778] ad9528 spi1.0: Linked as a consumer to regulator.0
[    5.069259] jesd204: /amba/spi@ff040000/ad9528-1@0,jesd204:0,parent=spi1.0: Using as SYSREF provider
[    5.078743] adrv9009 spi1.1: adrv9009_probe : enter
[    5.089729] m25p80 spi0.0: SPI-NOR-UniqueID 104400aaed040005fbff2800d7f8bf32cd
[    5.096949] m25p80 spi0.0: found n25q512a, expected m25p80
[    5.103521] m25p80 spi0.0: n25q512a (131072 Kbytes)
[    5.108416] 4 fixed-partitions partitions found on MTD device spi0.0
[    5.114772] Creating 4 MTD partitions on "spi0.0":
[    5.119561] 0x000000000000-0x000000100000 : "qspi-fsbl-uboot"
[    5.125781] 0x000000100000-0x000000600000 : "qspi-linux"
[    5.131495] 0x000000600000-0x000000620000 : "qspi-device-tree"
[    5.137732] 0x000000620000-0x000000c00000 : "qspi-rootfs"
[    5.145624] macb ff0e0000.ethernet: Not enabling partial store and forward
[    5.153005] libphy: MACB_mii_bus: probed
[    5.157000] mdio_bus ff0e0000.ethernet-ffffffff: MDIO device at address 21 is missing.
[    5.167186] TI DP83867 ff0e0000.ethernet-ffffffff:0c: attached PHY driver [TI DP83867] (mii_bus:phy_addr=ff0e0000.ethernet-ffffffff:0c, irq=POLL)
[    5.180227] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 22 (00:0a:35:00:22:01)
[    5.190352] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[    5.196873] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
[    5.203365] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
[    5.209847] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
[    5.217790] dwc3 fe200000.dwc3: Failed to get clk 'ref': -2
[    5.223639] xilinx-psgtr fd400000.zynqmp_phy: Lane:2 type:0 protocol:3 pll_locked:yes
[    5.231990] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    5.237485] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    5.245491] xhci-hcd xhci-hcd.0.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000000202010810
[    5.254901] xhci-hcd xhci-hcd.0.auto: irq 52, io mem 0xfe200000
[    5.261035] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    5.269298] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.276518] usb usb1: Product: xHCI Host Controller
[    5.281386] usb usb1: Manufacturer: Linux 4.19.0-xilinx-v2019.1 xhci-hcd
[    5.288079] usb usb1: SerialNumber: xhci-hcd.0.auto
[    5.293242] hub 1-0:1.0: USB hub found
[    5.297011] hub 1-0:1.0: 1 port detected
[    5.301124] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    5.306613] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    5.314267] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0  SuperSpeed
[    5.320994] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    5.329258] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.336477] usb usb2: Product: xHCI Host Controller
[    5.341345] usb usb2: Manufacturer: Linux 4.19.0-xilinx-v2019.1 xhci-hcd
[    5.347733] ata1: SATA link down (SStatus 0 SControl 330)
[    5.348041] usb usb2: SerialNumber: xhci-hcd.0.auto
[    5.353443] ata2: SATA link down (SStatus 0 SControl 330)
[    5.358550] hub 2-0:1.0: USB hub found
[    5.367451] hub 2-0:1.0: 1 port detected
[    5.372631] pca953x 0-0020: 0-0020 supply vcc not found, using dummy regulator
[    5.379881] pca953x 0-0020: Linked as a consumer to regulator.0
[    5.386659] GPIO line 496 (sel0) hogged as output/low
[    5.392035] GPIO line 497 (sel1) hogged as output/high
[    5.397497] GPIO line 498 (sel2) hogged as output/high
[    5.403120] GPIO line 499 (sel3) hogged as output/high
[    5.408466] pca953x 0-0021: 0-0021 supply vcc not found, using dummy regulator
[    5.415709] pca953x 0-0021: Linked as a consumer to regulator.0
[    5.423139] ina2xx 3-0040: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.429951] ina2xx 3-0041: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.436764] ina2xx 3-0042: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.443575] ina2xx 3-0043: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.450385] ina2xx 3-0044: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.457196] ina2xx 3-0045: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.464016] ina2xx 3-0046: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.470829] ina2xx 3-0047: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.477640] ina2xx 3-004a: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.484462] ina2xx 3-004b: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.490875] i2c i2c-0: Added multiplexed i2c bus 3
[    5.496352] ina2xx 4-0040: power monitor ina226 (Rshunt = 2000 uOhm)
[    5.503159] ina2xx 4-0041: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.509968] ina2xx 4-0042: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.516779] ina2xx 4-0043: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.523586] ina2xx 4-0044: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.530404] ina2xx 4-0045: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.537219] ina2xx 4-0046: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.544038] ina2xx 4-0047: power monitor ina226 (Rshunt = 5000 uOhm)
[    5.550435] i2c i2c-0: Added multiplexed i2c bus 4
[    5.561709] random: fast init done
[    5.592362] i2c i2c-0: Added multiplexed i2c bus 5
[    5.597329] i2c i2c-0: Added multiplexed i2c bus 6
[    5.602115] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544
[    5.609468] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 24
[    5.617290] at24 7-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
[    5.624038] i2c i2c-1: Added multiplexed i2c bus 7
[    5.629157] i2c i2c-1: Added multiplexed i2c bus 8
[    5.636067] si570 9-005d: registered, current frequency 300000000 Hz
[    5.642466] i2c i2c-1: Added multiplexed i2c bus 9
[    5.661278] si570 10-005d: registered, current frequency 148500000 Hz
[    5.667762] i2c i2c-1: Added multiplexed i2c bus 10
[    5.672875] si5324 11-0069: si5328 probed
[    5.734831] si5324 11-0069: si5328 probe successful
[    5.739756] i2c i2c-1: Added multiplexed i2c bus 11
[    5.744805] i2c i2c-1: Added multiplexed i2c bus 12
[    5.749848] i2c i2c-1: Added multiplexed i2c bus 13
[    5.754888] i2c i2c-1: Added multiplexed i2c bus 14
[    5.759769] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548
[    5.767732] i2c i2c-1: Added multiplexed i2c bus 15
[    5.773996] at24 16-0050: 256 byte 24c02 EEPROM, writable, 1 bytes/write
[    5.780746] i2c i2c-1: Added multiplexed i2c bus 16
[    5.785804] i2c i2c-1: Added multiplexed i2c bus 17
[    5.790869] i2c i2c-1: Added multiplexed i2c bus 18
[    5.795917] i2c i2c-1: Added multiplexed i2c bus 19
[    5.800970] i2c i2c-1: Added multiplexed i2c bus 20
[    5.806019] i2c i2c-1: Added multiplexed i2c bus 21
[    5.811077] i2c i2c-1: Added multiplexed i2c bus 22
[    5.815950] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548
[    5.823560] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 25
[    5.829944] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s
[    5.869958] mmc0: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
[    5.904294] cf_axi_adc 84a00000.axi-adrv9009-rx-hpc: ADI AIM (10.01.b) at 0x84A00000 mapped to 0x(____ptrval____), probed ADC ADRV9009 as MASTER
[    5.935008] cf_axi_dds 84a04000.axi-adrv9009-tx-hpc: Analog Devices CF_AXI_DDS_DDS MASTER (9.01.b) at 0x84A04000 mapped to 0x(____ptrval____), probed DDS AD9371
[    5.951343] axi_adxcvr 84a60000.axi-adxcvr-rx: AXI-ADXCVR-RX (17.01.a) using CPLL on GTH4 at 0x84A60000. Number of lanes: 2.
[    5.964674] axi_adxcvr 84a50000.axi-adxcvr-rx-os: AXI-ADXCVR-RX (17.01.a) using CPLL on GTH4 at 0x84A50000. Number of lanes: 2.
[    5.976943] axi_adxcvr 84a80000.axi-adxcvr-tx: AXI-ADXCVR-TX (17.01.a) using QPLL on GTH4 at 0x84A80000. Number of lanes: 4.
[    5.991535] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition initialized -> probed
[    6.002678] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition initialized -> probed
[    6.013810] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition initialized -> probed
[    6.024938] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition probed -> idle
[    6.035453] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition probed -> idle
[    6.045964] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition probed -> idle
[    6.056483] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition idle -> device_init
[    6.067433] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition idle -> device_init
[    6.078379] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition idle -> device_init
[    6.089333] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition device_init -> link_init
[    6.100715] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition device_init -> link_init
[    6.112095] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition device_init -> link_init
[    6.123487] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition link_init -> link_supported
[    6.135139] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition link_init -> link_supported
[    6.146784] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition link_init -> link_supported
[    6.158621] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition link_supported -> link_pre_setup
[    6.170706] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition link_supported -> link_pre_setup
[    6.182785] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition link_supported -> link_pre_setup
[    6.194866] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition link_pre_setup -> clk_sync_stage1
[    6.207030] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition link_pre_setup -> clk_sync_stage1
[    6.219193] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition link_pre_setup -> clk_sync_stage1
[    6.231367] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition clk_sync_stage1 -> clk_sync_stage2
[    6.243619] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition clk_sync_stage1 -> clk_sync_stage2
[    6.255868] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition clk_sync_stage1 -> clk_sync_stage2
[    6.268125] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition clk_sync_stage2 -> clk_sync_stage3
[    6.280374] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition clk_sync_stage2 -> clk_sync_stage3
[    6.292622] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition clk_sync_stage2 -> clk_sync_stage3
[    6.305968] adrv9009 spi1.1: ADIHAL_resetHw
[    6.311188] [drm] Cannot find any crtc or sizes
[    6.362629] mmc0: new ultra high speed SDR104 SDHC card at address 59b4
[    6.369749] mmcblk0: mmc0:59b4 USD   30.0 GiB
[    6.375253]  mmcblk0: p1 p2
[    6.641696] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition clk_sync_stage3 -> link_setup
[    6.653515] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition clk_sync_stage3 -> link_setup
[    6.665335] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition clk_sync_stage3 -> link_setup
[    6.677941] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition link_setup -> opt_setup_stage1
[    6.689854] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition link_setup -> opt_setup_stage1
[    6.701761] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition link_setup -> opt_setup_stage1
[    6.864764] random: crng init done
[    8.794533] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition opt_setup_stage1 -> opt_setup_stage2
[    8.806963] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition opt_setup_stage1 -> opt_setup_stage2
[    8.819392] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition opt_setup_stage1 -> opt_setup_stage2
[    8.832583] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition opt_setup_stage2 -> opt_setup_stage3
[    8.845009] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition opt_setup_stage2 -> opt_setup_stage3
[    8.857437] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition opt_setup_stage2 -> opt_setup_stage3
[    8.870838] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition opt_setup_stage3 -> opt_setup_stage4
[    8.883267] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition opt_setup_stage3 -> opt_setup_stage4
[    8.895694] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition opt_setup_stage3 -> opt_setup_stage4
[   13.612181] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition opt_setup_stage4 -> opt_setup_stage5
[   13.624611] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition opt_setup_stage4 -> opt_setup_stage5
[   13.637038] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition opt_setup_stage4 -> opt_setup_stage5
[   13.652758] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition opt_setup_stage5 -> clocks_enable
[   13.664930] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition opt_setup_stage5 -> clocks_enable
[   13.677099] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition opt_setup_stage5 -> clocks_enable
[   13.690375] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition clocks_enable -> link_enable
[   13.702112] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition clocks_enable -> link_enable
[   13.713844] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition clocks_enable -> link_enable
[   13.725929] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition link_enable -> link_running
[   13.737581] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition link_enable -> link_running
[   13.749228] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition link_enable -> link_running
[   13.773367] adrv9009 spi1.1: adrv9009_info: adrv9009 Rev 192, Firmware 6.0.2 API version: 3.6.0.5 successfully initialized via jesd204-fsm
[   13.785796] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[0] transition link_running -> opt_post_running_stage
[   13.798399] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[1] transition link_running -> opt_post_running_stage
[   13.811002] jesd204: /amba/spi@ff040000/adrv9009-phy@1,jesd204:1,parent=spi1.1: JESD204[2] transition link_running -> opt_post_running_stage
[   13.826098] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   13.833129] rtc_zynqmp ffa60000.rtc: setting system clock to 2022-08-03 04:53:24 UTC (1659502404)
[   13.842004] of_cfs_init
[   13.844467] of_cfs_init: OK
[   13.847423] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   13.986408] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   13.992939] clk: Not disabling unused clocks
[   13.997207] ALSA device list:
[   14.000171]   #0: DisplayPort monitor
[   14.004132] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   14.012747] cfg80211: failed to load regulatory.db
[   14.155399] EXT4-fs (mmcblk0p2): 2 orphan inodes deleted
[   14.160710] EXT4-fs (mmcblk0p2): recovery complete
[   14.175006] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[   14.183124] VFS: Mounted root (ext4 filesystem) on device 179:2.
[   14.189784] devtmpfs: mounted
[   14.192939] Freeing unused kernel memory: 896K
[   14.197411] Run /sbin/init as init process
[   14.401394] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   14.422932] systemd[1]: Detected architecture arm64.

Welcome to PYNQ Linux, based on Ubuntu 18.04!

[   14.445027] systemd[1]: Set hostname to <pynq>.
[   14.599803] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[   14.616846] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[   14.756990] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   14.774838] systemd[1]: Started ntp-systemd-netif.path.
[  OK  ] Started ntp-systemd-netif.path.
[   14.790686] systemd[1]: Reached target System Time Synchronized.
[  OK  ] Reached target System Time Synchronized.
[   14.806891] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[   14.822841] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on Journal Socket.
         Mounting Huge Pages File System...
         Starting Load Kernel Modules...
         Starting Restore / save the current clock...
         Mounting Kernel Debug File System...
         Mounting POSIX Message Queue File System...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Listening on Journal Audit Socket.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
         Starting Nameserver information manager...
         Starting Remount Root and Kernel File Systems...
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Listening on Journal Socket (/dev/log).
         Starting udev Coldplug all Devices...
         Starting Journal Service...
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Restore / save the current clock.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started Journal Service.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Nameserver information manager.
[  OK  ] Reached target Network (Pre).
         Activating swap /var/swap...
         Starting Load/Save Random Seed...
         Starting Flush Journal to Persistent Storage...
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Enable support for additional executable binary formats...
         Starting Apply Kernel Variables...
         Mounting Kernel Configuration File System...
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Activated swap /var/swap.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Enable support for additional executable binary formats.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Mounted Kernel Configuration File System.
         Starting Raise network interfaces...
[  OK  ] Reached target Swap.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Reached target Sound Card.
[  OK  ] Found device /dev/ttyPS0.
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Started Raise network interfaces.
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Started ifup for eth0.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Entropy daemon using the HAVEGE algorithm.
         Starting Network Name Resolution...
         Starting Network Time Synchronization...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Name Resolution.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily apt download activities.
[  OK  ] Listening on UUID daemon activation socket.
[  OK  ] Started Discard unused blocks once a week.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Started Message of the Day.
[  OK  ] Reached target Timers.
[  OK  ] Reached target Sockets.
[  OK  ] Started resolvconf-pull-resolved.path.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Basic System.
[  OK  ] Started Regular background program processing daemon.
[  OK  ] Started Set the CPU Frequency Scaling governor.
         Starting System Logging Service...
         Starting Login Service...
         Starting Dispatcher daemon for systemd-networkd...
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started Login Service.
         Starting Jupyter Notebook Server...
         Starting WPA supplicant...
         Starting PYNQ PL Server...
         Starting resolvconf-pull-resolved.service...
[  OK  ] Started ntp-systemd-netif.service.
         Starting LSB: automatic crash report generation...
         Starting LSB: Load kernel modules needed to enable cpufreq scaling...
         Starting Resize Filesystem on SD card...
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Started System Logging Service.
[  OK  ] Started PYNQ PL Server.
[  OK  ] Started Resize Filesystem on SD card.
[  OK  ] Started WPA supplicant.
[  OK  ] Started resolvconf-pull-resolved.service.
[  OK  ] Reached target Network.
         Starting Permit User Sessions...
[  OK  ] Reached target Network is Online.
         Starting Samba NMB Daemon...
[  OK  ] Started ISC DHCP IPv4 server.
[  OK  ] Started ISC DHCP IPv6 server.
[  OK  ] Started Unattended Upgrades Shutdown.
         Starting OpenBSD Secure Shell server...
[  OK  ] Started LSB: automatic crash report generation.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyPS0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started PYNQ X11 Server.
[  OK  ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
         Starting LSB: set CPUFreq kernel parameters...
[  OK  ] Started LSB: set CPUFreq kernel parameters.
[  OK  ] Created slice User Slice of root.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started Session c1 of user root.
         Starting User Manager for UID 0...
[  OK  ] Started Samba NMB Daemon.
         Starting Samba SMB Daemon...
[  OK  ] Started Dispatcher daemon for systemd-networkd.
[  OK  ] Started User Manager for UID 0.
[  OK  ] Started Samba SMB Daemon.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

PYNQ Linux, based on Ubuntu 18.04 pynq ttyPS0

pynq login: xilinx (automatic login)

Last login: Wed Aug  3 04:48:51 UTC 2022 on ttyPS0
Welcome to PYNQ Linux, based on Ubuntu 18.04 (GNU/Linux 4.19.0-xilinx-v2019.1 aarch64)

I guess the first method has more possibility of success since it just looks like the driver of ADRV9009 didn't reload correctly. 

Any comments or suggestions are all appreciated. 

Thanks all.

Edit Notes

remove product number
[edited by: JessePine at 5:42 AM (GMT -4) on 3 Aug 2022]