ZCU102 & EVAL-AD9172 Quick Start
This guide provides quick instructions on how to setup the EVAL-AD9172 on:
ZCU102 FMC HPC0
All the products described on this page include ESD (electrostatic discharge) sensitive devices. Electrostatic charges as high as 4000V readily accumulate on the human body or test equipment and can discharge without detection. Although the boards feature ESD protection circuitry, permanent damage may occur on devices subjected to high-energy electrostatic discharges. Therefore, proper ESD precautions are recommended to avoid performance degradation or loss of functionality. This includes removing static charge on external equipment, cables, or antennas before connecting to the device.
Using Linux as software
Necessary files
Note
The SD card includes several folders in the root directory of the BOOT partition. In order to configure the SD card to work with a specific FPGA board and ADI hardware, several files must be copied onto the root directory. Using the host PC, drag and drop the required files onto the BOOT partition, and use the EJECT function when removing the SD card from the reader.
The following files are needed for the system to boot:
HDL boot image:
BOOT.BINLinux Kernel image:
ImageLinux device tree:
system.dtb
They can either be taken from the SD card – already generated by us, or you can build them manually:
Instructions on how to choose the boot files from the SD card can be found in the Platform-Specific Manual Steps section from here: Hardware Configuration.
Instructions on how to manually build the boot files from source can be found here:
DAC-FMC-EBZ HDL project build documentation. More HDL build details at Build an HDL project.
Important
Some projects provide multiple devicetree files in the SD card’s boot folders. Make sure you select the devicetree that matches your specific use case.
Required Software
SD Card 16GB imaged with Kuiper (check out that guide on how to do it, then come back to this section)
A UART terminal (Putty/Tera Term/Minicom, etc.) with baud rate 115200 (8N1)
Required Hardware
AMD Xilinx ZCU102 Rev 1.0 FPGA board and its power supply
EVAL-AD9172 FMC evaluation board
SD card with at least 16GB of memory
Micro-USB cable (UART)
LAN cable (Ethernet)
SMA cables
Spectrum analyzer
(Optional) USB keyboard & mouse and a HDMI compatible monitor
More details as to why you need these, can be found at Prerequisites.
Testing
Creating the setup
Follow the steps in this order, to avoid damaging the components:
Connect the EVAL-AD9172 FMC board to the ZCU102 HPC0 FMC socket
Insert SD card into the SD card socket on the FPGA
Configure ZCU102 for SD card boot mode (mode SW6[4:1] switch in the position OFF,OFF,OFF,ON as seen in the below picture)
Plug-in an Ethernet cable from your router/switch to the Ethernet port on the FPGA board
Connect USB UART J83 (Micro USB) to your host PC
Connect the DAC output(s) to a spectrum analyzer via SMA cables
(Optional) Connect a monitor to the FPGA by HDMI, and a mouse and a keyboard
Connect the power supply for the FPGA
Turn on the power switch on the FPGA board
Observe Kernel and serial console output messages on your terminal (use the first ttyUSB or COM port registered)
Boot messages
The following is what is printed in the serial console, after you have connected to the proper ttyUSB or COM port:
U-Boot 2018.01-01677-geb93226123b (Mar 09 2026 - 12:20:54 +0200) Xilinx ZynqMP ZCU102 revA, Build: jenkins-development-build_uboot-69
I2C: ready
DRAM: 4 GiB
EL Level: EL2
Chip ID: zu9eg
MMC: sdhci@ff170000: 0 (SD)
*** Warning - bad CRC, using default environment
In: serial@ff000000
Out: serial@ff000000
Err: serial@ff000000
Bootmode: LVL_SHFT_SD_MODE1
Net: ZYNQ GEM: ff0e0000, phyaddr 15, 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: SD32G
Tran Speed: 50000000
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 29.7 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
reading system.dtb
58811 bytes read in 25 ms (2.2 MiB/s)
reading Image
42959360 bytes read in 2874 ms (14.3 MiB/s)
## Flattened Device Tree blob at 04000000
Booting using the fdt blob at 0x4000000
Loading Device Tree to 000000000ffee000, end 000000000ffff5ba ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.12.77-ge2f9fe8e3654 (root@fcb2e2309be5) (aarch64-linux-gnu-gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #1 SMP Thu Mar 26 12:20:17 UTC 2026
[ 0.000000] Machine model: ZynqMP ZCU102 Rev1.0
[ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (options '115200n8')
[ 0.000000] printk: legacy bootconsole [cdns0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000003ed00000..0x000000003ed3ffff (256 KiB) nomap non-reusable memory@3ed00000
[ 0.000000] OF: reserved mem: 0x000000003ef00000..0x000000003ef3ffff (256 KiB) nomap non-reusable memory@3ef00000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x000000087fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003ecfffff]
[ 0.000000] node 0: [mem 0x000000003ed00000-0x000000003ed3ffff]
[ 0.000000] node 0: [mem 0x000000003ed40000-0x000000003eefffff]
[ 0.000000] node 0: [mem 0x000000003ef00000-0x000000003ef3ffff]
[ 0.000000] node 0: [mem 0x000000003ef40000-0x000000007fffffff]
[ 0.000000] node 0: [mem 0x0000000800000000-0x000000087fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000087fffffff]
[ 0.000000] cma: Reserved 256 MiB at 0x0000000070000000 on node -1
[ 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.5
[ 0.000000] percpu: Embedded 21 pages/cpu s45592 r8192 d32232 u86016
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: earlycon clk_ignore_unused root=/dev/mmcblk0p2 rw rootwait
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1048576
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x000000006c000000-0x0000000070000000] (64MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 100.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x1ffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns
[ 0.000000] sched_clock: 57 bits at 100MHz, resolution 10ns, wraps every 4398046511100ns
[ 0.008332] Console: colour dummy device 80x25
[ 0.012465] printk: legacy console [tty0] enabled
[ 0.017129] printk: legacy bootconsole [cdns0] disabled
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.12.77-ge2f9fe8e3654 (root@fcb2e2309be5) (aarch64-linux-gnu-gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #1 SMP Thu Mar 26 12:20:17 UTC 2026
[ 0.000000] Machine model: ZynqMP ZCU102 Rev1.0
[ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (options '115200n8')
[ 0.000000] printk: legacy bootconsole [cdns0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000003ed00000..0x000000003ed3ffff (256 KiB) nomap non-reusable memory@3ed00000
[ 0.000000] OF: reserved mem: 0x000000003ef00000..0x000000003ef3ffff (256 KiB) nomap non-reusable memory@3ef00000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x000000087fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003ecfffff]
[ 0.000000] node 0: [mem 0x000000003ed00000-0x000000003ed3ffff]
[ 0.000000] node 0: [mem 0x000000003ed40000-0x000000003eefffff]
[ 0.000000] node 0: [mem 0x000000003ef00000-0x000000003ef3ffff]
[ 0.000000] node 0: [mem 0x000000003ef40000-0x000000007fffffff]
[ 0.000000] node 0: [mem 0x0000000800000000-0x000000087fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000087fffffff]
[ 0.000000] cma: Reserved 256 MiB at 0x0000000070000000 on node -1
[ 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.5
[ 0.000000] percpu: Embedded 21 pages/cpu s45592 r8192 d32232 u86016
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: earlycon clk_ignore_unused root=/dev/mmcblk0p2 rw rootwait
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1048576
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x000000006c000000-0x0000000070000000] (64MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 100.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x1ffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns
[ 0.000000] sched_clock: 57 bits at 100MHz, resolution 10ns, wraps every 4398046511100ns
[ 0.008332] Console: colour dummy device 80x25
[ 0.012465] printk: legacy console [tty0] enabled
[ 0.017129] printk: legacy bootconsole [cdns0] disabled
[ 0.022351] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=400000)
[ 0.022370] pid_max: default: 32768 minimum: 301
[ 0.022474] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.022498] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.023911] rcu: Hierarchical SRCU implementation.
[ 0.023922] rcu: Max phase no-delay instances is 1000.
[ 0.024157] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.024262] EFI services will not be available.
[ 0.024433] smp: Bringing up secondary CPUs ...
[ 0.024841] Detected VIPT I-cache on CPU1
[ 0.024905] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.025353] Detected VIPT I-cache on CPU2
[ 0.025397] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.025806] Detected VIPT I-cache on CPU3
[ 0.025851] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.025910] smp: Brought up 1 node, 4 CPUs
[ 0.025948] SMP: Total of 4 processors activated.
[ 0.025957] CPU: All CPU(s) started at EL2
[ 0.025965] CPU features: detected: 32-bit EL0 Support
[ 0.025976] CPU features: detected: CRC32 instructions
[ 0.026018] alternatives: applying system-wide alternatives
[ 0.027007] Memory: 3738368K/4194304K available (18944K kernel code, 1952K rwdata, 17364K rodata, 3584K init, 725K bss, 190200K reserved, 262144K cma-reserved)
[ 0.027746] devtmpfs: initialized
[ 0.034239] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.034268] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.039676] 22080 pages in range for non-PLT usage
[ 0.039696] 513600 pages in range for PLT usage
[ 0.039808] pinctrl core: initialized pinctrl subsystem
[ 0.040871] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.041566] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.041688] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.041866] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.041905] audit: initializing netlink subsys (disabled)
[ 0.042156] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1
[ 0.042431] cpuidle: using governor menu
[ 0.042521] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.042619] ASID allocator initialised with 65536 entries
[ 0.049412] /axi/interrupt-controller@f9010000: Fixed dependency cycle(s) with /axi/interrupt-controller@f9010000
[ 0.049570] /axi/pcie@fd0e0000: Fixed dependency cycle(s) with /axi/pcie@fd0e0000
[ 0.052157] /axi/pcie@fd0e0000: Fixed dependency cycle(s) with /axi/pcie@fd0e0000
[ 0.052233] /axi/pcie@fd0e0000: Fixed dependency cycle(s) with /axi/pcie@fd0e0000/legacy-interrupt-controller
[ 0.056027] /axi/display@fd4a0000: Fixed dependency cycle(s) with /dpcon
[ 0.056102] /dpcon: Fixed dependency cycle(s) with /axi/display@fd4a0000
[ 0.057402] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.057415] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.057428] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.057438] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.057449] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.057459] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.057471] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.057480] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.122683] raid6: neonx8 gen() 2269 MB/s
[ 0.190751] raid6: neonx4 gen() 2213 MB/s
[ 0.258815] raid6: neonx2 gen() 2115 MB/s
[ 0.326897] raid6: neonx1 gen() 1816 MB/s
[ 0.394964] raid6: int64x8 gen() 1415 MB/s
[ 0.463028] raid6: int64x4 gen() 1567 MB/s
[ 0.531098] raid6: int64x2 gen() 1398 MB/s
[ 0.599178] raid6: int64x1 gen() 1038 MB/s
[ 0.599188] raid6: using algorithm neonx8 gen() 2269 MB/s
[ 0.667219] raid6: .... xor() 1654 MB/s, rmw enabled
[ 0.667230] raid6: using neon recovery algorithm
[ 0.667633] iommu: Default domain type: Translated
[ 0.667645] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.667996] SCSI subsystem initialized
[ 0.668178] usbcore: registered new interface driver usbfs
[ 0.668213] usbcore: registered new interface driver hub
[ 0.668248] usbcore: registered new device driver usb
[ 0.668441] mc: Linux media interface: v0.10
[ 0.668482] videodev: Linux video capture interface: v2.00
[ 0.668534] pps_core: LinuxPPS API ver. 1 registered
[ 0.668546] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.668566] PTP clock support registered
[ 0.668605] EDAC MC: Ver: 3.0.0
[ 0.668937] zynqmp-ipi-mbox mailbox@ff9905c0: Registered ZynqMP IPI mbox with TX/RX channels.
[ 0.669481] jesd204: created con: id=0, topo=0, link=0, /axi/spi@ff040000/hmc7044@0 <-> /fpga-axi@0/axi-adxcvr-tx@84a60000
[ 0.669515] jesd204: created con: id=1, topo=0, link=0, /fpga-axi@0/axi-adxcvr-tx@84a60000 <-> /fpga-axi@0/axi-jesd204-tx@84a90000
[ 0.669542] jesd204: created con: id=2, topo=0, link=0, /fpga-axi@0/axi-jesd204-tx@84a90000 <-> /fpga-axi@0/axi-ad9172-hpc@84a04000
[ 0.669596] jesd204: created con: id=3, topo=0, link=0, /fpga-axi@0/axi-ad9172-hpc@84a04000 <-> /axi/spi@ff040000/ad9172@1
[ 0.669631] jesd204: /axi/spi@ff040000/ad9172@1: JESD204[0:0] transition uninitialized -> initialized
[ 0.669655] jesd204: found 5 devices and 1 topologies
[ 0.669713] FPGA manager framework
[ 0.669758] Advanced Linux Sound Architecture Driver Initialized.
[ 0.670346] Bluetooth: Core ver 2.22
[ 0.670375] NET: Registered PF_BLUETOOTH protocol family
[ 0.670386] Bluetooth: HCI device and connection manager initialized
[ 0.670400] Bluetooth: HCI socket layer initialized
[ 0.670412] Bluetooth: L2CAP socket layer initialized
[ 0.670429] Bluetooth: SCO socket layer initialized
[ 0.670861] vgaarb: loaded
[ 0.671103] clocksource: Switched to clocksource arch_sys_counter
[ 0.671294] VFS: Disk quotas dquot_6.6.0
[ 0.671317] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.677032] NET: Registered PF_INET protocol family
[ 0.677202] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.679958] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.680004] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.680023] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.680245] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.681059] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.681144] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.681228] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.681390] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.681816] RPC: Registered named UNIX socket transport module.
[ 0.681830] RPC: Registered udp transport module.
[ 0.681839] RPC: Registered tcp transport module.
[ 0.681848] RPC: Registered tcp-with-tls transport module.
[ 0.681857] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.682824] PCI: CLS 0 bytes, default 64
[ 0.683815] Initialise system trusted keyrings
[ 0.683926] workingset: timestamp_bits=62 max_order=20 bucket_order=0
[ 0.684390] NFS: Registering the id_resolver key type
[ 0.684417] Key type id_resolver registered
[ 0.684428] Key type id_legacy registered
[ 0.684451] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.684464] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.684489] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.684554] fuse: init (API version 7.41)
[ 0.741053] NET: Registered PF_ALG protocol family
[ 0.741070] xor: measuring software checksum speed
[ 0.742382] 8regs : 2518 MB/sec
[ 0.743706] 32regs : 2498 MB/sec
[ 0.745103] arm64_neon : 2368 MB/sec
[ 0.745113] xor: using function: 8regs (2518 MB/sec)
[ 0.745124] Key type asymmetric registered
[ 0.745135] Asymmetric key parser 'x509' registered
[ 0.745180] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.745195] io scheduler mq-deadline registered
[ 0.745205] io scheduler kyber registered
[ 0.745224] io scheduler bfq registered
[ 0.749326] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.785532] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.793035] brd: module loaded
[ 0.796477] loop: module loaded
[ 0.796900] Registered mathworks_ip class
[ 0.797460] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 0.800894] tun: Universal TUN/TAP device driver, 1.6
[ 0.801019] CAN device driver interface
[ 0.801583] SPI driver wl1271_spi has no spi_device_id for ti,wl1271
[ 0.801596] SPI driver wl1271_spi has no spi_device_id for ti,wl1273
[ 0.801606] SPI driver wl1271_spi has no spi_device_id for ti,wl1281
[ 0.801616] SPI driver wl1271_spi has no spi_device_id for ti,wl1283
[ 0.801626] SPI driver wl1271_spi has no spi_device_id for ti,wl1285
[ 0.801635] SPI driver wl1271_spi has no spi_device_id for ti,wl1801
[ 0.801645] SPI driver wl1271_spi has no spi_device_id for ti,wl1805
[ 0.801655] SPI driver wl1271_spi has no spi_device_id for ti,wl1807
[ 0.801664] SPI driver wl1271_spi has no spi_device_id for ti,wl1831
[ 0.801674] SPI driver wl1271_spi has no spi_device_id for ti,wl1835
[ 0.801683] SPI driver wl1271_spi has no spi_device_id for ti,wl1837
[ 0.801811] usbcore: registered new interface driver asix
[ 0.801850] usbcore: registered new interface driver ax88179_178a
[ 0.801887] usbcore: registered new interface driver cdc_ether
[ 0.801927] usbcore: registered new interface driver net1080
[ 0.801964] usbcore: registered new interface driver cdc_subset
[ 0.802003] usbcore: registered new interface driver zaurus
[ 0.802042] usbcore: registered new interface driver cdc_ncm
[ 0.802079] usbcore: registered new interface driver r8153_ecm
[ 0.803304] usbcore: registered new interface driver uas
[ 0.803346] usbcore: registered new interface driver usb-storage
[ 0.803421] usbcore: registered new interface driver usbserial_generic
[ 0.803448] usbserial: USB Serial support registered for generic
[ 0.803480] usbcore: registered new interface driver ftdi_sio
[ 0.803504] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 0.803537] usbcore: registered new interface driver upd78f0730
[ 0.803561] usbserial: USB Serial support registered for upd78f0730
[ 0.805272] rtc_zynqmp ffa60000.rtc: registered as rtc0
[ 0.805297] rtc_zynqmp ffa60000.rtc: setting system clock to 2026-04-16T11:23:06 UTC (1776338586)
[ 0.805374] i2c_dev: i2c /dev entries driver
[ 0.806036] usbcore: registered new interface driver uvcvideo
[ 0.807516] Bluetooth: HCI UART driver ver 2.3
[ 0.807531] Bluetooth: HCI UART protocol H4 registered
[ 0.807541] Bluetooth: HCI UART protocol BCSP registered
[ 0.807566] Bluetooth: HCI UART protocol LL registered
[ 0.807577] Bluetooth: HCI UART protocol ATH3K registered
[ 0.807603] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 0.807649] Bluetooth: HCI UART protocol Intel registered
[ 0.807673] Bluetooth: HCI UART protocol QCA registered
[ 0.807713] usbcore: registered new interface driver bcm203x
[ 0.807754] usbcore: registered new interface driver bpa10x
[ 0.807792] usbcore: registered new interface driver bfusb
[ 0.807833] usbcore: registered new interface driver btusb
[ 0.807888] usbcore: registered new interface driver ath3k
[ 0.807994] EDAC MC: ECC not enabled
[ 0.808349] sdhci: Secure Digital Host Controller Interface driver
[ 0.808361] sdhci: Copyright(c) Pierre Ossman
[ 0.808370] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.808621] SMCCC: SOC_ID: ID = jep106:0049:0000 Revision = 0x24738093
[ 0.808705] zynqmp_firmware_probe Platform Management API v1.1
[ 0.808750] zynqmp_firmware_probe Trustzone version v1.0
[ 0.839766] zynqmp-aes zynqmp-aes.0: will run requests pump with realtime priority
[ 0.839988] zynqmp_rsa zynqmp_rsa.0: This driver is deprecated. Please migrate to xilinx-rsa driver
[ 0.840560] usbcore: registered new interface driver usbhid
[ 0.840573] usbhid: USB HID core driver
[ 0.840729] SPI driver fb_seps525 has no spi_device_id for syncoam,seps525
[ 0.849223] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
[ 0.849771] axi_sysid 85000000.axi-sysid-0: AXI System ID core version (1.01.a) found
[ 0.849966] axi_sysid 85000000.axi-sysid-0: [dac_fmc_ebz] [JESD:M=4 L=4 S=1 NP=16 LINKS=1 DEVICE_CODE=5 DAC_DEVICE=AD9172 DAC_MODE=04 DAC_OFFLOAD:TYPE=0 SIZE=262144] on [zcu102] git branch <hdl_2026_r1> git <5da8736cb717e92a827934dd1c272b5c07c8e871> clean [2026-03-20 18:23:21] UTC
[ 0.850717] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[ 0.851144] usbcore: registered new interface driver snd-usb-audio
[ 0.852694] pktgen: Packet Generator for packet performance testing. Version: 2.75
[ 0.853233] Initializing XFRM netlink socket
[ 0.853294] NET: Registered PF_INET6 protocol family
[ 0.853874] Segment Routing with IPv6
[ 0.853919] In-situ OAM (IOAM) with IPv6
[ 0.853984] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.854346] NET: Registered PF_PACKET protocol family
[ 0.854365] NET: Registered PF_KEY protocol family
[ 0.854474] can: controller area network core
[ 0.854511] NET: Registered PF_CAN protocol family
[ 0.854523] can: raw protocol
[ 0.854534] can: broadcast manager protocol
[ 0.854546] can: netlink gateway - max_hops=1
[ 0.854631] Bluetooth: RFCOMM TTY layer initialized
[ 0.854647] Bluetooth: RFCOMM socket layer initialized
[ 0.854670] Bluetooth: RFCOMM ver 1.11
[ 0.854684] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 0.854695] Bluetooth: BNEP filters: protocol multicast
[ 0.854707] Bluetooth: BNEP socket layer initialized
[ 0.854717] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 0.854730] Bluetooth: HIDP socket layer initialized
[ 0.854917] 9pnet: Installing 9P2000 support
[ 0.854938] NET: Registered PF_IEEE802154 protocol family
[ 0.854968] Key type dns_resolver registered
[ 0.863162] registered taskstats version 1
[ 0.863177] Loading compiled-in X.509 certificates
[ 0.868852] Btrfs loaded, zoned=no, fsverity=no
[ 0.869095] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
[ 0.882142] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 22, base_baud = 6249999) is a xuartps
[ 0.882200] printk: legacy console [ttyPS0] enabled
[ 2.555387] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 23, base_baud = 6249999) is a xuartps
[ 2.569640] hmc7044 spi1.0: Read/Write check failed (0x0)
[ 2.618004] hmc7044 spi1.0: Probed, SPI read support failed
[ 2.623889] jesd204: /axi/spi@ff040000/hmc7044@0,jesd204:0,parent=spi1.0: Using as SYSREF provider
[ 2.635786] ad9172 spi1.1: ad917x DAC Chip ID: 4
[ 2.640416] ad9172 spi1.1: ad917x DAC Product ID: 9172
[ 2.645566] ad9172 spi1.1: ad917x DAC Product Grade: 0
[ 2.650706] ad9172 spi1.1: ad917x DAC Product Revision: 2
[ 2.656114] ad9172 spi1.1: ad917x Revision: 1.1.1
[ 2.660819] ad9172 spi1.1: CLK Input rate 368640000
[ 2.991223] ad9172 spi1.1: PLL lock status 1, DLL lock status: 1
[ 3.215164] ad9172 spi1.1: Serdes PLL Locked (stat: 3)
[ 3.220542] ad9172 spi1.1: Probed.
[ 3.224736] spi-nor spi0.0: SPI-NOR-UniqueID 4a960c00191f0016007c7bc4aaf2
[ 3.231541] spi-nor spi0.0: found mt25qu512a, expected m25p80
[ 3.237883] 4 fixed-partitions partitions found on MTD device spi0.0
[ 3.244255] Creating 4 MTD partitions on "spi0.0":
[ 3.249046] 0x000000000000-0x000000100000 : "qspi-fsbl-uboot"
[ 3.255753] 0x000000100000-0x000000600000 : "qspi-linux"
[ 3.261860] 0x000000600000-0x000000620000 : "qspi-device-tree"
[ 3.268487] 0x000000620000-0x000000c00000 : "qspi-rootfs"
[ 3.279579] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[ 3.286270] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
[ 3.292877] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
[ 3.299485] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
[ 3.306819] i2c i2c-0: using pinctrl states for GPIO recovery
[ 3.312757] i2c i2c-0: using generic GPIOs for recovery
[ 3.318394] pca953x 0-0020: supply vcc not found, using dummy regulator
[ 3.325110] pca953x 0-0020: using no AI
[ 3.330684] pca953x 0-0021: supply vcc not found, using dummy regulator
[ 3.337376] pca953x 0-0021: using no AI
[ 3.342092] pca954x 0-0075: supply vdd not found, using dummy regulator
[ 3.349284] ina2xx 2-0040: supply vs not found, using dummy regulator
[ 3.356557] ina2xx 2-0040: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.363192] ina2xx 2-0041: supply vs not found, using dummy regulator
[ 3.370383] ina2xx 2-0041: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.376982] ina2xx 2-0042: supply vs not found, using dummy regulator
[ 3.384174] ina2xx 2-0042: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.390785] ina2xx 2-0043: supply vs not found, using dummy regulator
[ 3.397976] ina2xx 2-0043: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.404572] ina2xx 2-0044: supply vs not found, using dummy regulator
[ 3.411746] ina2xx 2-0044: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.418351] ina2xx 2-0045: supply vs not found, using dummy regulator
[ 3.425542] ina2xx 2-0045: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.432143] ina2xx 2-0046: supply vs not found, using dummy regulator
[ 3.439338] ina2xx 2-0046: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.445947] ina2xx 2-0047: supply vs not found, using dummy regulator
[ 3.453132] ina2xx 2-0047: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.459739] ina2xx 2-004a: supply vs not found, using dummy regulator
[ 3.466925] ina2xx 2-004a: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.473544] ina2xx 2-004b: supply vs not found, using dummy regulator
[ 3.480729] ina2xx 2-004b: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.487175] i2c i2c-0: Added multiplexed i2c bus 2
[ 3.492357] ina2xx 3-0040: supply vs not found, using dummy regulator
[ 3.499622] ina2xx 3-0040: power monitor ina226 (Rshunt = 2000 uOhm)
[ 3.506233] ina2xx 3-0041: supply vs not found, using dummy regulator
[ 3.513416] ina2xx 3-0041: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.520022] ina2xx 3-0042: supply vs not found, using dummy regulator
[ 3.527209] ina2xx 3-0042: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.533823] ina2xx 3-0043: supply vs not found, using dummy regulator
[ 3.541006] ina2xx 3-0043: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.547612] ina2xx 3-0044: supply vs not found, using dummy regulator
[ 3.554792] ina2xx 3-0044: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.561397] ina2xx 3-0045: supply vs not found, using dummy regulator
[ 3.568601] ina2xx 3-0045: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.575216] ina2xx 3-0046: supply vs not found, using dummy regulator
[ 3.582397] ina2xx 3-0046: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.589003] ina2xx 3-0047: supply vs not found, using dummy regulator
[ 3.596203] ina2xx 3-0047: power monitor ina226 (Rshunt = 5000 uOhm)
[ 3.602633] i2c i2c-0: Added multiplexed i2c bus 3
[ 3.654411] i2c i2c-0: Added multiplexed i2c bus 4
[ 3.659417] i2c i2c-0: Added multiplexed i2c bus 5
[ 3.664219] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544
[ 3.671626] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 40
[ 3.678668] i2c i2c-1: using pinctrl states for GPIO recovery
[ 3.684622] i2c i2c-1: using generic GPIOs for recovery
[ 3.690276] pca954x 1-0074: supply vdd not found, using dummy regulator
[ 3.697383] at24 6-0054: supply vcc not found, using dummy regulator
[ 3.704313] at24 6-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
[ 3.711102] i2c i2c-1: Added multiplexed i2c bus 6
[ 3.716507] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.723833] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.731147] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.738461] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.745778] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.753089] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.760408] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.767721] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
[ 3.775802] si5341 7-0036: Chip: 5341 Grade: 1 Rev: 3
[ 3.804621] i2c i2c-1: Added multiplexed i2c bus 7
[ 3.811696] si570 8-005d: registered, current frequency 300000000 Hz
[ 3.818120] i2c i2c-1: Added multiplexed i2c bus 8
[ 3.825203] si570 9-005d: registered, current frequency 156250000 Hz
[ 3.831626] i2c i2c-1: Added multiplexed i2c bus 9
[ 3.836687] si5324 10-0069: si5328 probed
[ 3.892893] si5324 10-0069: si5328 probe successful
[ 3.897836] i2c i2c-1: Added multiplexed i2c bus 10
[ 3.902897] i2c i2c-1: Added multiplexed i2c bus 11
[ 3.907972] i2c i2c-1: Added multiplexed i2c bus 12
[ 3.913039] i2c i2c-1: Added multiplexed i2c bus 13
[ 3.917929] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548
[ 3.925713] pca954x 1-0075: supply vdd not found, using dummy regulator
[ 3.933048] ad7291 14-002f: probe with driver ad7291 failed with error -5
[ 3.940033] at24 14-0050: supply vcc not found, using dummy regulator
[ 3.946795] at24 14-0050: 256 byte 24c02 EEPROM, writable, 1 bytes/write
[ 3.953563] i2c i2c-1: Added multiplexed i2c bus 14
[ 3.958638] i2c i2c-1: Added multiplexed i2c bus 15
[ 3.963724] i2c i2c-1: Added multiplexed i2c bus 16
[ 3.968800] i2c i2c-1: Added multiplexed i2c bus 17
[ 3.973883] i2c i2c-1: Added multiplexed i2c bus 18
[ 3.978952] i2c i2c-1: Added multiplexed i2c bus 19
[ 3.984023] i2c i2c-1: Added multiplexed i2c bus 20
[ 3.989088] i2c i2c-1: Added multiplexed i2c bus 21
[ 3.993979] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548
[ 4.001610] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 41
[ 4.010975] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s
[ 4.035720] cf_axi_dds 84a04000.axi-ad9172-hpc: Analog Devices CF_AXI_DDS_DDS MASTER (9.02.b) at 0x84A04000 mapped to 0x(____ptrval____), probed DDS AD917x
[ 4.053034] mmc0: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
[ 4.076654] axi_adxcvr_drv 84a60000.axi-adxcvr-tx: AXI-ADXCVR-TX (17.05.a) using QPLL on GTH4. Number of lanes: 4.
[ 4.087505] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition initialized -> probed
[ 4.098227] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition probed -> initialized
[ 4.103084] mmc0: new high speed SDHC card at address aaaa
[ 4.108925] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition initialized -> probed
[ 4.125119] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition probed -> idle
[ 4.125371] mmcblk0: mmc0:aaaa SD32G 29.7 GiB
[ 4.135208] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition idle -> device_init
[ 4.141038] mmcblk0: p1 p2 p3
[ 4.150068] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition device_init -> link_init
[ 4.164106] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_init -> link_supported
[ 4.175560] hmc7044 spi1.0: hmc7044_jesd204_link_pre_setup: Link0 forcing continuous SYSREF mode
[ 4.209452] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_supported -> link_pre_setup
[ 4.233255] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_pre_setup -> clk_sync_stage1
[ 4.245015] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage1 -> clk_sync_stage2
[ 4.256858] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage2 -> clk_sync_stage3
[ 4.268700] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage3 -> clk_sync_stage4
[ 4.282555] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage4 -> link_setup
[ 4.293963] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_setup -> opt_setup_stage1
[ 4.305464] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage1 -> opt_setup_stage2
[ 4.317486] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage2 -> opt_setup_stage3
[ 4.329507] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage3 -> opt_setup_stage4
[ 4.341518] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage4 -> opt_setup_stage5
[ 4.353531] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage5 -> clocks_enable
[ 4.366156] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clocks_enable -> link_enable
[ 4.383462] ad9172 spi1.1: Link0 code_grp_sync: f
[ 4.388175] ad9172 spi1.1: Link0 frame_sync_stat: f
[ 4.393063] ad9172 spi1.1: Link0 good_checksum_stat: f
[ 4.398207] ad9172 spi1.1: Link0 init_lane_sync_stat: f
[ 4.403432] ad9172 spi1.1: Link0 4 lanes @ 7372800 kbps
[ 4.408718] ad9172 spi1.1: Link0 invalid dyn. link latency: 0xc
[ 4.414642] ad9172 spi1.1: Failed JESD204 link status (-22)
[ 4.420225] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] In link_running got error from cb: -22
[ 4.431460] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: Rolling back from 'link_enable', got error -22
[ 4.442271] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_enable -> link_running
[ 4.454395] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_running -> link_enable
[ 4.465650] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_enable -> clocks_enable
[ 4.476987] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clocks_enable -> opt_setup_stage5
[ 4.488753] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage5 -> opt_setup_stage4
[ 4.500783] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage4 -> opt_setup_stage3
[ 4.512823] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage3 -> opt_setup_stage2
[ 4.524857] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage2 -> opt_setup_stage1
[ 4.536891] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage1 -> link_setup
[ 4.548402] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_setup -> clk_sync_stage4
[ 4.559824] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage4 -> clk_sync_stage3
[ 4.571682] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage3 -> clk_sync_stage2
[ 4.583538] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage2 -> clk_sync_stage1
[ 4.595395] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage1 -> link_pre_setup
[ 4.607165] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_pre_setup -> link_supported
[ 4.618852] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_supported -> link_init
[ 4.630103] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_init -> device_init
[ 4.641094] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition device_init -> idle
[ 4.651628] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition idle -> initialized
[ 4.662163] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition initialized -> probed
[ 4.672874] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition probed -> idle
[ 4.682978] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition idle -> device_init
[ 4.693520] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition device_init -> link_init
[ 4.704490] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_init -> link_supported
[ 4.715816] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_supported -> link_pre_setup
[ 4.739621] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_pre_setup -> clk_sync_stage1
[ 4.751384] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage1 -> clk_sync_stage2
[ 4.763230] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage2 -> clk_sync_stage3
[ 4.775064] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage3 -> clk_sync_stage4
[ 4.788919] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clk_sync_stage4 -> link_setup
[ 4.800322] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_setup -> opt_setup_stage1
[ 4.811823] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage1 -> opt_setup_stage2
[ 4.823845] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage2 -> opt_setup_stage3
[ 4.835864] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage3 -> opt_setup_stage4
[ 4.847879] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage4 -> opt_setup_stage5
[ 4.859900] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_setup_stage5 -> clocks_enable
[ 4.872521] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition clocks_enable -> link_enable
[ 4.891581] ad9172 spi1.1: Link0 code_grp_sync: f
[ 4.896294] ad9172 spi1.1: Link0 frame_sync_stat: f
[ 4.901182] ad9172 spi1.1: Link0 good_checksum_stat: f
[ 4.906325] ad9172 spi1.1: Link0 init_lane_sync_stat: f
[ 4.911551] ad9172 spi1.1: Link0 4 lanes @ 7372800 kbps
[ 4.916837] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_enable -> link_running
[ 4.928074] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition link_running -> opt_post_setup_stage1
[ 4.940181] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_post_setup_stage1 -> opt_post_setup_stage2
[ 4.953068] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_post_setup_stage2 -> opt_post_setup_stage3
[ 4.966711] jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] transition opt_post_setup_stage3 -> opt_post_running_stage
[ 4.979690] axi-jesd204-tx 84a90000.axi-jesd204-tx: AXI-JESD204-TX (1.06.a). Encoder 8b10b, width 4/4, lanes 4, jesd204-fsm.
[ 4.991460] nwl-pcie fd0e0000.pcie: host bridge /axi/pcie@fd0e0000 ranges:
[ 4.998372] nwl-pcie fd0e0000.pcie: MEM 0x00e0000000..0x00efffffff -> 0x00e0000000
[ 5.006398] nwl-pcie fd0e0000.pcie: MEM 0x0600000000..0x07ffffffff -> 0x0600000000
[ 5.014560] nwl-pcie fd0e0000.pcie: Link is DOWN
[ 5.019663] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00
[ 5.025858] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 5.031362] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[ 5.038246] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref]
[ 5.045774] pci 0000:00:00.0: [10ee:d021] type 01 class 0x060400 PCIe Root Port
[ 5.053110] pci 0000:00:00.0: PCI bridge to [bus 00]
[ 5.058085] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff]
[ 5.064885] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ 5.072686] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
[ 5.080888] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 5.089027] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 5.095665] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 5.100644] pci_bus 0000:00: resource 4 [mem 0xe0000000-0xefffffff]
[ 5.106918] pci_bus 0000:00: resource 5 [mem 0x600000000-0x7ffffffff pref]
[ 5.114098] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
[ 5.121681] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
[ 5.129177] ahci-ceva fd0c0000.ahci: supply target not found, using dummy regulator
[ 5.137081] ahci-ceva fd0c0000.ahci: AHCI vers 0001.0301, 32 command slots, 6 Gbps, platform mode
[ 5.145979] ahci-ceva fd0c0000.ahci: 2/2 ports implemented (port mask 0x3)
[ 5.152859] ahci-ceva fd0c0000.ahci: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
[ 5.163487] scsi host0: ahci-ceva
[ 5.167139] scsi host1: ahci-ceva
[ 5.170567] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x100 irq 49 lpm-pol 0
[ 5.179365] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x180 irq 49 lpm-pol 0
[ 5.192272] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 37 (00:0a:35:07:fe:31)
[ 5.219989] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.225509] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 5.233289] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000808002000810
[ 5.242733] xhci-hcd xhci-hcd.1.auto: irq 50, io mem 0xfe200000
[ 5.248768] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 5.254263] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 5.261934] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 5.268607] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 5.276888] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.284127] usb usb1: Product: xHCI Host Controller
[ 5.289010] usb usb1: Manufacturer: Linux 6.12.77-ge2f9fe8e3654 xhci-hcd
[ 5.295716] usb usb1: SerialNumber: xhci-hcd.1.auto
[ 5.300982] hub 1-0:1.0: USB hub found
[ 5.304768] hub 1-0:1.0: 1 port detected
[ 5.309050] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 5.317322] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.324554] usb usb2: Product: xHCI Host Controller
[ 5.329434] usb usb2: Manufacturer: Linux 6.12.77-ge2f9fe8e3654 xhci-hcd
[ 5.336143] usb usb2: SerialNumber: xhci-hcd.1.auto
[ 5.341318] hub 2-0:1.0: USB hub found
[ 5.345097] hub 2-0:1.0: 1 port detected
[ 5.355588] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 5.362652] of_cfs_init
[ 5.365124] of_cfs_init: OK
[ 5.368000] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 5.413680] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 5.420131] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 5.427394] clk: Not disabling unused clocks
[ 5.431667] PM: genpd: Disabling unused power domains
[ 5.437068] ALSA device list:
[ 5.440034] No soundcards found.
[ 5.443793] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 5.452422] cfg80211: failed to load regulatory.db
[ 5.501381] ata2: SATA link down (SStatus 0 SControl 330)
[ 5.506816] ata1: SATA link down (SStatus 0 SControl 330)
[ 5.680139] EXT4-fs (mmcblk0p2): mounted filesystem 9effbc73-dcc3-4a5e-81e8-572f95b9fe33 r/w with ordered data mode. Quota mode: none.
[ 5.692320] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 5.698936] devtmpfs: mounted
[ 5.702834] Freeing unused kernel memory: 3584K
[ 5.707460] Run /sbin/init as init process
[ 6.365869] systemd[1]: Failed to find module 'autofs4'
[ 6.439184] systemd[1]: systemd 257.9-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[ 6.473469] systemd[1]: Detected architecture arm64.
Welcome to Debian GNU/Linux 13 (trixie)!
[ 6.515889] systemd[1]: Hostname set to <analog>.
[ 6.622600] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[ 8.125803] systemd[1]: /usr/lib/systemd/system/iiod.service:16: Invalid environment assignment, ignoring: $IIOD_EXTRA_OPTS=
[ 8.375745] systemd[1]: Queued start job for default target graphical.target.
[ 8.388794] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ OK ] Created slice system-getty.slice - Slice /system/getty.
[ 8.408147] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Created slice system-modprobe.slice - Slice /system/modprobe.
[ 8.428092] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ OK ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[ 8.448043] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ OK ] Created slice system-systemd\x2dfs…slice - Slice /system/systemd-fsck.
[ 8.467564] systemd[1]: Created slice user.slice - User and Session Slice.
[ OK ] Created slice user.slice - User and Session Slice.
[ 8.487373] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ OK ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[ 8.511338] systemd[1]: proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/binfmt_misc).
[ 8.530726] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-3aa3f66d\x2d01.device - /dev/disk/by-partuuid/3aa3f66d-01...
Expecting device dev-disk-by\x2dpa…dev/disk/by-partuuid/3aa3f66d-01...
[ 8.555173] systemd[1]: Expecting device dev-ttyGS0.device - /dev/ttyGS0...
Expecting device dev-ttyGS0.device - /dev/ttyGS0...
[ 8.575175] systemd[1]: Expecting device dev-ttyGS1.device - /dev/ttyGS1...
Expecting device dev-ttyGS1.device - /dev/ttyGS1...
[ 8.595157] systemd[1]: Expecting device dev-ttyPS0.device - /dev/ttyPS0...
Expecting device dev-ttyPS0.device - /dev/ttyPS0...
[ 8.615163] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0...
Expecting device dev-ttyS0.device - /dev/ttyS0...
[ 8.635316] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ OK ] Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 8.655210] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ OK ] Reached target remote-fs.target - Remote File Systems.
[ 8.675200] systemd[1]: Reached target slices.target - Slice Units.
[ OK ] Reached target slices.target - Slice Units.
[ 8.695236] systemd[1]: Reached target swap.target - Swaps.
[ OK ] Reached target swap.target - Swaps.
[ 8.715563] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ OK ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 8.735455] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ OK ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[ 8.755466] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ OK ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[ 8.775484] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ OK ] Listening on systemd-journald.socket - Journal Sockets.
[ 8.795289] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 8.809120] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 8.822952] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ OK ] Listening on systemd-udevd-control.socket - udev Control Socket.
[ 8.843356] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ OK ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 8.866211] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
Mounting dev-hugepages.mount - Huge Pages File System...
[ 8.889510] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 8.913755] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[ 8.940066] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 8.963647] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.981774] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
Mounting tmp.mount - Temporary Directory /tmp...
[ 9.002240] systemd[1]: Starting fake-hwclock-load.service - Restore the current clock...
Starting fake-hwclock-load.service - Restor[ 9.011340] systemd[1]: kmod-static-nodes.service - Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.12.77-ge2f9fe8e3654/modules.devname).
e the current clock...
[ 9.038101] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 9.085996] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
Starting modprobe@drm.service - Load Kernel Module drm...
[ 9.113217] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
[ 9.141974] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 9.167758] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 9.190628] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 9.203525] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
[ 9.216439] systemd[1]: Starting systemd-journald.service - Journal Service...
Starting systemd-journald.service - Journal Service...
[ 9.239147] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
Starting systemd-modules-load.service - Load Kernel Modules...
[ 9.259359] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 9.300582] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[ 9.327321] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 9.344560] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
Starting systemd-udev-load-credent…Load udev Rules from Credentials...
[ 9.375609] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 9.394460] systemd-journald[195]: Collecting audit messages is disabled.
[ 9.409749] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ OK ] Mounted dev-hugepages.mount - Huge Pages File System.
[ 9.429288] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ OK ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 9.451768] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ OK ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ 9.475677] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ OK ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 9.499862] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
[ OK ] Mounted tmp.mount - Temporary Directory /tmp.
[ 9.524024] systemd[1]: fake-hwclock-load.service: Deactivated successfully.
[ 9.531516] systemd[1]: Finished fake-hwclock-load.service - Restore the current clock.
[ OK ] Finished fake-hwclock-load.service - Restore the current clock.
[ 9.556343] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 9.563936] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ OK ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 9.588184] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 9.595317] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ OK ] Finished modprobe@drm.service - Load Kernel Module drm.
[ 9.619868] systemd[1]: Started systemd-journald.service - Journal Service.
[ OK ] Started systemd-journald.service - Journal Service.
[ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ OK ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[ OK ] Finished systemd-modules-load.service - Load Kernel Modules.
[ OK ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
[ OK ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
Mounting sys-kernel-config.mount - Kernel Configuration File System...
Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
Starting systemd-sysctl.service - Apply Kernel Variables...
[ OK ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ OK ] Finished systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
Starting systemd-random-seed.service - Load/Save OS Random Seed...
Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[ OK ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[ OK ] Reached target local-fs-pre.target…Preparation for Local File Systems.
Starting systemd-udevd.service - R…ager for Device Events and Files...
[ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
Starting ifupdown-pre.service - He…synchronize boot up for ifupdown...
Starting systemd-udev-settle.servi…o Complete Device Initialization...
[ OK ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[ OK ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Finished ifupdown-pre.service - He…o synchronize boot up for ifupdown.
[ OK ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
Starting plymouth-start.service - Show Plymouth Boot Screen...
[ OK ] Found device dev-ttyPS0.device - /dev/ttyPS0.
mtdoops: mtd device (mtddev=name/number) must be supplied
[ OK ] Started plymouth-start.service - Show Plymouth Boot Screen.
ad7291 14-002f: probe with driver ad7291 failed with error -5
ad9172 spi1.1: Link0 invalid dyn. link latency: 0xc
ad9172 spi1.1: Failed JESD204 link status (-22)
jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: JESD204[0:0] In link_running got error from cb: -22
jesd204: /axi/spi@ff040000/ad9172@1,jesd204:1,parent=spi1.1: Rolling back from 'link_enable', got error -22
systemd[1]: Failed to find module 'autofs4'
[ OK ] Found device dev-disk-by\x2dpartuu… /dev/disk/by-partuuid/3aa3f66d-01.
[ OK ] Finished systemd-udev-settle.servi… To Complete Device Initialization.
[ OK ] Started systemd-ask-password-plymo…quests to Plymouth Directory Watch.
[ OK ] Reached target paths.target - Path Units.
[ OK ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
Starting systemd-fsck@dev-disk-by\…dev/disk/by-partuuid/3aa3f66d-01...
[ OK ] Finished systemd-fsck@dev-disk-by\… /dev/disk/by-partuuid/3aa3f66d-01.
Mounting boot.mount - /boot...
[ OK ] Mounted boot.mount - /boot.
[ OK ] Reached target local-fs.target - Local File Systems.
[ OK ] Listening on systemd-sysext.socket… System Extension Image Management.
Starting networking.service - Raise network interfaces...
Starting plymouth-read-write.servi…ymouth To Write Out Runtime Data...
Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
[ OK ] Finished plymouth-read-write.servi…Plymouth To Write Out Runtime Data.
[ OK ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
[ OK ] Reached target sysinit.target - System Initialization.
[ OK ] Started apt-daily.timer - Daily apt download activities.
[ OK ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[ OK ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Started e2scrub_all.timer - Period…Metadata Check for All Filesystems.
[ OK ] Started fake-hwclock-save.timer - Periodically save current clock.
[ OK ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[ OK ] Started logrotate.timer - Daily rotation of log files.
[ OK ] Started man-db.timer - Daily man-db regeneration.
[ OK ] Started ntpsec-rotate-stats.timer - Rotate ntpd stats daily.
[ OK ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[ OK ] Reached target timers.target - Timer Units.
[ OK ] Listening on avahi-daemon.socket -…DNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[ OK ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[ OK ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[ OK ] Reached target sockets.target - Socket Units.
[ OK ] Reached target basic.target - Basic System.
Starting accounts-daemon.service - Accounts Service...
Starting adi-power.service - Analog Devices power up/down sequence...
Starting avahi-daemon.service - Avahi mDNS/DNS-SD Stack...
Starting blueman-mechanism.service - Bluetooth management mechanism...
[ OK ] Started cron.service - Regular background program processing daemon.
Starting dbus.service - D-Bus System Message Bus...
Starting e2scrub_reap.service - Re…ne ext4 Metadata Check Snapshots...
[ OK ] Started fan-control.service - fan-control.
Starting fix-display-port.service - Fix DP audio and X11...
Starting iiod_context_attr.service…ating IIOD Context Attributes......
Starting systemd-logind.service - User Login Management...
Starting udisks2.service - Disk Manager...
Starting xserver.service - ADI X Server...
[ OK ] Finished networking.service - Raise network interfaces.
[ OK ] Started systemd-logind.service - User Login Management.
[ OK ] Finished fix-display-port.service - Fix DP audio and X11.
[ OK ] Started dbus.service - D-Bus System Message Bus.
Starting NetworkManager.service - Network Manager...
Starting wpa_supplicant.service - WPA supplicant...
[ OK ] Started avahi-daemon.service - Avahi mDNS/DNS-SD Stack.
Starting polkit.service - Authorization Manager...
[ OK ] Created slice user-1000.slice - User Slice of UID 1000.
Starting user-runtime-dir@1000.ser…Runtime Directory /run/user/1000...
[ OK ] Finished user-runtime-dir@1000.ser…r Runtime Directory /run/user/1000.
[ OK ] Started wpa_supplicant.service - WPA supplicant.
[ OK ] Finished adi-power.service - Analog Devices power up/down sequence.
[ OK ] Started polkit.service - Authorization Manager.
[ OK ] Started accounts-daemon.service - Accounts Service.
[ OK ] Finished iiod_context_attr.service…reating IIOD Context Attributes....
Starting systemd-hostnamed.service - Hostname Service...
[ OK ] Finished e2scrub_reap.service - Re…line ext4 Metadata Check Snapshots.
[ OK ] Started udisks2.service - Disk Manager.
[ OK ] Started systemd-hostnamed.service - Hostname Service.
Starting NetworkManager-dispatcher…anager Script Dispatcher Service...
[ OK ] Started NetworkManager.service - Network Manager.
[ OK ] Reached target network.target - Network.
Starting htpdate.service - HTTP based time synchronization tool...
[ OK ] Started iiod.service - IIO Daemon.
Starting ntpsec.service - Network Time Service...
Starting ssh.service - OpenBSD Secure Shell server...
Starting systemd-user-sessions.service - Permit User Sessions...
[ OK ] Started udiskie.service - Udiskie …rvice for managing removable media.
[ OK ] Started NetworkManager-dispatcher.… Manager Script Dispatcher Service.
[ OK ] Started htpdate.service - HTTP based time synchronization tool.
[ OK ] Finished systemd-user-sessions.service - Permit User Sessions.
Starting plymouth-quit-wait.servic…d until boot process finishes up...
Starting user@1000.service - User Manager for UID 1000...
[ OK ] Started ntpsec.service - Network Time Service.
[ OK ] Started ssh.service - OpenBSD Secure Shell server.
[ OK ] Started blueman-mechanism.service - Bluetooth management mechanism.
[ OK ] Started user@1000.service - User Manager for UID 1000.
[ OK ] Started session-c1.scope - Session c1 of User analog.
[ OK ] Finished xserver.service - ADI X Server.
Starting lightdm.service - Light Display Manager...
Starting x11vnc.service - VNC Server for X11...
[FAILED] Failed to start x11vnc.service - VNC Server for X11.
Debian GNU/Linux 13 analog ttyPS0
analog login: root (automatic login)
Linux analog 6.12.77-ge2f9fe8e3654 #1 SMP Thu Mar 26 12:20:17 UTC 2026 aarch64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@analog:~#
Useful commands for the serial terminal
The below commands are to be run in the serial terminal connected to the FPGA.
To find out the IP of the FPGA board, run the following command and take the IP specified at “eth0 inet”:
~$
ifconfig
To see the IIO devices detected, run:
~$
iio_info | grep iio:device
root@analog:~# iio_info | grep iio:device
iio:device0: xadc
iio:device1: hmc7044
iio:device2: axi-ad9172-hpc (buffer capable)
To use the JESD204 status utility, run:
$jesd_status
(DEVICES) Found 1 JESD204 Link Layer peripherals
(0): axi-jesd204-tx/44a90000.axi-jesd204-tx [*]
(STATUS)
Link is enabled
Link Status DATA
Measured Link Clock (MHz) 184.325
Reported Link Clock (MHz) 184.320
Measured Device Clock (MHz) 184.325
Reported Device Clock (MHz) 184.320
Desired Device Clock (MHz) 184.320
Lane rate (MHz) 7372.800
Lane rate / 40 (MHz) 184.320
LMFC rate (MHz) 11.520
SYSREF captured Yes
SYSREF alignment error No
SYNC~ deasserted
You can also use 'q' to quit and 'a' or 'd' to move between devices!
F1axi-jesd204-tx/44a90000.axi-jesd204-txF9Quit
To power off the system, run the following command, and wait for the final message to be printed, then power off the FPGA board from the switch as well.
~$
poweroff
To reboot the system, run:
~$
reboot
Important
Even though this is Linux, this is a persistent file system. Care should
be taken not to corrupt the file system – please shut down things, don’t
just turn off the power switch. Depending on your monitor, the standard
power off could be hiding. You can do this from the terminal as well with
sudo shutdown -h now or the above-mentioned command for powering
off.
Scopy
Important
Make sure to download/update to the latest version of Scopy.
Scopy can be used to connect remotetly to the setup and control it. Configure the DAC plugin with the desired waveform and frequency.
In the below example the EVAL-AD9172 had no external clock generator connected to it, the DAC0 <J2> pin was connected to a spectrum analyzer using a SMA cable:
IIO Oscilloscope
Important
Make sure to download/update to the latest version of IIO Oscilloscope.
Once done with the installation or an update of the latest IIO Oscilloscope, open the application. The user needs to supply a URI which will be used in the context creation of the IIO Oscilloscope.
In the below example the EVAL-AD9172 had no external clock generator connected to it, the DAC0 <J2> pin was connected to a spectrum analyzer using a SMA cable:
Using no-OS as software
Necessary files
The following files are needed for the system to boot:
HDL boot file:
system_top.xsano-OS project: projects/ad9172
Instructions on how to build the boot files from source can be found here:
AD9172 no-OS Example Project - no-OS project documentation
DAC-FMC-EBZ HDL project. More HDL build details at Build an HDL project.
Required Software
AMD Xilinx Vivado and Vitis (downloading Vitis from here will include Vivado as well)
An UART terminal (Putty/Tera Term/Minicom, etc.), Baud rate 115200 (8N1)
Required Hardware
AMD Xilinx ZCU102 Rev 1.0 FPGA board and its power supply
EVAL-AD9172 FMC evaluation board
2x Micro-USB cables, one for UART and one for JTAG
(Optional) USB keyboard & mouse and a HDMI-compatible monitor
More details as to why you need these, can be found at Prerequisites.
Testing
Creating the setup
Follow the steps in this order, to avoid damaging the components:
Connect the EVAL-AD9172 FMC board to the ZCU102 HPC0 FMC socket
Configure ZCU102 for JTAG boot mode (mode SW6[4:1] switch in the position ON,ON,ON,ON)
Connect USB UART J83 (Micro USB) to your host PC
Connect USB JTAG (Micro USB) to your host PC
(Optional) Connect a monitor to the FPGA by HDMI, and a mouse and a keyboard
Turn on the power switch on the FPGA board
Observe console output messages on your terminal (use the first ttyUSB or COM port registered)
Boot messages
The following is what is printed in the serial console, after you have connected to the proper ttyUSB or COM port:
Zynq MP First Stage Boot Loader
Release 2023.2 Apr 16 2026 - 12:10:38
PMU-FW is not running, certain applications may not be supported.
WARNING: Read/Write check failed (0x0)
Probed, SPI read support failed
Using JESD FSM
ad917x DAC Chip ID: 4
ad917x DAC Product ID: 9172
ad917x DAC Product Grade: 0
ad917x DAC Product Revision: 2
ad917x Revision: 1.1.1
CLK Input rate 368640000
PLL lock status 1, DLL lock status: 1
Serdes PLL Locked (stat: 3)
ad9172_init : AD917x Rev 1 successfully initialized
WARNING: hmc7044_jesd204_link_pre_setup: Link0 forcing continuous SYSREF mode
tx_adxcvr: OK (7372800 kHz)
Link0 code_grp_sync: f
Link0 frame_sync_stat: f
Link0 good_checksum_stat: f
Link0 init_lane_sync_stat: f
Link0 4 lanes @ 7372800 kBps
tx_dac: Successfully initialized (368640136 Hz)
tx_jesd status:
Link is enabled
Measured Link Clock: 184.320 MHz
Reported Link Clock: 184.320 MHz
Lane rate: 7372.800 MHz
Lane rate / 40: 184.320 MHz
LMFC rate: 11.520 MHz
SYNC~: deasserted
Link status: DATA
SYSREF captured: Yes
SYSREF alignment error: No
Set dds frequency at 40 MHz
Bye