Post Go back to editing

ZCU102 + ADRV90081 IIO Scope problems

Hello. I have some problems with my ZCU102 + ADRV9008-1

I've followed the instructions for creating a 2018_R1 image, configuring root directory and updating the Boot and the Tools.

But IIO scope doestn't show any RX signal. As I uderstand, it can see the AVR9008.

UART console after system start shows messages from kernal(dmesg): 

[ 34.759773] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 34.774982] adrv9009 spi32766.1: ERROR: 281: gain index exceeded expected maximum or minimum value for TALISE_getRxGain(). Please check if Receive Path is enabled
[ 34.797941] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 34.812847] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 34.826564] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArm

root@analog:~# reboot

Broadcast message from root@analog
        (/dev/ttyPS0) at 13:28 ...

The system is going down for reboot NOW!
root@analog:~# wait-for-state stop/waiting
 * Stopping IIO Daemon iiod                                                                                                                                                                                                                           [ OK ]
 * Stopping Distributed Compiler Daemon: distccd                                                                                                                                                                                                      [ OK ]
 * Stopping rsync daemon rsync                                                                                                                                                                                                                        [ OK ]
 * Asking all remaining processes to terminate...                                                                                                                                                                                                     [ OK ]
 * All processes ended within 1 seconds...                                                                                                                                                                                                            [ OK ]
 * Deactivating swap...                                                                                                                                                                                                                               [ OK ]
 * Will now restart
[   84.404665] reboot: Restarting system
Xilinx Zynq MP First Stage Boot Loader
Release 2017.4   Jun 26 2018  -  10:06:15
NOTICE:  ATF running on XCZU9EG/silicon v4/RTL5.1 at 0xfffea000, with PMU firmware
NOTICE:  BL31: Secure code at 0x0
NOTICE:  BL31: Non secure code at 0x8000000
NOTICE:  BL31: v1.3(release):47af34b
NOTICE:  BL31: Built : 04:15:38, Dec 12 2017
PMUFW:  v0.3


U-Boot 2017.01 (May 02 2018 - 15:53:29 +0200) Xilinx ZynqMP ZCU102 rev1.0

I2C:   ready
DRAM:  4 GiB
EL Level:       EL2
Chip ID:        xczu9eg
MMC:   sdhci@ff170000: 0 (SD)
reading uboot.env

** Unable to read "uboot.env" from mmc0:1 **
Using default environment

In:    serial@ff000000
Out:   serial@ff000000
Err:   serial@ff000000
Bootmode: LVL_SHFT_SD_MODE1
Net:   ZYNQ GEM: ff0e0000, phyaddr c, interface rgmii-id

Warning: ethernet@ff0e0000 using MAC address from ROM
eth0: ethernet@ff0e0000
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Device: sdhci@ff170000
Manufacturer ID: 3
OEM: 5344
Name: SL16G
Tran Speed: 50000000
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 14.8 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
reading uEnv.txt
381 bytes read in 8 ms (45.9 KiB/s)
Loaded environment from uEnv.txt
Importing environment from SD ...
Running uenvcmd ...
Copying Linux from SD to RAM...
** No boot file defined **
reading system.dtb
59378 bytes read in 45 ms (1.3 MiB/s)
reading Image
14944768 bytes read in 1007 ms (14.2 MiB/s)
## Flattened Device Tree blob at 04000000
   Booting using the fdt blob at 0x4000000
   Loading Device Tree to 000000000ffee000, end 000000000ffff7f1 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.0-g2398d50 (jenkins@romlx1) (gcc version 6.2.1 20161114 (Linaro GCC Snapshot 6.2-2016.11) ) #206 SMP Tue Jun 26 10:28:16 IST 2018
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    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.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] percpu: Embedded 21 pages/cpu @ffffffc87ff57000 s47384 r8192 d30440 u86016
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1034240
[    0.000000] Kernel command line: console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext4 rootwait root=/dev/mmcblk0p2 rw rootwait
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    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 [mem 0x6bfff000-0x6ffff000] (64MB) mapped at [ffffffc06bfff000-ffffffc06fffefff]
[    0.000000] Memory: 3786952K/4194304K available (9404K kernel code, 642K rwdata, 3972K rodata, 512K init, 386K bss, 145208K reserved, 262144K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff80089b0000   (  9408 KB)
[    0.000000]     .rodata : 0xffffff80089b0000 - 0xffffff8008da0000   (  4032 KB)
[    0.000000]       .init : 0xffffff8008da0000 - 0xffffff8008e20000   (   512 KB)
[    0.000000]       .data : 0xffffff8008e20000 - 0xffffff8008ec0a00   (   643 KB)
[    0.000000]        .bss : 0xffffff8008ec0a00 - 0xffffff8008f21534   (   387 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf1dc00000   (   476 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc880000000   ( 34816 MB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 99.99MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x170f8dc196, max_idle_ns: 440795203664 ns
[    0.000003] sched_clock: 56 bits at 99MHz, resolution 10ns, wraps every 4398046511099ns
[    0.000321] Console: colour dummy device 80x25
[    0.000338] Calibrating delay loop (skipped), value calculated using timer frequency.. 199.98 BogoMIPS (lpj=399960)
[    0.000346] pid_max: default: 32768 minimum: 301
[    0.000440] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.000446] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.000931] ASID allocator initialised with 65536 entries
[    0.001444] zynqmp_plat_init Power management API v0.3
[    0.001516] EFI services will not be available.
[    0.001820] Detected VIPT I-cache on CPU1
[    0.001845] CPU1: Booted secondary processor [410fd034]
[    0.002092] Detected VIPT I-cache on CPU2
[    0.002110] CPU2: Booted secondary processor [410fd034]
[    0.002349] Detected VIPT I-cache on CPU3
[    0.002366] CPU3: Booted secondary processor [410fd034]
[    0.002401] Brought up 4 CPUs
[    0.002415] SMP: Total of 4 processors activated.
[    0.002420] CPU features: detected feature: 32-bit EL0 Support
[    0.002426] CPU: All CPU(s) started at EL2
[    0.002438] alternatives: patching kernel code
[    0.003094] devtmpfs: initialized
[    0.010416] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.015797] xor: measuring software checksum speed
[    0.051983]    8regs     :  2302.000 MB/sec
[    0.092011]    8regs_prefetch:  2052.000 MB/sec
[    0.132041]    32regs    :  2830.000 MB/sec
[    0.172070]    32regs_prefetch:  2379.000 MB/sec
[    0.172074] xor: using function: 32regs (2830.000 MB/sec)
[    0.172141] pinctrl core: initialized pinctrl subsystem
[    0.172657] NET: Registered protocol family 16
[    0.190230] cpuidle: using governor menu
[    0.190594] Failed to initialise IOMMU /amba/smmu@fd800000
[    0.190862] vdso: 2 pages (1 code @ ffffff80089b7000, 1 data @ ffffff8008e24000)
[    0.190871] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.191327] DMA: preallocated 256 KiB pool for atomic allocations
[    0.201589] reset_zynqmp reset-controller: Xilinx zynqmp reset driver probed
[    0.202333] ARM CCI_400_r1 PMU driver probed
[    0.204887] zynqmp-pinctrl ff180000.pinctrl: zynqmp pinctrl initialized
[    0.230459] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.296282] raid6: int64x1  gen()   407 MB/s
[    0.364233] raid6: int64x1  xor()   442 MB/s
[    0.432360] raid6: int64x2  gen()   674 MB/s
[    0.500361] raid6: int64x2  xor()   599 MB/s
[    0.568425] raid6: int64x4  gen()   984 MB/s
[    0.636451] raid6: int64x4  xor()   738 MB/s
[    0.704476] raid6: int64x8  gen()  1145 MB/s
[    0.772505] raid6: int64x8  xor()   746 MB/s
[    0.840601] raid6: neonx1   gen()   721 MB/s
[    0.908609] raid6: neonx1   xor()   731 MB/s
[    0.976672] raid6: neonx2   gen()  1166 MB/s
[    1.044706] raid6: neonx2   xor()  1034 MB/s
[    1.112745] raid6: neonx4   gen()  1506 MB/s
[    1.180791] raid6: neonx4   xor()  1181 MB/s
[    1.248853] raid6: neonx8   gen()  1586 MB/s
[    1.316874] raid6: neonx8   xor()  1220 MB/s
[    1.316878] raid6: using algorithm neonx8 gen() 1586 MB/s
[    1.316881] raid6: .... xor() 1220 MB/s, rmw enabled
[    1.316885] raid6: using intx1 recovery algorithm
[    1.318226] SCSI subsystem initialized
[    1.318396] usbcore: registered new interface driver usbfs
[    1.318431] usbcore: registered new interface driver hub
[    1.318468] usbcore: registered new device driver usb
[    1.318526] media: Linux media interface: v0.10
[    1.318550] Linux video capture interface: v2.00
[    1.318574] pps_core: LinuxPPS API ver. 1 registered
[    1.318578] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.318591] PTP clock support registered
[    1.318612] EDAC MC: Ver: 3.0.0
[    1.318859] FPGA manager framework
[    1.318976] fpga-region fpga-full: FPGA Region probed
[    1.319067] Advanced Linux Sound Architecture Driver Initialized.
[    1.319335] Bluetooth: Core ver 2.22
[    1.319356] NET: Registered protocol family 31
[    1.319361] Bluetooth: HCI device and connection manager initialized
[    1.319368] Bluetooth: HCI socket layer initialized
[    1.319374] Bluetooth: L2CAP socket layer initialized
[    1.319393] Bluetooth: SCO socket layer initialized
[    1.319941] clocksource: Switched to clocksource arch_sys_counter
[    1.320008] VFS: Disk quotas dquot_6.6.0
[    1.320043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.325842] NET: Registered protocol family 2
[    1.326152] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    1.326360] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.326788] TCP: Hash tables configured (established 32768 bind 32768)
[    1.326827] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.326902] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.327058] NET: Registered protocol family 1
[    1.327257] RPC: Registered named UNIX socket transport module.
[    1.327262] RPC: Registered udp transport module.
[    1.327265] RPC: Registered tcp transport module.
[    1.327269] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.327686] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.328345] futex hash table entries: 1024 (order: 5, 131072 bytes)
[    1.328396] audit: initializing netlink subsys (disabled)
[    1.328415] audit: type=2000 audit(1.324:1): initialized
[    1.328841] workingset: timestamp_bits=62 max_order=20 bucket_order=0
[    1.329448] NFS: Registering the id_resolver key type
[    1.329464] Key type id_resolver registered
[    1.329467] Key type id_legacy registered
[    1.329476] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.329493] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    1.333712] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.333718] io scheduler noop registered
[    1.333722] io scheduler deadline registered
[    1.333732] io scheduler cfq registered (default)
[    1.334208] nwl-pcie fd0e0000.pcie: Link is DOWN
[    1.334243] OF: PCI: host bridge /amba/pcie@fd0e0000 ranges:
[    1.334259] OF: PCI:   MEM 0xe0000000..0xefffffff -> 0xe0000000
[    1.334266] OF: PCI:   MEM 0x600000000..0x7ffffffff -> 0x600000000
[    1.334364] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00
[    1.334372] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.334379] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    1.334385] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref]
[    1.334668] pci 0000:00:00.0: PCI bridge to [bus 01-0c]
[    1.336727] xilinx-dpdma fd4c0000.dma: Xilinx DPDMA engine is probed
[    1.337016] Write failed gate address:1000f02
[    1.337101] xilinx-zynqmp-dma fd500000.dma: ZynqMP DMA driver Probe success
[    1.337233] xilinx-zynqmp-dma fd510000.dma: ZynqMP DMA driver Probe success
[    1.337366] xilinx-zynqmp-dma fd520000.dma: ZynqMP DMA driver Probe success
[    1.337497] xilinx-zynqmp-dma fd530000.dma: ZynqMP DMA driver Probe success
[    1.337629] xilinx-zynqmp-dma fd540000.dma: ZynqMP DMA driver Probe success
[    1.337760] xilinx-zynqmp-dma fd550000.dma: ZynqMP DMA driver Probe success
[    1.337898] xilinx-zynqmp-dma fd560000.dma: ZynqMP DMA driver Probe success
[    1.338031] xilinx-zynqmp-dma fd570000.dma: ZynqMP DMA driver Probe success
[    1.338205] zynqmp_pm firmware: Power management API v0.3
[    1.365130] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.366621] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 39, base_baud = 6249999) is a xuartps
[    2.338661] console [ttyPS0] enabled
[    2.342713] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 40, base_baud = 6249999) is a xuartps
[    2.351875] [drm] Initialized
[    2.355097] [drm] load() is defered & will be called again
[    2.360986] xilinx-drm-dp-sub fd4aa000.dp_sub: Xilinx DisplayPort Subsystem is probed
[    2.368886] Unable to detect cache hierarchy from DT for CPU 0
[    2.379001] brd: module loaded
[    2.384642] loop: module loaded
[    2.388418] ahci-ceva fd0c0000.ahci: couldn't get PHY in node ahci: -517
[    2.395172] mtdoops: mtd device (mtddev=name/number) must be supplied
[    2.402893] m25p80 spi0.0: SPI-NOR-UniqueID 1000002353947205002000050911151f6a
[    2.410037] m25p80 spi0.0: found n25q512a, expected m25p80
[    2.415552] m25p80 spi0.0: n25q512a (131072 Kbytes)
[    2.420376] 4 ofpart partitions found on MTD device spi0.0
[    2.425828] Creating 4 MTD partitions on "spi0.0":
[    2.430606] 0x000000000000-0x000000100000 : "qspi-fsbl-uboot"
[    2.436814] 0x000000100000-0x000000600000 : "qspi-linux"
[    2.442478] 0x000000600000-0x000000620000 : "qspi-device-tree"
[    2.448649] 0x000000620000-0x000000c00000 : "qspi-rootfs"
[    2.455172] libphy: Fixed MDIO Bus: probed
[    2.460167] tun: Universal TUN/TAP device driver, 1.6
[    2.465136] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.471405] CAN device driver interface
[    2.477201] macb ff0e0000.ethernet: Not enabling partial store and forward
[    2.484379] libphy: MACB_mii_bus: probed
[    2.490029] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 23 (00:0a:35:03:74:0e)
[    2.499780] TI DP83867 ff0e0000.etherne:0c: attached PHY driver [TI DP83867] (mii_bus:phy_addr=ff0e0000.etherne:0c, irq=-1)
[    2.511455] usbcore: registered new interface driver asix
[    2.516809] usbcore: registered new interface driver ax88179_178a
[    2.522868] usbcore: registered new interface driver cdc_ether
[    2.528683] usbcore: registered new interface driver net1080
[    2.534326] usbcore: registered new interface driver cdc_subset
[    2.540231] usbcore: registered new interface driver zaurus
[    2.545794] usbcore: registered new interface driver cdc_ncm
[    2.552989] usbcore: registered new interface driver uas
[    2.558244] usbcore: registered new interface driver usb-storage
[    2.564478] mousedev: PS/2 mouse device common for all mice
[    2.570375] rtc_zynqmp ffa60000.rtc: rtc core: registered ffa60000.rtc as rtc0
[    2.577549] i2c /dev entries driver
[    2.582706] usbcore: registered new interface driver uvcvideo
[    2.588371] USB Video Class driver (1.1.1)
[    2.592911] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer at ffffff800904c000 with timeout 10s
[    2.601954] Bluetooth: HCI UART driver ver 2.3
[    2.606326] Bluetooth: HCI UART protocol H4 registered
[    2.611433] Bluetooth: HCI UART protocol BCSP registered
[    2.616728] Bluetooth: HCI UART protocol LL registered
[    2.621850] Bluetooth: HCI UART protocol ATH3K registered
[    2.627231] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.633521] Bluetooth: HCI UART protocol Intel registered
[    2.638901] Bluetooth: HCI UART protocol Broadcom registered
[    2.644508] Bluetooth: HCI UART protocol QCA registered
[    2.649747] usbcore: registered new interface driver bcm203x
[    2.655387] usbcore: registered new interface driver bpa10x
[    2.660942] usbcore: registered new interface driver bfusb
[    2.666414] usbcore: registered new interface driver btusb
[    2.671853] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    2.677539] usbcore: registered new interface driver ath3k
[    2.683075] EDAC MC: ECC not enabled
[    2.686725] EDAC DEVICE0: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
[    2.699661] sdhci: Secure Digital Host Controller Interface driver
[    2.705753] sdhci: Copyright(c) Pierre Ossman
[    2.710091] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.717064] ledtrig-cpu: registered to indicate activity on CPUs
[    2.723098] usbcore: registered new interface driver usbhid
[    2.728582] usbhid: USB HID core driver
[    2.735558] spi32766.0 supply vcc not found, using dummy regulator
[    2.777456] axi_adxcvr 84a60000.axi-adxcvr-rx: cpll: fb_div_N1=5
[    2.777456] cpll: fb_div_N2=4
[    2.777456] cpll: refclk_div=1
[    2.798436] axi_adxcvr 84a60000.axi-adxcvr-rx: cpll: fb_div_N1=5
[    2.798436] cpll: fb_div_N2=4
[    2.798436] cpll: refclk_div=1
[    2.810494] axi_adxcvr 84a60000.axi-adxcvr-rx: AXI-ADXCVR-RX (16.01.a) using GTH4 at 0x84A60000 mapped to 0xffffff800908a000. Number of lanes: 2.
[    2.823511] axi_adxcvr 84a50000.axi-adxcvr-rx-os: cpll: fb_div_N1=5
[    2.823511] cpll: fb_div_N2=4
[    2.823511] cpll: refclk_div=1
[    2.844734] axi_adxcvr 84a50000.axi-adxcvr-rx-os: cpll: fb_div_N1=5
[    2.844734] cpll: fb_div_N2=4
[    2.844734] cpll: refclk_div=1
[    2.857048] axi_adxcvr 84a50000.axi-adxcvr-rx-os: AXI-ADXCVR-RX (16.01.a) using GTH4 at 0x84A50000 mapped to 0xffffff800908c000. Number of lanes: 2.
[    2.870321] axi_adxcvr 84a80000.axi-adxcvr-tx: qpll: fb_div=80, qpll: refclk_div=1
[    2.877850] axi_adxcvr 84a80000.axi-adxcvr-tx: qpll: fb_div=80, qpll: refclk_div=1
[    2.885513] axi_adxcvr 84a80000.axi-adxcvr-tx: AXI-ADXCVR-TX (16.01.a) using GTH4 at 0x84A80000 mapped to 0xffffff800908e000. Number of lanes: 4.
[    2.899632] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[    2.906497] xilinx-dp-snd-pcm dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed
[    2.913673] xilinx-dp-snd-pcm dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed
[    2.922192] Write failed to divider address:fd1a007c
[    2.927238] xilinx-dp-snd-codec dp_snd_codec0: Xilinx DisplayPort Sound Codec probed
[    2.935198] xilinx-dp-snd-card dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok
[    2.944855] xilinx-dp-snd-card dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok
[    2.954737] xilinx-dp-snd-card dp_snd_card: Xilinx DisplayPort Sound Card probed
[    2.962163] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    2.969819] Netfilter messages via NETLINK v0.30.
[    2.974540] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.979806] Initializing XFRM netlink socket
[    2.984059] NET: Registered protocol family 10
[    2.988839] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.994191] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.000375] NET: Registered protocol family 17
[    3.004743] NET: Registered protocol family 15
[    3.009165] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.022093] Ebtables v2.0 registered
[    3.025691] can: controller area network core (rev 20120528 abi 9)
[    3.031839] NET: Registered protocol family 29
[    3.036249] can: raw protocol (rev 20120528)
[    3.040493] can: broadcast manager protocol (rev 20161123 t)
[    3.046138] can: netlink gateway (rev 20130117) max_hops=1
[    3.051659] Bluetooth: RFCOMM TTY layer initialized
[    3.056475] Bluetooth: RFCOMM socket layer initialized
[    3.061596] Bluetooth: RFCOMM ver 1.11
[    3.065323] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.070615] Bluetooth: BNEP filters: protocol multicast
[    3.075831] Bluetooth: BNEP socket layer initialized
[    3.080774] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.086678] Bluetooth: HIDP socket layer initialized
[    3.091777] 9pnet: Installing 9P2000 support
[    3.095968] Key type dns_resolver registered
[    3.100650] registered taskstats version 1
[    3.105037] Btrfs loaded, crc32c=crc32c-generic
[    3.119112] PLL: shutdown
[    3.121739] [drm] load() is defered & will be called again
[    3.127740] xilinx-psgtr fd400000.zynqmp_phy: Lane:1 type:8 protocol:4 pll_locked:yes
[    3.135702] xilinx-drm-dp fd4a0000.dp: device found, version 4.010
[    3.141805] xilinx-drm-dp fd4a0000.dp: Display Port, version 1.0200 (tx)
[    3.148742] xilinx-psgtr fd400000.zynqmp_phy: Lane:3 type:3 protocol:2 pll_locked:yes
[    3.166599] ahci-ceva fd0c0000.ahci: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    3.175480] ahci-ceva fd0c0000.ahci: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
[    3.185771] scsi host0: ahci-ceva
[    3.189201] scsi host1: ahci-ceva
[    3.192545] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x100 irq 36
[    3.200381] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x180 irq 36
[    3.209882] xilinx-psgtr fd400000.zynqmp_phy: Lane:2 type:0 protocol:3 pll_locked:yes
[    3.240098] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    3.245513] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    3.253349] xhci-hcd xhci-hcd.0.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x02010810
[    3.261982] xhci-hcd xhci-hcd.0.auto: irq 225, io mem 0xfe200000
[    3.268059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.274760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.281962] usb usb1: Product: xHCI Host Controller
[    3.286823] usb usb1: Manufacturer: Linux 4.9.0-g2398d50 xhci-hcd
[    3.292899] usb usb1: SerialNumber: xhci-hcd.0.auto
[    3.298043] hub 1-0:1.0: USB hub found
[    3.301729] hub 1-0:1.0: 1 port detected
[    3.305765] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    3.311172] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    3.318919] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    3.325622] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.332824] usb usb2: Product: xHCI Host Controller
[    3.337685] usb usb2: Manufacturer: Linux 4.9.0-g2398d50 xhci-hcd
[    3.343761] usb usb2: SerialNumber: xhci-hcd.0.auto
[    3.348871] hub 2-0:1.0: USB hub found
[    3.352553] hub 2-0:1.0: 1 port detected
[    3.357131] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 25
[    3.363183] 0-0020 supply vcc not found, using dummy regulator
[    3.369621] GPIO line 322 (sel0) hogged as output/low
[    3.374784] GPIO line 323 (sel1) hogged as output/high
[    3.380036] GPIO line 324 (sel2) hogged as output/high
[    3.385289] GPIO line 325 (sel3) hogged as output/high
[    3.390460] pca953x 0-0020: interrupt support not compiled in
[    3.396194] 0-0021 supply vcc not found, using dummy regulator
[    3.402526] pca953x 0-0021: interrupt support not compiled in
[    3.408995] ina2xx 3-0040: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.415675] ina2xx 3-0041: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.422353] ina2xx 3-0042: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.429023] ina2xx 3-0043: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.435695] ina2xx 3-0044: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.442366] ina2xx 3-0045: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.449041] ina2xx 3-0046: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.455715] ina2xx 3-0047: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.462392] ina2xx 3-004a: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.469070] ina2xx 3-004b: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.475357] i2c i2c-0: Added multiplexed i2c bus 3
[    3.480716] ina2xx 4-0040: power monitor ina226 (Rshunt = 2000 uOhm)
[    3.487387] ina2xx 4-0041: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.494060] ina2xx 4-0042: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.500733] ina2xx 4-0043: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.507408] ina2xx 4-0044: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.514168] ina2xx 4-0045: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.520841] ina2xx 4-0046: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.522144] ata1: SATA link down (SStatus 0 SControl 330)
[    3.522169] ata2: SATA link down (SStatus 0 SControl 330)
[    3.538277] ina2xx 4-0047: power monitor ina226 (Rshunt = 5000 uOhm)
[    3.544560] i2c i2c-0: Added multiplexed i2c bus 4
[    3.557230] random: fast init done
[    3.583116] i2c i2c-0: Added multiplexed i2c bus 5
[    3.587969] i2c i2c-0: Added multiplexed i2c bus 6
[    3.592679] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544
[    3.600635] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 26
[    3.607361] at24 7-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
[    3.613996] i2c i2c-1: Added multiplexed i2c bus 7
[    3.618958] i2c i2c-1: Added multiplexed i2c bus 8
[    3.625702] si570 9-005d: registered, current frequency 300000000 Hz
[    3.631994] i2c i2c-1: Added multiplexed i2c bus 9
[    3.636839] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    3.657158] si570 10-005d: registered, current frequency 148500000 Hz
[    3.663530] i2c i2c-1: Added multiplexed i2c bus 10
[    3.668572] i2c i2c-1: Added multiplexed i2c bus 11
[    3.673495] i2c i2c-1: Added multiplexed i2c bus 12
[    3.678417] i2c i2c-1: Added multiplexed i2c bus 13
[    3.683342] i2c i2c-1: Added multiplexed i2c bus 14
[    3.688136] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548
[    3.695996] i2c i2c-1: Added multiplexed i2c bus 15
[    3.702042] at24 16-0050: 256 byte 24c02 EEPROM, writable, 1 bytes/write
[    3.708678] i2c i2c-1: Added multiplexed i2c bus 16
[    3.713657] i2c i2c-1: Added multiplexed i2c bus 17
[    3.718904] i2c i2c-1: Added multiplexed i2c bus 18
[    3.723838] i2c i2c-1: Added multiplexed i2c bus 19
[    3.728765] i2c i2c-1: Added multiplexed i2c bus 20
[    3.733696] i2c i2c-1: Added multiplexed i2c bus 21
[    3.738625] i2c i2c-1: Added multiplexed i2c bus 22
[    3.743424] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548
[    3.784010] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[    3.790630] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.797744] usb 1-1: Product: USB2.0 Hub
[    3.801652] usb 1-1: Manufacturer: GenesysLogic
[    3.806264] mmc0: SDHCI controller on ff170000.sdhci [ff170000.sdhci] using ADMA 64-bit
[    3.814665] adrv9009 spi32766.1: adrv9009_probe : enter
[    3.825408] axi_adxcvr 84a80000.axi-adxcvr-tx: qpll: fb_div=40, qpll: refclk_div=1
[    3.841925] axi_adxcvr 84a50000.axi-adxcvr-rx-os: cpll: fb_div_N1=5
[    3.841925] cpll: fb_div_N2=2
[    3.841925] cpll: refclk_div=1
[    3.854102] adrv9009 spi32766.1: ADIHAL_resetHw at index
[    3.860774] hub 1-1:1.0: USB hub found
[    3.866468] hub 1-1:1.0: 4 ports detected
[    4.076554] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[    4.083225] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
[    4.092093]  mmcblk0: p1 p2 p3
[    4.264000] usb 1-1.1: new low-speed USB device number 3 using xhci-hcd
[    4.373007] usb 1-1.1: New USB device found, idVendor=1a2c, idProduct=2c27
[    4.379802] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.387092] usb 1-1.1: Product: USB Keyboard
[    4.391343] usb 1-1.1: Manufacturer: USB
[    4.409612] input: USB USB Keyboard as /devices/platform/amba/ff9d0000.usb0/fe200000.dwc3/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:1A2C:2C27.0001/input/input0
[    4.484193] hid-generic 0003:1A2C:2C27.0001: input: USB HID v1.10 Keyboard [USB USB Keyboard] on usb-xhci-hcd.0.auto-1.1/input0
[    4.498852] input: USB USB Keyboard as /devices/platform/amba/ff9d0000.usb0/fe200000.dwc3/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:1A2C:2C27.0002/input/input1
[    4.572023] hid-generic 0003:1A2C:2C27.0002: input: USB HID v1.10 Device [USB USB Keyboard] on usb-xhci-hcd.0.auto-1.1/input1
[    4.603651] random: crng init done
[    4.663949] usb 1-1.2: new low-speed USB device number 4 using xhci-hcd
[    4.773132] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c00e
[    4.779928] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.787217] usb 1-1.2: Product: USB-PS/2 Optical Mouse
[    4.792338] usb 1-1.2: Manufacturer: Logitech
[    4.826266] input: Logitech USB-PS/2 Optical Mouse as /devices/platform/amba/ff9d0000.usb0/fe200000.dwc3/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C00E.0003/input/input2
[    4.842261] hid-generic 0003:046D:C00E.0003: input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-xhci-hcd.0.auto-1.2/input0
[   26.430799] adrv9009 spi32766.1: ERROR: 241: TALISE_waitArmCmdStatus() failed due to thrown ARM error. ARM time out
[   26.441241] adrv9009 spi32766.1: adrv9009_setup:545 (ret 5)
[   26.649729] adrv9009 spi32766.1: TAL_DEFRAMER_A deframerStatus 0x10
[   26.656146] adrv9009 spi32766.1: ERROR: 257: TALISE_setGpIntMask(): Can not set GP_INT mask while InitCals are running
[   26.666784] adrv9009 spi32766.1: ERROR: 178: Device not in radioOff/IDLE state. Error in TALISE_enableTrackingCals()
[   26.677260] adrv9009 spi32766.1: adrv9009_setup:707 (ret 5)
[   26.683969] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   26.697358] adrv9009 spi32766.1: ERROR: 262148: Talise ARM Command not accepted in READY state.  RunInit not completed
[   26.708032] adrv9009 spi32766.1: adrv9009_setup:717 (ret 6)
[   26.716208] adrv9009 spi32766.1: adrv9009_probe: adrv9009 Rev 192, Firmware 4.0.4 API version: 3.4.0.0 successfully initialized
[   26.738623] cf_axi_dds 84a04000.axi-adrv9009-tx-hpc: Analog Devices CF_AXI_DDS_DDS MASTER (9.00.b) at 0x84A04000 mapped to 0xffffff8009380000, probed DDS AD9371
[   26.753337] PLL: enable
[   26.755876] PLL: shutdown
[   26.758581] OF: graph: no port node found in /xilinx_drm
[   26.763806] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   26.770400] [drm] No driver support for vblank timestamp query.
[   26.813837] PLL: enable
[   26.848799] Console: switching to colour frame buffer device 240x67
[   26.869257] xilinx-drm xilinx_drm: fb0:  frame buffer device
[   26.887949] [drm] Initialized xilinx_drm 1.0.0 20130509 on minor 0
[   26.914574] cf_axi_adc 84a00000.axi-adrv9009-rx-hpc: ADI AIM (10.00.b) at 0x84A00000 mapped to 0xffffff8009b78000, probed ADC ADRV9009 as MASTER
[   26.927777] input: gpio-keys as /devices/platform/gpio-keys/input/input3
[   26.934631] rtc_zynqmp ffa60000.rtc: setting system clock to 2019-01-17 13:29:27 UTC (1547731767)
[   26.944621] ALSA device list:
[   26.947495]   #0: DisplayPort monitor
[   26.964601] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[   26.972628] VFS: Mounted root (ext4 filesystem) on device 179:2.
[   26.985921] devtmpfs: mounted
[   26.988920] Freeing unused kernel memory: 512K (ffffffc000da0000 - ffffffc000e20000)
Mount failed for selinuxfs on /sys/fs/selinux:  No such file or directory
 * Setting up X socket directories...                                    [ OK ]
 * STARTDISTCC is set to false in /etc/default/distcc
 * /usr/bin/distccd not starting
 * Starting IIO Daemon iiod                                              [ OK ]

Last login: Thu Jan 17 13:27:59 UTC 2019 on tty1
Welcome to Linaro 14.04 (GNU/Linux 4.9.0-g2398d50 aarch64)

 * Documentation:  https://wiki.analog.com/ https://ez.analog.com/

root@analog:~# [   34.759773] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   34.774982] adrv9009 spi32766.1: ERROR: 281: gain index exceeded expected maximum or minimum value for TALISE_getRxGain(). Please check if Receive Path is enabled
[   34.797941] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   34.812847] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   34.826564] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   34.842023] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   34.856316] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   34.869744] adrv9009 spi32766.1: ERROR: 802820: Talise ARM Command not accepted in this state
[   34.879383] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   34.994941] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   35.015914] adrv9009 spi32766.1: ERROR: 281: gain index exceeded expected maximum or minimum value for TALISE_getRxGain(). Please check if Receive Path is enabled
[   35.036037] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   35.050143] adrv9009 spi32766.1: ERROR: 281: gain index exceeded expected maximum or minimum value for TALISE_getRxGain(). Please check if Receive Path is enabled
[   35.077587] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   35.092129] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   35.112274] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   35.127549] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   35.141837] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   35.155276] adrv9009 spi32766.1: ERROR: 802820: Talise ARM Command not accepted in this state
[   35.164661] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   35.179932] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[   35.199584] adrv9009 spi32766.1: ERROR: 281: gain index exceeded expected maximum or minimum value for TALISE_getRxGain(). Please check if Receive Path is enabled
CmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 34.842023] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 34.856316] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 34.869744] adrv9009 spi32766.1: ERROR: 802820: Talise ARM Command not accepted in this state
[ 34.879383] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 34.994941] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 35.015914] adrv9009 spi32766.1: ERROR: 281: gain index exceeded expected maximum or minimum value for TALISE_getRxGain(). Please check if Receive Path is enabled
[ 35.036037] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 35.050143] adrv9009 spi32766.1: ERROR: 281: gain index exceeded expected maximum or minimum value for TALISE_getRxGain(). Please check if Receive Path is enabled
[ 35.077587] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 35.092129] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 35.112274] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 35.127549] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 35.141837] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 35.155276] adrv9009 spi32766.1: ERROR: 802820: Talise ARM Command not accepted in this state
[ 35.164661] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 35.179932] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 35.199584] adrv9009 spi32766.1: ERROR: 281: gain index exceeded expected maximum or minimum value for TALISE_getRxGain(). Please check if Receive Path is enabled

full log attached in log.txt

When I'm trying to set any profile Dmesg shows 

root@analog:~# [ 393.583271] adrv9009 spi32766.1: ADIHAL_resetHw at index
[ 393.589566] axi_adxcvr 84a80000.axi-adxcvr-tx: qpll: fb_div=40, qpll: refclk_div=1
[ 393.597064] axi_adxcvr 84a50000.axi-adxcvr-rx-os: cpll: fb_div_N1=5
[ 393.597064] cpll: fb_div_N2=2
[ 393.597064] cpll: refclk_div=1
[ 393.609301] axi_adxcvr 84a60000.axi-adxcvr-rx: cpll: fb_div_N1=5
[ 393.609301] cpll: fb_div_N2=4
[ 393.609301] cpll: refclk_div=1
[ 393.624458] axi_adxcvr 84a80000.axi-adxcvr-tx: qpll: fb_div=80, qpll: refclk_div=1
[ 393.640968] axi_adxcvr 84a50000.axi-adxcvr-rx-os: cpll: fb_div_N1=5
[ 393.640968] cpll: fb_div_N2=4
[ 393.640968] cpll: refclk_div=1
[ 393.662164] axi_adxcvr 84a60000.axi-adxcvr-rx: cpll: fb_div_N1=5
[ 393.662164] cpll: fb_div_N2=4
[ 393.662164] cpll: refclk_div=1
[ 393.674300] adrv9009 spi32766.1: ADIHAL_resetHw at index
[ 416.315118] adrv9009 spi32766.1: ERROR: 241: TALISE_waitArmCmdStatus() failed due to thrown ARM error. ARM time out
[ 416.325576] adrv9009 spi32766.1: adrv9009_setup:545 (ret 5)
[ 416.534042] adrv9009 spi32766.1: ERROR: 257: TALISE_setGpIntMask(): Can not set GP_INT mask while InitCals are running
[ 416.544685] adrv9009 spi32766.1: ERROR: 178: Device not in radioOff/IDLE state. Error in TALISE_enableTrackingCals()
[ 416.555157] adrv9009 spi32766.1: adrv9009_setup:707 (ret 5)
[ 416.561798] adrv9009 spi32766.1: ERROR: 288: TALISE_waitArmCmdStatus() failed due to thrown ARM error. Is device in correct state for calling command?
[ 416.575196] adrv9009 spi32766.1: ERROR: 262148: Talise ARM Command not accepted in READY state. RunInit not completed
[ 416.585867] adrv9009 spi32766.1: adrv9009_setup:717 (ret 6)
[ 416.603276] adrv9009 spi32766.1: ERROR: 281: gain index exceeded expected maximum or minimum value for TALISE_getRxGain(). Please check if Receive Path is enabled
[ 416.619814] adrv9009 spi32766.1: ERROR: 281: gain index exceeded expected maximum or minimum value for TALISE_getRxGain(). Please check if Receive Path is enabled
[ 418.129725] adrv9009 spi32766.1: ERROR: 131086: Talise init calibration error encountered
[ 418.137918] adrv9009 spi32766.1: ERROR: 131086: Talise init calibration error encountered
[ 418.249956] adrv9009 spi32766.1: ERROR: 131086: Talise init calibration error encountered
[ 418.258190] adrv9009 spi32766.1: ERROR: 131086: Talise init calibration error encountered

and IIOscope shows empry screen like this

I can't understand what is the reason of the problem.