Post Go back to editing

Linux ADRV9002 device driver for custom board

Category: Software
Product Number: ADRV9002
Software Version: Vitis 2023.2

We have followed the same procedure as mentioned in meta-adi main https://github.com/analogdevicesinc/meta-adi/tree/main/meta-adi-xilinx but unable to detect the adrv9002 and the following is the boot banner of custom board where errors are highlighted in red colour.

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]

[ 0.000000] Linux version 6.1.0-xilinx-v2023.1 (oe-user@oe-host) (aarch64-xilinx-linux-gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0.20220819) #1 SMP Tue Oct 1 08:49:35 UTC 2024

[ 0.000000] Machine model: xlnx,zynqmp

[ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (options '115200n8')

[ 0.000000] printk: bootconsole [cdns0] enabled

[ 0.000000] efi: UEFI not found.

[ 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-0x000000007fefffff]

[ 0.000000] node 0: [mem 0x0000000800000000-0x000000087fffffff]

[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000087fffffff]

[ 0.000000] On node 0, zone Normal: 256 pages in unavailable ranges

[ 0.000000] cma: Reserved 256 MiB at 0x0000000069c00000

[ 0.000000] psci: probing for conduit method from DT.

[ 0.000000] psci: PSCIv1.1 detected in firmware.

[ 0.000000] psci: Using standard PSCI v0.2 function IDs

[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.

[ 0.000000] psci: SMC Calling Convention v1.2

[ 0.000000] percpu: Embedded 18 pages/cpu s36328 r8192 d29208 u73728

[ 0.000000] pcpu-alloc: s36328 r8192 d29208 u73728 alloc=18*4096

[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3

[ 0.000000] Detected VIPT I-cache on CPU0

[ 0.000000] CPU features: detected: ARM erratum 845719

[ 0.000000] alternatives: applying boot alternatives

[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1031940

[ 0.000000] Kernel command line: earlycon console=ttyPS0,115200 clk_ignore_unused root=/dev/ram0 rw

[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)

[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)

[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off

[ 0.000000] software IO TLB: area num 4.

[ 0.000000] software IO TLB: mapped [mem 0x000000007bf00000-0x000000007ff00000] (64MB)

[ 0.000000] Memory: 3714416K/4193280K available (17472K kernel code, 1778K rwdata, 15408K rodata, 2752K init, 360K bss, 216720K reserved, 262144K cma-reserved)

[ 0.000000] rcu: Hierarchical RCU implementation.

[ 0.000000] rcu: RCU event tracing is enabled.

[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.

[ 0.000000] rcu: 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.008484] Console: colour dummy device 80x25

[ 0.012561] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=400000)

[ 0.022972] pid_max: default: 32768 minimum: 301

[ 0.027807] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)

[ 0.034991] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)

[ 0.044015] rcu: Hierarchical SRCU implementation.

[ 0.047596] rcu: Max phase no-delay instances is 1000.

[ 0.053043] EFI services will not be available.

[ 0.057515] smp: Bringing up secondary CPUs ...

[ 0.062295] Detected VIPT I-cache on CPU1

[ 0.062376] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]

[ 0.062825] Detected VIPT I-cache on CPU2

[ 0.062882] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]

[ 0.063303] Detected VIPT I-cache on CPU3

[ 0.063364] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]

[ 0.063412] smp: Brought up 1 node, 4 CPUs

[ 0.097528] SMP: Total of 4 processors activated.

[ 0.102227] CPU features: detected: 32-bit EL0 Support

[ 0.107360] CPU features: detected: CRC32 instructions

[ 0.112544] CPU: All CPU(s) started at EL2

[ 0.116584] alternatives: applying system-wide alternatives

[ 0.123338] devtmpfs: initialized

[ 0.130151] Registered cp15_barrier emulation handler

[ 0.130501] Registered setend emulation handler

[ 0.135138] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns

[ 0.144780] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)

[ 0.158125] pinctrl core: initialized pinctrl subsystem

[ 0.159144] NET: Registered PF_NETLINK/PF_ROUTE protocol family

[ 0.164501] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations

[ 0.170789] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations

[ 0.178573] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations

[ 0.186390] audit: initializing netlink subsys (disabled)

[ 0.191830] audit: type=2000 audit(0.120:1): state=initialized audit_enabled=0 res=1

[ 0.199504] cpuidle: using governor menu

[ 0.203482] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.

[ 0.210243] ASID allocator initialised with 65536 entries

[ 0.234712] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages

[ 0.235875] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page

[ 0.242488] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages

[ 0.249265] HugeTLB: 508 KiB vmemmap can be freed for a 32.0 MiB page

[ 0.255704] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages

[ 0.262488] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page

[ 0.268841] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages

[ 0.275625] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page

[ 0.349963] raid6: neonx8 gen() 2264 MB/s

[ 0.418019] raid6: neonx4 gen() 2212 MB/s

[ 0.486090] raid6: neonx2 gen() 2118 MB/s

[ 0.554153] raid6: neonx1 gen() 1808 MB/s

[ 0.622209] raid6: int64x8 gen() 1415 MB/s

[ 0.690260] raid6: int64x4 gen() 1561 MB/s

[ 0.758331] raid6: int64x2 gen() 1397 MB/s

[ 0.826388] raid6: int64x1 gen() 1034 MB/s

[ 0.826429] raid6: using algorithm neonx8 gen() 2264 MB/s

[ 0.898462] raid6: .... xor() 1656 MB/s, rmw enabled

[ 0.898508] raid6: using neon recovery algorithm

[ 0.902859] iommu: Default domain type: Translated

[ 0.907266] iommu: DMA domain TLB invalidation policy: strict mode

[ 0.913743] SCSI subsystem initialized

[ 0.917291] libata version 3.00 loaded.

[ 0.917426] usbcore: registered new interface driver usbfs

[ 0.922777] usbcore: registered new interface driver hub

[ 0.928081] usbcore: registered new device driver usb

[ 0.933271] mc: Linux media interface: v0.10

[ 0.937393] videodev: Linux video capture interface: v2.00

[ 0.942905] pps_core: LinuxPPS API ver. 1 registered

[ 0.947807] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

[ 0.956950] PTP clock support registered

[ 0.960877] EDAC MC: Ver: 3.0.0

[ 0.964345] zynqmp-ipi-mbox mailbox@ff9905c0: Registered ZynqMP IPI mbox with TX/RX channels.

[ 0.972870] jesd204: found 0 devices and 0 topologies

[ 0.977596] FPGA manager framework

[ 0.980986] Advanced Linux Sound Architecture Driver Initialized.

[ 0.987512] Bluetooth: Core ver 2.22

[ 0.990621] NET: Registered PF_BLUETOOTH protocol family

[ 0.995918] Bluetooth: HCI device and connection manager initialized

[ 1.002272] Bluetooth: HCI socket layer initialized

[ 1.007147] Bluetooth: L2CAP socket layer initialized

[ 1.012198] Bluetooth: SCO socket layer initialized

[ 1.017576] clocksource: Switched to clocksource arch_sys_counter

[ 1.023333] VFS: Disk quotas dquot_6.6.0

[ 1.027097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)

[ 1.039099] NET: Registered PF_INET protocol family

[ 1.039322] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)

[ 1.048973] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)

[ 1.054761] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)

[ 1.062482] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)

[ 1.070598] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)

[ 1.078612] TCP: Hash tables configured (established 32768 bind 32768)

[ 1.084400] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)

[ 1.091084] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)

[ 1.098306] NET: Registered PF_UNIX/PF_LOCAL protocol family

[ 1.104262] RPC: Registered named UNIX socket transport module.

[ 1.109720] RPC: Registered udp transport module.

[ 1.114413] RPC: Registered tcp transport module.

[ 1.119110] RPC: Registered tcp NFSv4.1 backchannel transport module.

[ 1.126220] PCI: CLS 0 bytes, default 64

[ 1.129826] Trying to unpack rootfs image as initramfs...

[ 1.135453] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available

[ 1.143737] Initialise system trusted keyrings

[ 1.147246] workingset: timestamp_bits=46 max_order=20 bucket_order=0

[ 1.154398] NFS: Registering the id_resolver key type

[ 1.158545] Key type id_resolver registered

[ 1.162699] Key type id_legacy registered

[ 1.166751] nfs4filelayout_init: NFSv4 File Layout Driver Registering...

[ 1.173399] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...

[ 1.180837] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.

[ 1.188201] fuse: init (API version 7.37)

[ 1.228387] NET: Registered PF_ALG protocol family

[ 1.228463] xor: measuring software checksum speed

[ 1.236249] 8regs : 2521 MB/sec

[ 1.240587] 32regs : 2522 MB/sec

[ 1.245224] arm64_neon : 2351 MB/sec

[ 1.245385] xor: using function: 32regs (2522 MB/sec)

[ 1.250446] Key type asymmetric registered

[ 1.254531] Asymmetric key parser 'x509' registered

[ 1.259484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)

[ 1.266797] io scheduler mq-deadline registered

[ 1.271316] io scheduler kyber registered

[ 1.313104] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled

[ 1.321498] brd: module loaded

[ 1.325100] loop: module loaded

[ 1.325557] Registered mathworks_ip class

[ 1.327146] mtdoops: mtd device (mtddev=name/number) must be supplied

[ 1.336129] tun: Universal TUN/TAP device driver, 1.6

[ 1.338241] CAN device driver interface

[ 1.342840] SPI driver wl1271_spi has no spi_device_id for ti,wl1271

[ 1.348275] SPI driver wl1271_spi has no spi_device_id for ti,wl1273

[ 1.354621] SPI driver wl1271_spi has no spi_device_id for ti,wl1281

[ 1.360976] SPI driver wl1271_spi has no spi_device_id for ti,wl1283

[ 1.367321] SPI driver wl1271_spi has no spi_device_id for ti,wl1285

[ 1.373687] SPI driver wl1271_spi has no spi_device_id for ti,wl1801

[ 1.380023] SPI driver wl1271_spi has no spi_device_id for ti,wl1805

[ 1.386373] SPI driver wl1271_spi has no spi_device_id for ti,wl1807

[ 1.392724] SPI driver wl1271_spi has no spi_device_id for ti,wl1831

[ 1.399075] SPI driver wl1271_spi has no spi_device_id for ti,wl1835

[ 1.405427] SPI driver wl1271_spi has no spi_device_id for ti,wl1837

[ 1.412006] usbcore: registered new interface driver asix

[ 1.417227] usbcore: registered new interface driver ax88179_178a

[ 1.423308] usbcore: registered new interface driver cdc_ether

[ 1.429138] usbcore: registered new interface driver net1080

[ 1.434807] usbcore: registered new interface driver cdc_subset

[ 1.440703] usbcore: registered new interface driver zaurus

[ 1.446298] usbcore: registered new interface driver cdc_ncm

[ 1.451926] usbcore: registered new interface driver r8153_ecm

[ 1.459274] usbcore: registered new interface driver uas

[ 1.463080] usbcore: registered new interface driver usb-storage

[ 1.469115] usbcore: registered new interface driver usbserial_generic

[ 1.475578] usbserial: USB Serial support registered for generic

[ 1.481629] usbcore: registered new interface driver ftdi_sio

[ 1.487333] usbserial: USB Serial support registered for FTDI USB Serial Device

[ 1.494651] usbcore: registered new interface driver upd78f0730

[ 1.500550] usbserial: USB Serial support registered for upd78f0730

[ 1.508109] SPI driver ads7846 has no spi_device_id for ti,tsc2046

[ 1.512968] SPI driver ads7846 has no spi_device_id for ti,ads7843

[ 1.519136] SPI driver ads7846 has no spi_device_id for ti,ads7845

[ 1.525317] SPI driver ads7846 has no spi_device_id for ti,ads7873

[ 1.532393] rtc_zynqmp ffa60000.rtc: registered as rtc0

[ 1.536738] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-01T00:02:46 UTC (166)

[ 1.545143] i2c_dev: i2c /dev entries driver

[ 1.551351] usbcore: registered new interface driver uvcvideo

[ 1.556199] Bluetooth: HCI UART driver ver 2.3

[ 1.559434] Bluetooth: HCI UART protocol H4 registered

[ 1.564550] Bluetooth: HCI UART protocol BCSP registered

[ 1.569906] Bluetooth: HCI UART protocol LL registered

[ 1.574990] Bluetooth: HCI UART protocol ATH3K registered

[ 1.580418] Bluetooth: HCI UART protocol Three-wire (H5) registered

[ 1.586802] Bluetooth: HCI UART protocol Intel registered

[ 1.592076] Bluetooth: HCI UART protocol QCA registered

[ 1.597321] usbcore: registered new interface driver bcm203x

[ 1.602951] usbcore: registered new interface driver bpa10x

[ 1.608514] usbcore: registered new interface driver bfusb

[ 1.614017] usbcore: registered new interface driver btusb

[ 1.619515] usbcore: registered new interface driver ath3k

[ 1.625159] EDAC MC: ECC not enabled

[ 1.628863] EDAC DEVICE0: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)

[ 1.641409] sdhci: Secure Digital Host Controller Interface driver

[ 1.646859] sdhci: Copyright(c) Pierre Ossman

[ 1.651202] sdhci-pltfm: SDHCI platform and OF driver helper

[ 1.657767] ledtrig-cpu: registered to indicate activity on CPUs

[ 1.662990] SMCCC: SOC_ID: ID = jep106:0049:0000 Revision = 0x24738093

[ 1.669557] zynqmp_firmware_probe Platform Management API v1.1

[ 1.675272] zynqmp_firmware_probe Trustzone version v1.0

[ 1.709737] zynqmp-aes zynqmp-aes.0: will run requests pump with realtime priority

[ 1.712107] usbcore: registered new interface driver usbhid

[ 1.717263] usbhid: USB HID core driver

[ 1.721276] SPI driver fb_seps525 has no spi_device_id for syncoam,seps525

[ 1.736186] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered

[ 1.737425] usbcore: registered new interface driver snd-usb-audio

[ 1.745289] pktgen: Packet Generator for packet performance testing. Version: 2.75

[ 1.754252] Initializing XFRM netlink socket

[ 1.755079] NET: Registered PF_INET6 protocol family

[ 1.760674] Segment Routing with IPv6

[ 1.763663] In-situ OAM (IOAM) with IPv6

[ 1.767645] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver

[ 1.773960] NET: Registered PF_PACKET protocol family

[ 1.778528] NET: Registered PF_KEY protocol family

[ 1.783523] can: controller area network core

[ 1.787690] NET: Registered PF_CAN protocol family

[ 1.792429] can: raw protocol

[ 1.795390] can: broadcast manager protocol

[ 1.799570] can: netlink gateway - max_hops=1

[ 1.804146] Bluetooth: RFCOMM TTY layer initialized

[ 1.808796] Bluetooth: RFCOMM socket layer initialized

[ 1.813941] Bluetooth: RFCOMM ver 1.11

[ 1.817664] Bluetooth: BNEP (Ethernet Emulation) ver 1.3

[ 1.822958] Bluetooth: BNEP filters: protocol multicast

[ 1.828188] Bluetooth: BNEP socket layer initialized

[ 1.833138] Bluetooth: HIDP (Human Interface Emulation) ver 1.2

[ 1.839058] Bluetooth: HIDP socket layer initialized

[ 1.844302] 9pnet: Installing 9P2000 support

[ 1.848311] NET: Registered PF_IEEE802154 protocol family

[ 1.853713] Key type dns_resolver registered

[ 1.858316] registered taskstats version 1

[ 1.862028] Loading compiled-in X.509 certificates

[ 1.867346] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no

[ 1.873589] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)

[ 2.686065] Freeing initrd memory: 32052K

[ 3.106678] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 23, base_baud = 6249999) is a xuartps

[ 3.115767] printk: console [ttyPS0] enabled

[ 3.120069] printk: bootconsole [cdns0] disabled

[ 3.129473] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 24, base_baud = 6249999) is a xuartps

[ 3.144414] dma-axi-dmac 80000000.dma: Source bus width is zero

[ 3.150334] dma-axi-dmac: probe of 80000000.dma failed with error -22

[ 3.163082] macb ff0e0000.ethernet: Not enabling partial store and forward

[ 3.176431] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 50 (ee:57:e1:26:61:33)

[ 3.186825] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM

[ 3.193430] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM

[ 3.199940] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM

[ 3.206443] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM

[ 3.212946] cdns-i2c ff020000.i2c: can't get pinctrl, bus recovery not supported

[ 3.220715] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 53

[ 3.226827] cdns-i2c ff030000.i2c: can't get pinctrl, bus recovery not supported

[ 3.234562] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 54

[ 3.240885] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s

[ 3.248379] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer with timeout 10s

[ 3.262188] of_cfs_init

[ 3.264661] of_cfs_init: OK

[ 3.267513] cfg80211: Loading compiled-in X.509 certificates for regulatory database

[ 3.289604] mmc0: SDHCI controller on ff160000.mmc [ff160000.mmc] using ADMA 64-bit

[ 3.318562] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'

[ 3.325142] clk: Not disabling unused clocks

[ 3.329477] ALSA device list:

[ 3.332434] No soundcards found.

[ 3.336160] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2

[ 3.344780] cfg80211: failed to load regulatory.db

[ 3.350419] Freeing unused kernel memory: 2752K

[ 3.363798] mmc0: new HS200 MMC card at address 0001

[ 3.368803] Run /init as init process

[ 3.369271] mmcblk0: mmc0:0001 IS064G 58.2 GiB

[ 3.372465] with arguments:

[ 3.372467] /init

[ 3.376986] with environment:

[ 3.376988] HOME=/

[ 3.376991] TERM=linux

[ 3.378582] mmcblk0: p1 p2

[ 3.381981] mmcblk0boot0: mmc0:0001 IS064G 4.00 MiB

[ 3.388241] mmcblk0boot1: mmc0:0001 IS064G 4.00 MiB

[ 3.394240] mmcblk0rpmb: mmc0:0001 IS064G 4.00 MiB, chardev (243:0)

[ 3.394421] systemd[1]: System time before build time, advancing clock.

[ 3.411778] systemd[1]: systemd 251.8+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)

[ 3.443548] systemd[1]: Detected architecture arm64.

[ 3.513751] systemd[1]: Hostname set to <2ADRVSBC>.

[ 3.518748] systemd[1]: Initializing machine ID from random generator.

[ 3.586884] systemd-sysv-generator[137]: SysV service '/etc/init.d/sshd' lacks a default systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a default systemd unit file, in order to make it more safe and robust.

[ 3.611072] systemd-sysv-generator[137]: SysV service '/etc/init.d/nfsserver' lacks a default systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a default systemd unit file, in order to make it more safe and robust.

[ 3.635409] systemd-sysv-generator[137]: SysV service '/etc/init.d/inetd.busybox' lacks a default systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a default systemd unit file, in order to make it more safe and robust.

[ 3.752958] systemd[1]: /lib/systemd/system/iiod.service:15: Invalid environment assignment, ignoring: $IIOD_EXTRA_OPTS=

[ 3.872976] systemd[1]: Queued start job for default target Multi-User System.

[ 3.922795] systemd[1]: Created slice Slice /system/getty.

[ 3.947178] systemd[1]: Created slice Slice /system/modprobe.

[ 3.971031] systemd[1]: Created slice Slice /system/serial-getty.

[ 3.994688] systemd[1]: Created slice User and Session Slice.

[ 4.017847] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.

[ 4.041775] systemd[1]: Started Forward Password Requests to Wall Directory Watch.

[ 4.065843] systemd[1]: Reached target Path Units.

[ 4.081694] systemd[1]: Reached target Remote File Systems.

[ 4.101677] systemd[1]: Reached target Slice Units.

[ 4.117709] systemd[1]: Reached target Swaps.

[ 4.134189] systemd[1]: Listening on RPCbind Server Activation Socket.

[ 4.157676] systemd[1]: Reached target RPC Port Mapper.

[ 4.177999] systemd[1]: Listening on Syslog Socket.

[ 4.193840] systemd[1]: Listening on initctl Compatibility Named Pipe.

[ 4.218128] systemd[1]: Listening on Journal Audit Socket.

[ 4.237909] systemd[1]: Listening on Journal Socket (/dev/log).

[ 4.261986] systemd[1]: Listening on Journal Socket.

[ 4.278109] systemd[1]: Listening on Network Service Netlink Socket.

[ 4.301993] systemd[1]: Listening on udev Control Socket.

[ 4.321890] systemd[1]: Listening on udev Kernel Socket.

[ 4.341925] systemd[1]: Listening on User Database Manager Socket.

[ 4.389883] systemd[1]: Mounting Huge Pages File System...

[ 4.408763] systemd[1]: Mounting POSIX Message Queue File System...

[ 4.432841] systemd[1]: Mounting Kernel Debug File System...

[ 4.450031] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).

[ 4.465870] systemd[1]: Mounting Temporary Directory /tmp...

[ 4.482061] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.1.0-xilinx-v2023.1/modules.devname).

[ 4.501805] systemd[1]: Starting Load Kernel Module configfs...

[ 4.521185] systemd[1]: Starting Load Kernel Module drm...

[ 4.541118] systemd[1]: Starting Load Kernel Module fuse...

[ 4.561184] systemd[1]: Starting RPC Bind...

[ 4.577820] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).

[ 4.590857] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.

[ 4.603752] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)

[ 4.630080] systemd[1]: Starting Journal Service...

[ 4.646313] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.

[ 4.658535] systemd[1]: Mounting NFSD configuration filesystem...

[ 4.677317] systemd[1]: Starting Generate network units from Kernel command line...

[ 4.726153] systemd[1]: Starting Remount Root and Kernel File Systems...

[ 4.753192] systemd[1]: Starting Apply Kernel Variables...

[ 4.773266] systemd[1]: Starting Coldplug All udev Devices...

[ 4.794688] systemd[1]: Started RPC Bind.

[ 4.810127] systemd[1]: Started Journal Service.

[ 5.197848] systemd-journald[147]: Received client request to flush runtime journal.

[ 6.417652] macb ff0e0000.ethernet eth0: PHY [ff0e0000.ethernet-ffffffff:06] driver [Generic PHY] (irq=POLL)

[ 6.427572] macb ff0e0000.ethernet eth0: configuring for phy/rgmii-id link mode

[ 6.470490] pps pps0: new PPS source ptp0

[ 6.475202] macb ff0e0000.ethernet: gem-ptp-timer ptp clock registered.

[ 6.545618] random: crng init done

[ 6.737111] cf_axi_adc: probe of 84a00000.axi-adrv9002-rx-lpc failed with error -22

[ 6.762170] axi_sysid 85000000.axi-sysid-0: AXI System ID core version (1.01.a) found

[ 6.770205] axi_sysid 85000000.axi-sysid-0: system ID header version mismatch. Expected 2, Reported 0

[ 6.779460] axi_sysid: probe of 85000000.axi-sysid-0 failed with error -14

[ 6.830374] cf_axi_adc: probe of 80000000.axi-adrv9002-rx-lpc_B failed with error -22

[ 8.579471] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.

[ 17.003676] platform 84a09000.axi-adrv9002-rx2-lpc: deferred probe pending

[ 17.010573] platform 80009000.axi-adrv9002-rx2-lpc_B: deferred probe pending

[ 17.017631] platform 84a0c800.axi-adrv9002-core-tdd1-lpc: deferred probe pending

[ 17.025030] platform 84a0cc00.axi-adrv9002-core-tdd2-lpc: deferred probe pending

[ 17.032421] platform 8000c800.axi-adrv9002-core-tdd1-lpc_B: deferred probe pending

[ 17.039989] platform 8000cc00.axi-adrv9002-core-tdd2-lpc_B: deferred probe pending

[ 17.047558] platform 84a0a000.axi-adrv9002-tx-lpc: deferred probe pending

[ 17.054337] platform 8000a000.axi-adrv9002-tx-lpc_B: deferred probe pending

[ 37.079607] audit: type=1006 audit(1667916050.680:2): pid=600 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1

[ 37.091981] audit: type=1300 audit(1667916050.680:2): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=7ffc9d5e80 a2=1 a3=1 items=0 ppid=1 pid=600 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)

[ 37.117151] audit: type=1327 audit(1667916050.680:2): proctitle="(systemd)"

Thread Notes