Arria 10 SoC Quickstart
This guide provides quick instructions on how to setup the AD-FMCDAQ2-EBZ on:
Arria 10 SoC (Rev. C or later) on FMCA
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:
fit_spl_fpga.itbLinux Kernel image:
zImageLinux device tree:
socfpga_arria10_socdk_sdmmc.dtbU-Boot image:
u-boot.imgextlinux.confin the extlinux folder from SD CardWrite
u-boot-splx4.sfpfrom socfpga_arria10_socdk_daq2 folder on third SD Card partition:~$
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 1 14.9G 0 disk ├─sda1 8:1 1 1G 0 part /media/pi/BOOT ├─sda2 8:2 1 7.6G 0 part /media/pi/rootfs └─sda3 8:3 1 4M 0 part
~$
dd if="./u-boot-splx4.sfp" of="/dev/sda3" bs=512
2048+0 records in 2048+0 records out 1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.25035 s, 4.2 MB/s
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:
Building the Intel SoC-FPGA kernel and devicetrees from source
DAQ2 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
microSD 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
Arria 10 SoC (Rev. C or later) FPGA board and its power supply
AD-FMCDAQ2-EBZ FMC evaluation board
microSD card with at least 16GB of memory
Micro-USB cable (UART)
LAN cable (Ethernet)
4x SMA cables (optional, but recommended)
(Optional) USB keyboard & mouse and a HDMI compatible monitor
More details as to why you need these, can be found at Prerequisites.
Hardware Setup
FMC Pin Connection Configuration Change
Warning
To be compatible with the AD-FMCDAQ2-EBZ the Arria10 SoC Development Kit requires a minor rework.
In the default configuration of the Arria10 SoC Development Kit, some of the FMC header pins are connected to a dedicated clock chip. To be compatible with the AD-FMCDAQ2-EBZ, these pins need to be connected directly to the FPGA.
The connection of those pins can be changed by moving the position of four zero Ohm resistors:
R612 to R610
R613 to R611
R621 to R620
R633 to R632
These resistors can be found on the backside of the A10SoC, underneath the FMCA connector (J29). The following picture shows the required configuration to be compatible with the AD-FMCDAQ2-EBZ.
Testing
Creating the setup
In the following example, we will make a physical loopback between the ADC and the DAC channels on the evaluation board, using SMA cables.
Follow the steps in this order, to avoid damaging the components:
Connect the AD-FMCDAQ2-EBZ FMC board to the A10SOC HPC1 FMCA (J29) socket
Both the HPS (J26) and FPGA (J27) memory module must be installed on the A10SoC
Insert microSD card into the card socket on the FPGA
Configure the FPGA for SD card boot mode. That is the default position
Plug-in an Ethernet cable from your router/switch to the Ethernet port (J5) on the FPGA board
Connect USB UART1 (J10) to your host PC
(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.
Configuring the FPGA will take a few seconds. Once the FPGA has been configured the green D18 LED will turn on and the boot process will continue.
U-Boot 2021.07-16360-gee63370553-dirty (Nov 01 2024 - 20:07:31 +0000)socfpga_arria10, Build: jenkins-hdl_2023_r2-builds-hdl_2023_r2_latest_commit-projects-daq2.a10soc-4
CPU: Altera SoCFPGA Arria 10
BOOT: SD/MMC External Transceiver (1.8V)
Model: Altera SOCFPGA Arria 10
DRAM: 1 GiB
WDT: Started with servicing (10s timeout)
MMC: dwmmc0@ff808000: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Model: Altera SOCFPGA Arria 10
Net:
Warning: ethernet@ff800000 (eth0) using random MAC address - ea:65:ec:2c:20:5e
eth0: ethernet@ff800000
Hit any key to stop autoboot: 0
Failed to load 'u-boot.scr'
15069288 bytes read in 735 ms (19.6 MiB/s)
fpga - loadable FPGA image support
Usage:
fpga [operation type] [device number] [image address] [image size]
fpga operations:
dump [dev] [address] [size] Load device to memory buffer
info [dev] list known device information
load [dev] [address] [size] Load device from memory buffer
loadb [dev] [address] [size] Load device from bitstream buffer (Xilinx only)
loadmk [dev] [address] Load device generated with mkimage
For loadmk operating on FIT format uImage address must include
subimage unit name in the form of addr:<subimg_uname>
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
162 bytes read in 7 ms (22.5 KiB/s)
1: Linux Default
Retrieving file: /extlinux/../zImage
9543072 bytes read in 468 ms (19.4 MiB/s)
append: root=/dev/mmcblk0p2 rw rootwait earlyprintk console=ttyS0,115200n8
Retrieving file: /extlinux/../socfpga_arria10_socdk_sdmmc.dtb
34663 bytes read in 10 ms (3.3 MiB/s)
Kernel image @ 0x1000000 [ 0x000000 - 0x919da0 ]
## Flattened Device Tree blob at 02000000
Booting using the fdt blob at 0x2000000
Loading Device Tree to 09ff4000, end 09fff766 ... OK
Starting kernel ...
Deasserting all peripheral resets
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.70-284114-g2e8908932dfd (jenkins@romlxbuild1) (arm-linux-gnueabi-gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1063 SMP Tue Mar 18 17:12:50 EET 2025
[ 0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Altera SOCFPGA Arria 10
[ 0.000000] printk: bootconsole [earlycon0] enabled
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 128 MiB at 0x38000000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000003fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] percpu: Embedded 15 pages/cpu s30036 r8192 d23212 u61440
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260608
[ 0.000000] Kernel command line: root=/dev/mmcblk0p2 rw rootwait earlyprintk console=ttyS0,115200n8
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 879760K/1048576K available (14336K kernel code, 1367K rwdata, 10896K rodata, 1024K init, 498K bss, 37744K reserved, 131072K cma-reserved, 131072K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] ftrace: allocating 46749 entries in 138 pages
[ 0.000000] ftrace: allocated 137 pages with 3 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] L2C-310 erratum 769419 enabled
[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
[ 0.000000] L2C-310: enabling full line of zeros but not enabled in Cortex-A9
[ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[ 0.000000] L2C-310 cache controller enabled, 8 ways, 512 kB
[ 0.000000] L2C-310: CACHE_ID 0x410030c9, AUX_CTRL 0x76560001
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 21474836475ns
[ 0.007886] Switching to timer-based delay loop, resolution 10ns
[ 0.014237] Console: colour dummy device 80x30
[ 0.018690] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=1000000)
[ 0.029175] CPU: Testing write buffer coherency: ok
[ 0.034063] CPU0: Spectre v2: using BPIALL workaround
[ 0.039093] pid_max: default: 32768 minimum: 301
[ 0.043828] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.051116] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.059571] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.065918] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.073134] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079305] Setting up static identity map for 0x100000 - 0x100060
[ 0.085614] rcu: Hierarchical SRCU implementation.
[ 0.090386] rcu: Max phase no-delay instances is 1000.
[ 0.095938] smp: Bringing up secondary CPUs ...
[ 0.101105] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.101121] CPU1: Spectre v2: using BPIALL workaround
[ 0.111887] smp: Brought up 1 node, 2 CPUs
[ 0.115972] SMP: Total of 2 processors activated (400.00 BogoMIPS).
[ 0.122229] CPU: All CPU(s) started in SVC mode.
[ 0.127421] devtmpfs: initialized
[ 0.135181] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 0.143013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.152832] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.165315] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.172982] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.180706] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.188679] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.223139] SCSI subsystem initialized
[ 0.227042] usbcore: registered new interface driver usbfs
[ 0.232576] usbcore: registered new interface driver hub
[ 0.237890] usbcore: registered new device driver usb
[ 0.243085] usb_phy_generic soc:usbphy: supply vcc not found, using dummy regulator
[ 0.250827] usb_phy_generic soc:usbphy: dummy supplies not allowed for exclusive requests
[ 0.259311] mc: Linux media interface: v0.10
[ 0.263643] videodev: Linux video capture interface: v2.00
[ 0.269158] pps_core: LinuxPPS API ver. 1 registered
[ 0.274111] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.283216] PTP clock support registered
[ 0.287462] jesd204: created con: id=0, topo=0, link=0, /soc/bridge@ff200000/axi-ad9680-xcvr@44000 <-> /soc/bridge@ff200000/axi-jesd204-rx@40000
[ 0.300402] jesd204: created con: id=1, topo=0, link=0, /soc/bridge@ff200000/axi-jesd204-rx@40000 <-> /soc/bridge@ff200000/axi-ad9680-hpc@50000
[ 0.313236] jesd204: created con: id=2, topo=1, link=0, /soc/bridge@ff200000/axi-ad9144-xcvr@24000 <-> /soc/bridge@ff200000/axi-jesd204-tx@20000
[ 0.326151] jesd204: created con: id=3, topo=1, link=0, /soc/bridge@ff200000/axi-jesd204-tx@20000 <-> /soc/bridge@ff200000/axi-ad9144-hpc@34000
[ 0.338979] jesd204: created con: id=4, topo=0, link=0, /soc/bridge@ff200000/axi-ad9680-hpc@50000 <-> /soc/bridge@ff200000/spi@40/ad9680@2
[ 0.351377] jesd204: created con: id=5, topo=1, link=0, /soc/bridge@ff200000/axi-ad9144-hpc@34000 <-> /soc/bridge@ff200000/spi@40/ad9144@1
[ 0.363779] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2: JESD204[0:0] transition uninitialized -> initialized
[ 0.373842] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1: JESD204[1:0] transition uninitialized -> initialized
[ 0.383900] jesd204: found 8 devices and 2 topologies
[ 0.388966] FPGA manager framework
[ 0.392424] Advanced Linux Sound Architecture Driver Initialized.
[ 0.406804] vgaarb: loaded
[ 0.416203] clocksource: Switched to clocksource timer1
[ 0.441573] NET: Registered PF_INET protocol family
[ 0.446670] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.455479] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.463832] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.471559] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.479332] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.486728] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.493180] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.499833] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.507044] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.516458] RPC: Registered named UNIX socket transport module.
[ 0.522360] RPC: Registered udp transport module.
[ 0.527061] RPC: Registered tcp transport module.
[ 0.531742] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.538168] PCI: CLS 0 bytes, default 64
[ 0.546076] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[ 0.555248] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[ 0.566157] NFS: Registering the id_resolver key type
[ 0.571270] Key type id_resolver registered
[ 0.575435] Key type id_legacy registered
[ 0.580090] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.584562] jffs2: version 2.2. (NAND) � 2001-2006 Red Hat, Inc.
[ 0.591033] fuse: init (API version 7.37)
[ 0.595469] bounce: pool size: 64 pages
[ 0.599391] io scheduler mq-deadline registered
[ 0.603903] io scheduler kyber registered
[ 0.619836] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.627091] printk: console [ttyS0] disabled
[ 0.631397] ffc02100.serial1: ttyS0 at MMIO 0xffc02100 (irq = 32, base_baud = 6250000) is a 16550A
[ 0.640396] printk: console [ttyS0] enabled
[ 0.640396] printk: console [ttyS0] enabled
[ 0.648735] printk: bootconsole [earlycon0] disabled
[ 0.648735] printk: bootconsole [earlycon0] disabled
[ 0.660227] brd: module loaded
[ 0.663740] SPI driver spidev has no spi_device_id for adi,swspi
[ 0.671320] spi_altera ff200040.spi: regoff 0, irq 33
[ 0.678824] CAN device driver interface
[ 0.682942] socfpga-dwmac ff800000.ethernet: IRQ eth_wake_irq not found
[ 0.689565] socfpga-dwmac ff800000.ethernet: IRQ eth_lpi not found
[ 0.695844] socfpga-dwmac ff800000.ethernet: No sysmgr-syscon node found
[ 0.702540] socfpga-dwmac ff800000.ethernet: Unable to parse OF data
[ 0.708898] socfpga-dwmac: probe of ff800000.ethernet failed with error -524
[ 0.716356] stmmaceth ff800000.ethernet: IRQ eth_wake_irq not found
[ 0.722614] stmmaceth ff800000.ethernet: IRQ eth_lpi not found
[ 0.728723] stmmaceth ff800000.ethernet: User ID: 0x10, Synopsys ID: 0x37
[ 0.735496] stmmaceth ff800000.ethernet: DWMAC1000
[ 0.740379] stmmaceth ff800000.ethernet: DMA HW capability register supported
[ 0.747493] stmmaceth ff800000.ethernet: RX Checksum Offload Engine supported
[ 0.754597] stmmaceth ff800000.ethernet: COE Type 2
[ 0.759461] stmmaceth ff800000.ethernet: TX Checksum insertion supported
[ 0.766132] stmmaceth ff800000.ethernet: Enhanced/Alternate descriptors
[ 0.772721] stmmaceth ff800000.ethernet: Enabled extended descriptors
[ 0.779142] stmmaceth ff800000.ethernet: Ring mode enabled
[ 0.784604] stmmaceth ff800000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 0.792256] stmmaceth ff800000.ethernet: device MAC address c2:9f:96:8f:5d:47
[ 0.807848] Micrel KSZ9031 Gigabit PHY stmmac-0:07: attached PHY driver (mii_bus:phy_addr=stmmac-0:07, irq=POLL)
[ 0.819046] usbcore: registered new interface driver asix
[ 0.824477] usbcore: registered new interface driver ax88179_178a
[ 0.830701] usbcore: registered new interface driver cdc_ether
[ 0.836622] usbcore: registered new interface driver net1080
[ 0.842331] usbcore: registered new interface driver cdc_subset
[ 0.848334] usbcore: registered new interface driver zaurus
[ 0.854009] usbcore: registered new interface driver cdc_ncm
[ 0.859742] usbcore: registered new interface driver r8153_ecm
[ 0.866286] dwc2 ffb00000.usb: supply vusb_d not found, using dummy regulator
[ 0.873525] dwc2 ffb00000.usb: supply vusb_a not found, using dummy regulator
[ 0.880987] dwc2 ffb00000.usb: EPs: 16, dedicated fifos, 8064 entries in SPRAM
[ 0.888755] dwc2 ffb00000.usb: DWC OTG Controller
[ 0.893462] dwc2 ffb00000.usb: new USB bus registered, assigned bus number 1
[ 0.900522] dwc2 ffb00000.usb: irq 36, io mem 0xffb00000
[ 0.905943] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.914195] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.921402] usb usb1: Product: DWC OTG Controller
[ 0.926088] usb usb1: Manufacturer: Linux 6.1.70-284114-g2e8908932dfd dwc2_hsotg
[ 0.933465] usb usb1: SerialNumber: ffb00000.usb
[ 0.938554] hub 1-0:1.0: USB hub found
[ 0.942318] hub 1-0:1.0: 1 port detected
[ 0.947522] usbcore: registered new interface driver uas
[ 0.952875] usbcore: registered new interface driver usb-storage
[ 0.958951] usbcore: registered new interface driver usbserial_generic
[ 0.965465] usbserial: USB Serial support registered for generic
[ 0.971493] usbcore: registered new interface driver ftdi_sio
[ 0.977242] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 0.984590] usbcore: registered new interface driver upd78f0730
[ 0.990516] usbserial: USB Serial support registered for upd78f0730
[ 0.997746] SPI driver ads7846 has no spi_device_id for ti,tsc2046
[ 1.003903] SPI driver ads7846 has no spi_device_id for ti,ads7843
[ 1.010071] SPI driver ads7846 has no spi_device_id for ti,ads7845
[ 1.016230] SPI driver ads7846 has no spi_device_id for ti,ads7873
[ 1.022529] i2c_dev: i2c /dev entries driver
[ 1.027160] usbcore: registered new interface driver uvcvideo
[ 1.034577] Synopsys Designware Multimedia Card Interface Driver
[ 1.040841] dw_mmc ff808000.dwmmc0: IDMAC supports 32-bit address mode.
[ 1.047515] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.053634] usbcore: registered new interface driver usbhid
[ 1.059208] usbhid: USB HID core driver
[ 1.063256] SPI driver fb_seps525 has no spi_device_id for syncoam,seps525
[ 1.073998] ad9523 spi0.0: supply vcc not found, using dummy regulator
[ 1.090877] dw_mmc ff808000.dwmmc0: Using internal DMA controller.
[ 1.097061] dw_mmc ff808000.dwmmc0: Version ID is 270a
[ 1.102232] dw_mmc ff808000.dwmmc0: DW MMC controller at irq 38,32 bit host data width,1024 deep fifo
[ 1.111574] mmc_host mmc0: card is polling.
[ 1.126200] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
[ 1.146887] SPI driver adis16475 has no spi_device_id for adi,adis16470
[ 1.153494] SPI driver adis16475 has no spi_device_id for adi,adis16475-1
[ 1.160277] SPI driver adis16475 has no spi_device_id for adi,adis16475-2
[ 1.167050] SPI driver adis16475 has no spi_device_id for adi,adis16475-3
[ 1.173812] SPI driver adis16475 has no spi_device_id for adi,adis16477-1
[ 1.180585] SPI driver adis16475 has no spi_device_id for adi,adis16477-2
[ 1.187354] SPI driver adis16475 has no spi_device_id for adi,adis16477-3
[ 1.194115] SPI driver adis16475 has no spi_device_id for adi,adis16465-1
[ 1.200883] SPI driver adis16475 has no spi_device_id for adi,adis16465-2
[ 1.207651] SPI driver adis16475 has no spi_device_id for adi,adis16465-3
[ 1.214412] SPI driver adis16475 has no spi_device_id for adi,adis16467-1
[ 1.221183] SPI driver adis16475 has no spi_device_id for adi,adis16467-2
[ 1.227952] SPI driver adis16475 has no spi_device_id for adi,adis16467-3
[ 1.234713] SPI driver adis16475 has no spi_device_id for adi,adis16500
[ 1.241312] SPI driver adis16475 has no spi_device_id for adi,adis16501
[ 1.247901] SPI driver adis16475 has no spi_device_id for adi,adis16505-1
[ 1.254663] SPI driver adis16475 has no spi_device_id for adi,adis16505-2
[ 1.261430] SPI driver adis16475 has no spi_device_id for adi,adis16505-3
[ 1.268198] SPI driver adis16475 has no spi_device_id for adi,adis16507-1
[ 1.274959] SPI driver adis16475 has no spi_device_id for adi,adis16507-2
[ 1.281727] SPI driver adis16475 has no spi_device_id for adi,adis16507-3
[ 1.288496] SPI driver adis16475 has no spi_device_id for adi,adis16575-2
[ 1.295257] SPI driver adis16475 has no spi_device_id for adi,adis16575-3
[ 1.302036] SPI driver adis16475 has no spi_device_id for adi,adis16576-2
[ 1.308805] SPI driver adis16475 has no spi_device_id for adi,adis16576-3
[ 1.315570] SPI driver adis16475 has no spi_device_id for adi,adis16577-2
[ 1.322340] SPI driver adis16475 has no spi_device_id for adi,adis16577-3
[ 1.329120] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 1.330400] axi_sysid ff218000.axi-sysid-0: AXI System ID core version (1.01.a) found
[ 1.346679] mmc0: new high speed SDHC card at address 0001
[ 1.346850] axi_sysid ff218000.axi-sysid-0: [daq2] [DAC_FIFO_ADDR_WIDTH=10] on [a10soc] git branch <hdl_2023_r2> git <2156ac7e874a1dc321d9f64a325009fafe563419> clean [2024-11-01 19:34:21] UTC
[ 1.352744] mmcblk0: mmc0:0001 00000 29.1 GiB
[ 1.369841] fpga_manager fpga0: SoCFPGA Arria10 FPGA Manager registered
[ 1.381039] usbcore: registered new interface driver snd-usb-audio
[ 1.389266] NET: Registered PF_INET6 protocol family
[ 1.394604] mmcblk0: p1 p2 p3
[ 1.395321] Segment Routing with IPv6
[ 1.401404] In-situ OAM (IOAM) with IPv6
[ 1.405376] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.411796] NET: Registered PF_PACKET protocol family
[ 1.416862] NET: Registered PF_KEY protocol family
[ 1.421849] can: controller area network core
[ 1.426265] NET: Registered PF_CAN protocol family
[ 1.431039] can: raw protocol
[ 1.433996] can: broadcast manager protocol
[ 1.438188] can: netlink gateway - max_hops=1
[ 1.442578] 8021q: 802.1Q VLAN Support v1.8
[ 1.446785] NET: Registered PF_IEEE802154 protocol family
[ 1.452192] Key type dns_resolver registered
[ 1.456542] ThumbEE CPU extension supported.
[ 1.460801] Registering SWP/SWPB emulation handler
[ 1.472736] at24 0-0051: supply vcc not found, using dummy regulator
[ 1.480356] at24 0-0051: 4096 byte 24c32 EEPROM, writable, 32 bytes/write
[ 1.489673] rtc-ds1307 0-0068: SET TIME!
[ 1.497883] rtc-ds1307 0-0068: registered as rtc0
[ 1.503289] ltc2978: probe of 0-005c failed with error -121
[ 1.513413] altera-a10-fpll ff225000.altera-a10-fpll: FPLL PLL calibration OK (1400 us)
[ 1.523502] altera-a10-fpll ff245000.altera-a10-fpll: FPLL PLL calibration OK (1400 us)
[ 1.533480] dma-pl330 ffda1000.pdma: Loaded driver for PL330 DMAC-341330
[ 1.540194] dma-pl330 ffda1000.pdma: DBUFF-512x8bytes Num_Chans-8 Num_Peri-32 Num_Events-8
[ 1.548921] altr_a10sr_gpio altr_a10sr_gpio.0.auto: DMA mask not set
[ 1.575660] ad9208 spi0.2: ad9680 PLL LOCKED
[ 1.579970] ad9208 spi0.2: ad9680 Rev. 3 Grade 10 (API 1.0.1) probed
[ 1.616716] cf_axi_dds ff234000.axi-ad9144-hpc: Analog Devices CF_AXI_DDS_DDS MASTER (9.02.b) at 0xFF234000 mapped to 0x(ptrval), probed DDS (null)
[ 1.661313] altera_adxcvr ff224000.axi-ad9144-xcvr: ATX PLL calibration OK (20 ms)
[ 1.683586] altera_adxcvr ff224000.axi-ad9144-xcvr: Lane 0 TX termination and VOD calibration OK (600 us)
[ 1.702544] altera_adxcvr ff224000.axi-ad9144-xcvr: Lane 1 TX termination and VOD calibration OK (600 us)
[ 1.722803] altera_adxcvr ff224000.axi-ad9144-xcvr: Lane 2 TX termination and VOD calibration OK (600 us)
[ 1.743213] altera_adxcvr ff224000.axi-ad9144-xcvr: Lane 3 TX termination and VOD calibration OK (600 us)
[ 1.752838] altera_adxcvr ff224000.axi-ad9144-xcvr: Altera ADXCVR (17.01.a) probed
[ 1.765660] altera_adxcvr ff244000.axi-ad9680-xcvr: Lane 0 CDR/CMU PLL & RX offset calibration OK (600 us)
[ 1.778877] altera_adxcvr ff244000.axi-ad9680-xcvr: Lane 1 CDR/CMU PLL & RX offset calibration OK (600 us)
[ 1.791892] altera_adxcvr ff244000.axi-ad9680-xcvr: Lane 2 CDR/CMU PLL & RX offset calibration OK (600 us)
[ 1.804603] altera_adxcvr ff244000.axi-ad9680-xcvr: Lane 3 CDR/CMU PLL & RX offset calibration OK (600 us)
[ 1.814313] altera_adxcvr ff244000.axi-ad9680-xcvr: Altera ADXCVR (17.01.a) probed
[ 1.842609] altera_adxcvr ff224000.axi-ad9144-xcvr: Setting link rate to 250000000 (lane rate: 10000000)
[ 1.853208] altera_adxcvr ff244000.axi-ad9680-xcvr: Setting link rate to 250000000 (lane rate: 10000000)
[ 1.856280] cf_axi_adc ff250000.axi-ad9680-hpc: ADI AIM (10.03.) at 0xFF250000 mapped to 0x(ptrval) probed ADC AD9680 as MASTER
[ 1.875022] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition initialized -> probed
[ 1.886595] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition probed -> initialized
[ 1.898135] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition initialized -> probed
[ 1.909667] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition probed -> idle
[ 1.920594] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition idle -> device_init
[ 1.931953] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition device_init -> link_init
[ 1.943746] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition link_init -> link_supported
[ 1.955896] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition link_supported -> link_pre_setup
[ 1.968382] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition link_pre_setup -> clk_sync_stage1
[ 1.980950] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition clk_sync_stage1 -> clk_sync_stage2
[ 1.993604] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition clk_sync_stage2 -> clk_sync_stage3
[ 2.006266] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition clk_sync_stage3 -> link_setup
[ 2.018491] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition link_setup -> opt_setup_stage1
[ 2.030801] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition opt_setup_stage1 -> opt_setup_stage2
[ 2.043627] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition opt_setup_stage2 -> opt_setup_stage3
[ 2.056453] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition opt_setup_stage3 -> opt_setup_stage4
[ 2.069283] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition opt_setup_stage4 -> opt_setup_stage5
[ 2.082188] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition opt_setup_stage5 -> clocks_enable
[ 2.094773] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition clocks_enable -> link_enable
[ 2.136198] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition link_enable -> link_running
[ 2.148255] jesd204: /soc/bridge@ff200000/spi@40/ad9680@2,jesd204:1,parent=spi0.2: JESD204[0:0] transition link_running -> opt_post_running_stage
[ 2.161260] axi-jesd204-rx ff240000.axi-jesd204-rx: AXI-JESD204-RX (1.07.a) at 0xFF240000. Encoder 8b10b, width 4/4, lanes 4, jesd204-fsm.
[ 2.174284] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition initialized -> probed
[ 2.185844] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition probed -> initialized
[ 2.197391] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition initialized -> probed
[ 2.208925] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition probed -> idle
[ 2.219852] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition idle -> device_init
[ 2.231216] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition device_init -> link_init
[ 2.243017] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition link_init -> link_supported
[ 2.255218] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition link_supported -> link_pre_setup
[ 2.267708] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition link_pre_setup -> clk_sync_stage1
[ 2.280277] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition clk_sync_stage1 -> clk_sync_stage2
[ 2.292941] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition clk_sync_stage2 -> clk_sync_stage3
[ 2.344183] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition clk_sync_stage3 -> link_setup
[ 2.356419] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition link_setup -> opt_setup_stage1
[ 2.368731] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition opt_setup_stage1 -> opt_setup_stage2
[ 2.381558] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition opt_setup_stage2 -> opt_setup_stage3
[ 2.394390] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition opt_setup_stage3 -> opt_setup_stage4
[ 2.407218] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition opt_setup_stage4 -> opt_setup_stage5
[ 2.420054] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition opt_setup_stage5 -> clocks_enable
[ 2.432660] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition clocks_enable -> link_enable
[ 2.466297] ad9144 spi0.1: Link0 code grp sync: f
[ 2.470983] ad9144 spi0.1: Link0 frame sync stat: f
[ 2.475839] ad9144 spi0.1: Link0 good checksum stat: f
[ 2.480965] ad9144 spi0.1: Link0 init lane_sync stat: f
[ 2.486168] ad9144 spi0.1: Link0 4 lanes @ 10000000 kBps
[ 2.491466] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition link_enable -> link_running
[ 2.503519] jesd204: /soc/bridge@ff200000/spi@40/ad9144@1,jesd204:0,parent=spi0.1: JESD204[1:0] transition link_running -> opt_post_running_stage
[ 2.516524] axi-jesd204-tx ff220000.axi-jesd204-tx: AXI-JESD204-TX (1.06.a) at 0xFF220000. Encoder 8b10b, width 4/4, lanes 4, jesd204-fsm.
[ 2.529153] of_cfs_init
[ 2.531617] of_cfs_init: OK
[ 2.534659] ALSA device list:
[ 2.537636] No soundcards found.
[ 2.541225] dw-apb-uart ffc02100.serial1: forbid DMA for kernel console
[ 3.944801] EXT4-fs (mmcblk0p2): recovery complete
[ 3.952329] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[ 3.961233] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.974907] devtmpfs: mounted
[ 3.981892] Freeing unused kernel image (initmem) memory: 1024K
[ 3.988328] Run /sbin/init as init process
[ 4.514819] systemd[1]: System time before build time, advancing clock.
[ 4.580521] systemd[1]: systemd 247.3-7+rpi1+deb11u6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 4.604340] systemd[1]: Detected architecture arm.
Welcome to Kuiper GNU/Linux 11.2 (bullseye)!
[ 4.647318] systemd[1]: Set hostname to <analog>.
[ 6.239669] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[ 6.471670] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.326200] random: crng init done
[ 8.329924] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 8.342261] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 8.351903] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 8.387159] systemd[1]: Created slice system-modprobe.slice.
[ OK ] Created slice system-modprobe.slice.
[ 8.427076] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 8.467033] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ 8.506793] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 8.546701] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R&uests to Wall Directory Watch.
[ 8.586676] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 8.599341] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 8.636603] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 8.675704] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 8.706922] systemd[1]: Listening on fsck to fsckd communication Socket.
[ OK ] Listening on fsck to fsckd communication Socket.
[ 8.746615] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 8.808779] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 8.817599] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 8.857048] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 8.904411] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 8.936861] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 8.977035] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 8.985629] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped.
[ 9.036727] systemd[1]: Mounting RPC Pipe File System...
Mounting RPC Pipe File System...
[ 9.079553] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 9.119481] systemd[1]: Mounting Kernel Trace File System...
Mounting Kernel Trace File System...
[ 9.156665] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 9.171081] systemd[1]: Starting Restore / save the current clock...
Starting Restore / save the current clock...
[ 9.210394] systemd[1]: Starting Set the console keyboard layout...
Starting Set the console keyboard layout...
[ 9.246637] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[ 9.317153] systemd[1]: Starting Load Kernel Module configfs...
Starting Load Kernel Module configfs...
[ 9.335506] systemd[1]: Starting Load Kernel Module drm...
Starting Load Kernel Module drm...
[ 9.389748] systemd[1]: Starting Load Kernel Module fuse...
Starting Load Kernel Module fuse...
[ 9.429448] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 9.438865] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 9.451481] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 9.492435] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 9.539585] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 9.590037] systemd[1]: Starting Coldplug All udev Devices...
Starting Coldplug All udev Devices...
[ 9.633930] systemd[1]: Mounted RPC Pipe File System.
[ OK ] Mounted RPC Pipe File System.
[ 9.677021] systemd[1]: Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Debug File System.
[ 9.701512] systemd[1]: Mounted Kernel Trace File System.
[ OK ] Mounted Kernel Trace File System.
[ 9.747092] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Finished Restore / save the current clock.
[ OK ] Finished Set the console keyboard layout.
[ 9.821715] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
[ OK ] Finished Load Kernel Module configfs.
[ OK ] Finished Load Kernel Module drm.
[ OK ] Finished Load Kernel Module fuse.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[ OK ] Finished Remount Root and Kernel File Systems.
Mounting FUSE Control File System...
Mounting Kernel Configuration File System...
Starting Flush Journal to Persistent Storage...
Starting Load/Save Random Seed...
Starting Apply Kernel Variables...
[ 10.223981] systemd-journald[105]: Received client request to flush runtime journal.
Starting Create System Users...
[ 10.272161] systemd-journald[105]: File /var/log/journal/9160f4e0c61942b395131b27ad48ead2/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Finished Coldplug All udev Devices.
Starting Helper to synchronize boot up for ifupdown...
Starting Wait for udev To &plete Device Initialization...
[ OK ] Finished Load/Save Random Seed.
[ OK ] Finished Apply Kernel Variables.
[ OK ] Finished Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Finished Flush Journal to Persistent Storage.
[ OK ] Finished Helper to synchronize boot up for ifupdown.
[ OK ] Finished Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Starting Rule-based Manage&for Device Events and Files...
[ OK ] Started Rule-based Manager for Device Events and Files.
Starting Show Plymouth Boot Screen...
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Forward Password R&s to Plymouth Directory Watch.
[ OK ] Reached target Local Encrypted Volumes.
[ OK ] Found device /dev/disk/by-partuuid/a22286d2-01.
[ OK ] Found device /dev/ttyS0.
[ OK ] Reached target Hardware activated USB gadget.
Starting File System Check&isk/by-partuuid/a22286d2-01...
Starting Load Kernel Modules...
[ OK ] Started File System Check Daemon to report status.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[ OK ] Finished Wait for udev To Complete Device Initialization.
[ OK ] Finished File System Check&/disk/by-partuuid/a22286d2-01.
Mounting /boot...
[ OK ] Mounted /boot.
[ OK ] Reached target Local File Systems.
Starting Set console font and keymap...
Starting Raise network interfaces...
Starting Preprocess NFS configuration...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Create Volatile Files and Directories...
[ OK ] Finished Set console font and keymap.
[ OK ] Finished Tell Plymouth To Write Out Runtime Data.
[ OK ] Finished Preprocess NFS configuration.
[ OK ] Reached target NFS client services.
[ OK ] Reached target Remote File Systems (Pre).
[ OK ] Reached target Remote File Systems.
[ OK ] Finished Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Finished Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
Starting Load Kernel Modules...
[ OK ] Finished Raise network interfaces.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[ OK ] Reached target System Initialization.
[ OK ] Started CUPS Scheduler.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Periodic ext4 Onli&ata Check for All Filesystems.
[ OK ] Started Discard unused blocks once a week.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Daily man-db regeneration.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Paths.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on CUPS Scheduler.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on Erlang Port Mapper Daemon Activation Socket.
[ OK ] Listening on GPS (Global P&ioning System) Daemon Sockets.
[ OK ] Listening on triggerhappy.socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Analog Devices power up/down sequence...
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Regular background program processing daemon.
[ OK ] Started D-Bus System Message Bus.
Starting dphys-swapfile - &unt, and delete a swap file...
Starting Remove Stale Onli&t4 Metadata Check Snapshots...
[ OK ] Started fan-control.
Starting Fix DP audio and X11 for Jupiter...
Starting Creating IIOD Context Attributes......
Starting Authorization Manager...
Starting DHCP Client Daemon...
Starting LSB: Switch to on&nless shift key is pressed)...
Starting LSB: rng-tools (Debian variant)...
Starting System Logging Service...
Starting User Login Management...
Starting triggerhappy global hotkey daemon...
Starting Disk Manager...
Starting WPA supplicant...
[ OK ] Finished Fix DP audio and X11 for Jupiter.
[ OK ] Started DHCP Client Daemon.
[ OK ] Started triggerhappy global hotkey daemon.
[ OK ] Started System Logging Service.
[ OK ] Started LSB: rng-tools (Debian variant).
[ OK ] Started LSB: Switch to ond&(unless shift key is pressed).
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started User Login Management.
[ OK ] Finished dphys-swapfile - &mount, and delete a swap file.
[ OK ] Started WPA supplicant.
[ OK ] Started Authorization Manager.
[ OK ] Reached target Network.
[ OK ] Reached target Network is Online.
Starting Modem Manager...
Starting CUPS Scheduler...
[ OK ] Started Erlang Port Mapper Daemon.
Starting Load USB gadget scheme...
Starting HTTP based time synchronization tool...
Starting Internet superserver...
Starting /etc/rc.local Compatibility...
Starting OpenBSD Secure Shell server...
Starting Permit User Sessions...
[ OK ] Started Unattended Upgrades Shutdown.
[ OK ] Finished Load USB gadget scheme.
[ OK ] Started HTTP based time synchronization tool.
[ OK ] Started /etc/rc.local Compatibility.
[ OK ] Finished Permit User Sessions.
[ OK ] Found device /dev/ttyGS0.
[ OK ] Started Internet superserver.
Mounting Mount FunctionFS instance...
Starting Light Display Manager...
Starting Hold until boot process finishes up...
[ OK ] Mounted Mount FunctionFS instance.
[ OK ] Started Disk Manager.
[ OK ] Finished Analog Devices power up/down sequence.
[ OK ] Finished Hold until boot process finishes up.
[FAILED] Failed to start VNC Server for X11.
Raspbian GNU/Linux 11 analog ttyS0
analog login: root (automatic login)
Linux analog 6.1.70-284114-g2e8908932dfd #1063 SMP Tue Mar 18 17:12:50 EET 2025 armv7l
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.
Last login: Thu Mar 12 09:28:35 GMT 2026 on ttyPS0
root@analog:~#
Device Verification
To verify that the board has been recognized correctly, run the iio_info
command and filter for the registered devices:
~$
iio_info | grep device
iio:device0: ad9523-1
iio:device1: axi-ad9680-hpc (buffer capable)
iio:device2: axi-ad9144-hpc (buffer capable)
Network Configuration
If the Arria 10 SoC Development Kit is connected to a network with a DHCP server, the IP address assigned to the board appears on the LCD.
To manually assign an IP address, run:
~$
ifconfig eth0 <IP_ADDR>
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. If there’s only one platform is connected, the IIO Oscilloscope will find URI automatically; if more than one platforms are connected, the user needs to supply the specific URI. The instructions to obtain the URI can be found in the previous section.
Press
Refreshto display available IIO Devices and pressConnect.
Captured Loopback Signal Time Domain
Captured Loopback Signal Frequency Domain