Post Go back to editing

ZCU102+FMCOMMS2 AD9361 project on Petalinux

Category: Software
Product Number: AD9361
Software Version: Petalinux 2023.1

Hello,

I built the the ZCU102+FMCOMMS2 AD9361 project on Petalinux.

But when I am booting from the SD card I am getting this:

Error: implausible serial number 0 read from EEPROM
Xilinx Zynq MP First Stage Boot Loader
Release 2022.2   May  8 2023  -  10:25:19
NOTICE:  BL31: v2.6(release):xlnx_rebase_v2.6_2022.1_update3-18-g0897efd45
NOTICE:  BL31: Built : 03:55:03, Sep  9 2022


U-Boot 2022.01 (Sep 20 2022 - 06:35:33 +0000)

CPU:   ZynqMP
Silicon: v3
Board: Xilinx ZynqMP
DRAM:  8 GiB
PMUFW:  v1.1
PMUFW no permission to change config object
EL Level:       EL2
Chip ID:        zu11eg
NAND:  0 MiB
MMC:   mmc@ff160000: 0
Loading Environment from FAT... *** Error - No Valid Environment Area found
*** Warning - bad env area, using default environment

In:    serial
Out:   serial
Err:   serial
Bootmode: SD_MODE
Reset reason:   EXTERNAL
Net:   FEC: can't find phy-handle

ZYNQ GEM: ff0c0000, mdio bus ff0c0000, phyaddr 0, interface rgmii-id

Warning: ethernet@ff0c0000 (eth0) using random MAC address - e2:79:ee:3c:0e:72
eth0: ethernet@ff0c0000FEC: can't find phy-handle

ZYNQ GEM: ff0e0000, mdio bus ff0e0000, phyaddr 0, interface rgmii-id

Warning: ethernet@ff0e0000 (eth1) using random MAC address - ae:db:05:24:fa:47
, eth1: ethernet@ff0e0000
scanning bus for devices...
starting USB...
Bus usb@fe200000: Register 2000440 NbrPorts 2
Starting the controller
USB XHCI 1.00
scanning bus usb@fe200000 for devices... 2 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
2777 bytes read in 17 ms (159.2 KiB/s)
## Executing script at 20000000
Trying to load boot images from mmc0
54295748 bytes read in 3410 ms (15.2 MiB/s)
## Loading kernel from FIT Image at 10000000 ...
   Using 'conf-system-top.dtb' configuration
   Trying 'kernel-1' kernel subimage
     Description:  Linux kernel
     Created:      2022-10-03   7:50:07 UTC
     Type:         Kernel Image
     Compression:  gzip compressed
     Data Start:   0x100000fc
     Data Size:    9328451 Bytes = 8.9 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00200000
     Entry Point:  0x00200000
     Hash algo:    sha256
     Hash value:   b92b9f8e8f9a3b7e556b6b1bd62331e9e8be647be75c559a1cc38c79212e6                                                                                                                                                             0af
   Verifying Hash Integrity ... sha256+ OK
## Loading ramdisk from FIT Image at 10000000 ...
   Using 'conf-system-top.dtb' configuration
   Trying 'ramdisk-1' ramdisk subimage
     Description:  petalinux-image-minimal
     Created:      2022-10-03   7:50:07 UTC
     Type:         RAMDisk Image
     Compression:  uncompressed
     Data Start:   0x108ef008
     Data Size:    44926788 Bytes = 42.8 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: unavailable
     Entry Point:  unavailable
     Hash algo:    sha256
     Hash value:   45985ff7d75b2a2c0104b8c9da43310c02559b95d7d967c80f12327d4cac8                                                                                                                                                             783
   Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at 10000000 ...
   Using 'conf-system-top.dtb' configuration
   Trying 'fdt-system-top.dtb' fdt subimage
     Description:  Flattened Device Tree blob
     Created:      2022-10-03   7:50:07 UTC
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x108e5950
     Data Size:    38376 Bytes = 37.5 KiB
     Architecture: AArch64
     Hash algo:    sha256
     Hash value:   ffa6a05f5b8a38203dad0aa0b2a6eb33592b16f247884c584517dbe5f5f19                                                                                                                                                             9df
   Verifying Hash Integrity ... sha256+ OK
   Booting using the fdt blob at 0x108e5950
   Uncompressing Kernel Image
   Loading Ramdisk to 7911f000, end 7bbf7744 ... OK
   Loading Device Tree to 0000000079112000, end 000000007911e5e7 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.15.36-xilinx-v2022.2 (oe-user@oe-host) (aarch64-x                                                                                                                                                             ilinx-linux-gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #1 SMP Mon Oc                                                                                                                                                             t 3 07:50:07 UTC 2022
[    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]   DMA32    [mem 0x0000000000000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000097fffffff]
[    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-0x000000097fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000097fffffff]
[    0.000000] On node 0, zone Normal: 256 pages in unavailable ranges
[    0.000000] cma: Reserved 256 MiB at 0x0000000069000000
[    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 s34776 r8192 d30760 u73728
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2064132
[    0.000000] Kernel command line:  earlycon console=ttyPS0,115200 clk_ignore_u                                                                                                                                                             nused root=/dev/ram0 rw
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 byte                                                                                                                                                             s, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes,                                                                                                                                                              linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x000000007bf00000-0x000000007ff0000                                                                                                                                                             0] (64MB)
[    0.000000] Memory: 7833152K/8387584K available (14016K kernel code, 994K rwd                                                                                                                                                             ata, 3944K rodata, 2176K init, 573K bss, 292288K 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=16 to nr_cpu_ids=4.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jif                                                                                                                                                             fies.
[    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] random: get_random_bytes called from start_kernel+0x474/0x6d8 wit                                                                                                                                                             h crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 50.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles:                                                                                                                                                              0xb8812736b, max_idle_ns: 440795202655 ns
[    0.000000] sched_clock: 56 bits at 50MHz, resolution 20ns, wraps every 43980                                                                                                                                                             46511100ns
[    0.008270] Console: colour dummy device 80x25
[    0.012395] Calibrating delay loop (skipped), value calculated using timer fr                                                                                                                                                             equency.. 100.00 BogoMIPS (lpj=200000)
[    0.022752] pid_max: default: 32768 minimum: 301
[    0.027542] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, li                                                                                                                                                             near)
[    0.034879] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 byte                                                                                                                                                             s, linear)
[    0.043817] rcu: Hierarchical SRCU implementation.
[    0.047787] EFI services will not be available.
[    0.052207] smp: Bringing up secondary CPUs ...
[    0.056926] Detected VIPT I-cache on CPU1
[    0.056964] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.057332] Detected VIPT I-cache on CPU2
[    0.057354] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.057700] Detected VIPT I-cache on CPU3
[    0.057721] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.057761] smp: Brought up 1 node, 4 CPUs
[    0.092037] SMP: Total of 4 processors activated.
[    0.096709] CPU features: detected: 32-bit EL0 Support
[    0.101813] CPU features: detected: CRC32 instructions
[    0.106951] CPU: All CPU(s) started at EL2
[    0.110993] alternatives: patching kernel code
[    0.116302] devtmpfs: initialized
[    0.123849] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma                                                                                                                                                             x_idle_ns: 7645041785100000 ns
[    0.128379] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.140877] pinctrl core: initialized pinctrl subsystem
[    0.141334] DMI not present or invalid.
[    0.144510] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.151086] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.157389] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic a                                                                                                                                                             llocations
[    0.165240] audit: initializing netlink subsys (disabled)
[    0.170644] audit: type=2000 audit(0.112:1): state=initialized audit_enabled=                                                                                                                                                             0 res=1
[    0.170973] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.185068] ASID allocator initialised with 65536 entries
[    0.190475] Serial: AMBA PL011 UART driver
[    0.209585] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.210653] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.217308] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.223968] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.198829] cryptd: max_cpu_qlen set to 1000
[    1.220454] DRBG: Continuing without Jitter RNG
[    1.319320] raid6: neonx8   gen()  2357 MB/s
[    1.387372] raid6: neonx8   xor()  1752 MB/s
[    1.455423] raid6: neonx4   gen()  2421 MB/s
[    1.523477] raid6: neonx4   xor()  1716 MB/s
[    1.591540] raid6: neonx2   gen()  2285 MB/s
[    1.659584] raid6: neonx2   xor()  1566 MB/s
[    1.727651] raid6: neonx1   gen()  1951 MB/s
[    1.795700] raid6: neonx1   xor()  1339 MB/s
[    1.863757] raid6: int64x8  gen()  1508 MB/s
[    1.931815] raid6: int64x8  xor()   854 MB/s
[    1.999868] raid6: int64x4  gen()  1766 MB/s
[    2.067930] raid6: int64x4  xor()   936 MB/s
[    2.135995] raid6: int64x2  gen()  1542 MB/s
[    2.204040] raid6: int64x2  xor()   827 MB/s
[    2.272113] raid6: int64x1  gen()  1140 MB/s
[    2.340168] raid6: int64x1  xor()   571 MB/s
[    2.340205] raid6: using algorithm neonx4 gen() 2421 MB/s
[    2.344160] raid6: .... xor() 1716 MB/s, rmw enabled
[    2.349091] raid6: using neon recovery algorithm
[    2.354084] iommu: Default domain type: Translated
[    2.358522] iommu: DMA domain TLB invalidation policy: strict mode
[    2.364962] SCSI subsystem initialized
[    2.368590] usbcore: registered new interface driver usbfs
[    2.373946] usbcore: registered new interface driver hub
[    2.379211] usbcore: registered new device driver usb
[    2.384270] mc: Linux media interface: v0.10
[    2.388464] videodev: Linux video capture interface: v2.00
[    2.393929] pps_core: LinuxPPS API ver. 1 registered
[    2.398829] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome                                                                                                                                                             tti <giometti@linux.it>
[    2.407918] PTP clock support registered
[    2.411819] EDAC MC: Ver: 3.0.0
[    2.415177] zynqmp-ipi-mbox mailbox@ff990400: Registered ZynqMP IPI mbox with                                                                                                                                                              TX/RX channels.
[    2.423573] FPGA manager framework
[    2.426866] Advanced Linux Sound Architecture Driver Initialized.
[    2.433116] Bluetooth: Core ver 2.22
[    2.436381] NET: Registered PF_BLUETOOTH protocol family
[    2.441647] Bluetooth: HCI device and connection manager initialized
[    2.447964] Bluetooth: HCI socket layer initialized
[    2.452806] Bluetooth: L2CAP socket layer initialized
[    2.457828] Bluetooth: SCO socket layer initialized
[    2.462969] clocksource: Switched to clocksource arch_sys_counter
[    2.468840] VFS: Disk quotas dquot_6.6.0
[    2.472647] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.483411] NET: Registered PF_INET protocol family
[    2.484463] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, li                                                                                                                                                             near)
[    2.494450] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 6553                                                                                                                                                             6 bytes, linear)
[    2.500367] TCP established hash table entries: 65536 (order: 7, 524288 bytes                                                                                                                                                             , linear)
[    2.508529] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, line                                                                                                                                                             ar)
[    2.516241] TCP: Hash tables configured (established 65536 bind 65536)
[    2.522073] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    2.528879] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear                                                                                                                                                             )
[    2.536119] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.541889] RPC: Registered named UNIX socket transport module.
[    2.547445] RPC: Registered udp transport module.
[    2.552110] RPC: Registered tcp transport module.
[    2.556778] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.563182] PCI: CLS 0 bytes, default 64
[    2.567230] Trying to unpack rootfs image as initramfs...
[    2.579150] armv8-pmu pmu: hw perfevents: no interrupt-affinity property, gue                                                                                                                                                             ssing.
[    2.581621] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters av                                                                                                                                                             ailable
[    4.446877] Freeing initrd memory: 43872K
[    4.499112] Initialise system trusted keyrings
[    4.499239] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    4.505060] NFS: Registering the id_resolver key type
[    4.509360] Key type id_resolver registered
[    4.513496] Key type id_legacy registered
[    4.517489] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    4.524144] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering                                                                                                                                                             ...
[    4.531500] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    4.570572] NET: Registered PF_ALG protocol family
[    4.570617] xor: measuring software checksum speed
[    4.578257]    8regs           :  2609 MB/sec
[    4.581983]    32regs          :  3090 MB/sec
[    4.586989]    arm64_neon      :  2548 MB/sec
[    4.587447] xor: using function: 32regs (3090 MB/sec)
[    4.592471] Key type asymmetric registered
[    4.596535] Asymmetric key parser 'x509' registered
[    4.601411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                                                                                                                                             44)
[    4.608734] io scheduler mq-deadline registered
[    4.613233] io scheduler kyber registered
[    4.641953] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    4.643613] Serial: AMBA driver
[    4.646454] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    4.655771] brd: module loaded
[    4.659035] loop: module loaded
[    4.660156] mtdoops: mtd device (mtddev=name/number) must be supplied
[    4.666937] tun: Universal TUN/TAP device driver, 1.6
[    4.669484] CAN device driver interface
[    4.673743] usbcore: registered new interface driver asix
[    4.678610] usbcore: registered new interface driver ax88179_178a
[    4.684652] usbcore: registered new interface driver cdc_ether
[    4.690439] usbcore: registered new interface driver net1080
[    4.696061] usbcore: registered new interface driver cdc_subset
[    4.701943] usbcore: registered new interface driver zaurus
[    4.707488] usbcore: registered new interface driver cdc_ncm
[    4.713555] usbcore: registered new interface driver cdc_acm
[    4.718709] cdc_acm: USB Abstract Control Model driver for USB modems and ISD                                                                                                                                                             N adapters
[    4.726740] usbcore: registered new interface driver uas
[    4.731973] usbcore: registered new interface driver usb-storage
[    4.737958] usbcore: registered new interface driver usbserial_generic
[    4.744413] usbserial: USB Serial support registered for generic
[    4.750383] usbcore: registered new interface driver pl2303
[    4.755912] usbserial: USB Serial support registered for pl2303
[    4.762372] rtc_zynqmp ffa60000.rtc: registered as rtc0
[    4.766985] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-01T00:00                                                                                                                                                             :09 UTC (9)
[    4.775058] i2c_dev: i2c /dev entries driver
[    4.780631] usbcore: registered new interface driver uvcvideo
[    4.785307] Bluetooth: HCI UART driver ver 2.3
[    4.789380] Bluetooth: HCI UART protocol H4 registered
[    4.794482] Bluetooth: HCI UART protocol BCSP registered
[    4.799771] Bluetooth: HCI UART protocol LL registered
[    4.804861] Bluetooth: HCI UART protocol ATH3K registered
[    4.810240] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    4.816481] Bluetooth: HCI UART protocol Intel registered
[    4.821829] Bluetooth: HCI UART protocol QCA registered
[    4.827027] usbcore: registered new interface driver bcm203x
[    4.832649] usbcore: registered new interface driver bpa10x
[    4.838186] usbcore: registered new interface driver bfusb
[    4.843634] usbcore: registered new interface driver btusb
[    4.849094] usbcore: registered new interface driver ath3k
[    4.854703] EDAC MC0: Giving out device to module 1 controller synps_ddr_cont                                                                                                                                                             roller: DEV synps_edac (INTERRUPT)
[    4.864662] EDAC DEVICE0: Giving out device to module edac controller cache_e                                                                                                                                                             rr: DEV edac (POLLED)
[    4.873590] EDAC DEVICE1: Giving out device to module zynqmp-ocm-edac control                                                                                                                                                             ler zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
[    4.885926] sdhci: Secure Digital Host Controller Interface driver
[    4.891713] sdhci: Copyright(c) Pierre Ossman
[    4.896033] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.901914] ledtrig-cpu: registered to indicate activity on CPUs
[    4.907720] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    4.914089] zynqmp_firmware_probe Platform Management API v1.1
[    4.919823] zynqmp_firmware_probe Trustzone version v1.0
[    4.950034] securefw securefw: securefw probed
[    4.950147] zynqmp_aes firmware:zynqmp-firmware:zynqmp-aes: The zynqmp-aes dr                                                                                                                                                             iver shall be deprecated in 2022.2 and removed in 2023.1
[    4.961059] alg: No test for xilinx-zynqmp-aes (zynqmp-aes)
[    4.966425] zynqmp_aes firmware:zynqmp-firmware:zynqmp-aes: AES Successfully                                                                                                                                                              Registered
[    4.974455] zynqmp-keccak-384 firmware:zynqmp-firmware:sha384: The zynqmp-sha                                                                                                                                                             -deprecated driver shall be deprecated in 2022.2 and removed in 2023.1 release
[    4.988258] alg: No test for xilinx-keccak-384 (zynqmp-keccak-384)
[    4.994512] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
[    5.000022] usbcore: registered new interface driver usbhid
[    5.005414] usbhid: USB HID core driver
[    5.011931] ARM CCI_400_r1 PMU driver probed
[    5.012475] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[    5.020200] usbcore: registered new interface driver snd-usb-audio
[    5.026664] pktgen: Packet Generator for packet performance testing. Version:                                                                                                                                                              2.75
[    5.034875] Initializing XFRM netlink socket
[    5.037834] NET: Registered PF_INET6 protocol family
[    5.043171] Segment Routing with IPv6
[    5.046333] In-situ OAM (IOAM) with IPv6
[    5.050283] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    5.056413] NET: Registered PF_PACKET protocol family
[    5.061127] NET: Registered PF_KEY protocol family
[    5.065888] can: controller area network core
[    5.070225] NET: Registered PF_CAN protocol family
[    5.074962] can: raw protocol
[    5.077896] can: broadcast manager protocol
[    5.082054] can: netlink gateway - max_hops=1
[    5.086468] Bluetooth: RFCOMM TTY layer initialized
[    5.091226] Bluetooth: RFCOMM socket layer initialized
[    5.096333] Bluetooth: RFCOMM ver 1.11
[    5.100046] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.105319] Bluetooth: BNEP filters: protocol multicast
[    5.110510] Bluetooth: BNEP socket layer initialized
[    5.115438] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    5.121323] Bluetooth: HIDP socket layer initialized
[    5.126278] 8021q: 802.1Q VLAN Support v1.8
[    5.130502] 9pnet: Installing 9P2000 support
[    5.134659] Key type dns_resolver registered
[    5.139006] registered taskstats version 1
[    5.142942] Loading compiled-in X.509 certificates
[    5.148726] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    5.162336] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 54, base_baud =                                                                                                                                                              6250000) is a xuartps
[    5.171364] printk: console [ttyPS0] enabled
[    5.171364] printk: console [ttyPS0] enabled
[    5.175659] printk: bootconsole [cdns0] disabled
[    5.175659] printk: bootconsole [cdns0] disabled
[    5.184972] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 55, base_baud =                                                                                                                                                              6250000) is a xuartps
[    5.198377] of-fpga-region fpga-full: FPGA Region probed
[    5.204208] nwl-pcie fd0e0000.pcie: host bridge /axi/pcie@fd0e0000 ranges:
[    5.211107] nwl-pcie fd0e0000.pcie:      MEM 0x00e0000000..0x00efffffff -> 0x                                                                                                                                                             00e0000000
[    5.219112] nwl-pcie fd0e0000.pcie:      MEM 0x0600000000..0x07ffffffff -> 0x                                                                                                                                                             0600000000
[    6.227265] nwl-pcie fd0e0000.pcie: PHY link never came up
[    6.232760] nwl-pcie fd0e0000.pcie: HW Initialization failed
[    6.238469] nwl-pcie: probe of fd0e0000.pcie failed with error -110
[    6.245408] xilinx-zynqmp-dma fd500000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.253497] xilinx-zynqmp-dma fd510000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.261567] xilinx-zynqmp-dma fd520000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.269629] xilinx-zynqmp-dma fd530000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.277702] xilinx-zynqmp-dma fd540000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.285760] xilinx-zynqmp-dma fd550000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.293837] xilinx-zynqmp-dma fd560000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.301900] xilinx-zynqmp-dma fd570000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.310050] xilinx-zynqmp-dma ffa80000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.318119] xilinx-zynqmp-dma ffa90000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.326189] xilinx-zynqmp-dma ffaa0000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.334250] xilinx-zynqmp-dma ffab0000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.342319] xilinx-zynqmp-dma ffac0000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.350390] xilinx-zynqmp-dma ffad0000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.358461] xilinx-zynqmp-dma ffae0000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.366524] xilinx-zynqmp-dma ffaf0000.dma-controller: ZynqMP DMA driver Prob                                                                                                                                                             e success
[    6.374739] spi_master spi0: /axi/spi@ff0f0000/flash@0 has no valid 'reg' pro                                                                                                                                                             perty (-22)
[    6.382838] spi_master spi0: Failed to create SPI device for /axi/spi@ff0f000                                                                                                                                                             0/flash@0
[    6.391256] xilinx_can ff060000.can can0: TDC Offset value not in range
[    6.398241] macb ff0c0000.ethernet: Not enabling partial store and forward
[    6.410282] macb ff0c0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0c                                                                                                                                                             0000 irq 39 (e2:79:ee:3c:0e:72)
[    6.410837] zynqmp_pll_disable() clock disable failed for dpll_int, ret = -13
[    6.427313] macb ff0e0000.ethernet: Not enabling partial store and forward
[    6.439132] macb ff0e0000.ethernet eth1: Cadence GEM rev 0x50070106 at 0xff0e                                                                                                                                                             0000 irq 40 (ae:db:05:24:fa:47)
[    6.449341] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[    6.455860] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
[    6.462320] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
[    6.468788] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
[    6.496123] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    6.501614] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus nu                                                                                                                                                             mber 1
[    6.509360] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100                                                                                                                                                              quirks 0x0000000002010090
[    6.518764] xhci-hcd xhci-hcd.1.auto: irq 57, io mem 0xfe200000
[    6.524877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc                                                                                                                                                             dDevice= 5.15
[    6.533138] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                                                                                                                                                             1
[    6.540358] usb usb1: Product: xHCI Host Controller
[    6.545230] usb usb1: Manufacturer: Linux 5.15.36-xilinx-v2022.2 xhci-hcd
[    6.552019] usb usb1: SerialNumber: xhci-hcd.1.auto
[    6.557207] hub 1-0:1.0: USB hub found
[    6.560966] hub 1-0:1.0: 1 port detected
[    6.565063] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    6.570543] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus nu                                                                                                                                                             mber 2
[    6.578202] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    6.584857] usb usb2: We don't know the algorithms for LPM for this host, dis                                                                                                                                                             abling LPM.
[    6.593038] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bc                                                                                                                                                             dDevice= 5.15
[    6.601301] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=                                                                                                                                                             1
[    6.608513] usb usb2: Product: xHCI Host Controller
[    6.613380] usb usb2: Manufacturer: Linux 5.15.36-xilinx-v2022.2 xhci-hcd
[    6.620162] usb usb2: SerialNumber: xhci-hcd.1.auto
[    6.625268] hub 2-0:1.0: USB hub found
[    6.629031] hub 2-0:1.0: 1 port detected
[    6.633609] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 42
[    6.642665] of_cfs_init
[    6.645146] of_cfs_init: OK
[    6.648037] clk: Not disabling unused clocks
[    6.652546] ALSA device list:
[    6.655507]   No soundcards found.
[    6.672769] mmc0: SDHCI controller on ff160000.mmc [ff160000.mmc] using ADMA                                                                                                                                                              64-bit
[    6.680952] Freeing unused kernel memory: 2176K
[    6.685535] Run /init as init process
[    6.698490] systemd[1]: System time before build time, advancing clock.
[    6.708466] systemd[1]: systemd 249.7+ running in system mode (+PAM -AUDIT -S                                                                                                                                                             ELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL                                                                                                                                                              -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUAL                                                                                                                                                             ITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD +XKBCOMMON +UTMP +SYSVINIT def                                                                                                                                                             ault-hierarchy=hybrid)
[    6.738732] systemd[1]: Detected architecture arm64.

Welcome to PetaLinux 2022.2_release_S10071807 (honister)!

[    6.779124] systemd[1]: Hostname set to <9z1-petalinux-zu11eg-20222>.
[    6.785702] random: systemd: uninitialized urandom read (16 bytes read)
[    6.791347] mmc0: new high speed MMC card at address 0001
[    6.792342] systemd[1]: Initializing machine ID from random generator.
[    6.798138] mmcblk0: mmc0:0001 HCG4a2 59.2 GiB
[    6.810115]  mmcblk0: p1
[    6.813018] mmcblk0boot0: mmc0:0001 HCG4a2 8.00 MiB
[    6.819286] mmcblk0boot1: mmc0:0001 HCG4a2 8.00 MiB
[    6.823041] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    6.838605] systemd-sysv-generator[234]: SysV service '/etc/init.d/watchdog-i                                                                                                                                                             nit' lacks a native systemd unit file. Automatically generating a unit file for                                                                                                                                                              compatibility. Please update package to include a native systemd unit file, in o                                                                                                                                                             rder to make it more safe and robust.
[    6.862910] mmcblk0rpmb: mmc0:0001 HCG4a2 4.00 MiB, chardev (239:0)
[    6.864711] systemd-sysv-generator[234]: SysV service '/etc/init.d/sshd' lack                                                                                                                                                             s a native systemd unit file. Automatically generating a unit file for compatibi                                                                                                                                                             lity. Please update package to include a native systemd unit file, in order to m                                                                                                                                                             ake it more safe and robust.
[    6.893293] systemd-sysv-generator[234]: SysV service '/etc/init.d/rng-tools'                                                                                                                                                              lacks a native systemd unit file. Automatically generating a unit file for comp                                                                                                                                                             atibility. Please update package to include a native systemd unit file, in order                                                                                                                                                              to make it more safe and robust.
[    6.917491] systemd-sysv-generator[234]: SysV service '/etc/init.d/nfsserver'                                                                                                                                                              lacks a native systemd unit file. Automatically generating a unit file for comp                                                                                                                                                             atibility. Please update package to include a native systemd unit file, in order                                                                                                                                                              to make it more safe and robust.
[    6.941502] systemd-sysv-generator[234]: SysV service '/etc/init.d/nfscommon'                                                                                                                                                              lacks a native systemd unit file. Automatically generating a unit file for comp                                                                                                                                                             atibility. Please update package to include a native systemd unit file, in order                                                                                                                                                              to make it more safe and robust.
[    6.965766] systemd-sysv-generator[234]: SysV service '/etc/init.d/inetd.busy                                                                                                                                                             box' lacks a native systemd unit file. Automatically generating a unit file for                                                                                                                                                              compatibility. Please update package to include a native systemd unit file, in o                                                                                                                                                             rder to make it more safe and robust.
[    7.011130] usb 1-1: New USB device found, idVendor=04b4, idProduct=6560, bcd                                                                                                                                                             Device=90.15
[    7.019332] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.064915] hub 1-1:1.0: USB hub found
[    7.068706] hub 1-1:1.0: 4 ports detected
[    7.174069] systemd[1]: Queued start job for default target Multi-User System                                                                                                                                                             .
[    7.182160] random: systemd: uninitialized urandom read (16 bytes read)
[    7.213649] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[    7.235083] random: systemd: uninitialized urandom read (16 bytes read)
[    7.242971] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    7.264124] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    7.288024] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    7.311224] systemd[1]: Started Dispatch Password Requests to Console Directo                                                                                                                                                             ry Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    7.335151] systemd[1]: Started Forward Password Requests to Wall Directory W                                                                                                                                                             atch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    7.359207] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[    7.375063] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    7.395047] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[    7.411077] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[    7.427448] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[    7.451055] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[    7.471322] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    7.487187] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    7.511476] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    7.531242] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    7.551311] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    7.567461] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    7.591308] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    7.611241] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    7.631257] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[    7.657382] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    7.677510] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    7.701634] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    7.719372] systemd[1]: Condition check resulted in Kernel Trace File System                                                                                                                                                              being skipped.
[    7.730399] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[    7.747292] systemd[1]: Condition check resulted in Create List of Static Dev                                                                                                                                                             ice Nodes being skipped.
[    7.759394] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[    7.778022] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    7.797792] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    7.817876] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[    7.831136] systemd[1]: Condition check resulted in File System Check on Root                                                                                                                                                              Device being skipped.
[    7.840868] systemd[1]: Condition check resulted in Load Kernel Modules being                                                                                                                                                              skipped.
[    7.851066] systemd[1]: Mounting NFSD configuration filesystem...
         Mounting NFSD configuration filesystem...
[    7.873798] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems    7.885347] tmpfs: Unkno                                                                                                                                                             wn parameter 'stri'
0m...
[    7.901817] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    7.921812] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[    7.947278] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[    7.963556] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[    7.983493] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    8.007488] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[    8.027499] systemd[1]: Mounted Temporary Directory /tmp.
[  OK  ] Mounted Temporary Directory /tmp.
[    8.048011] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    8.056251] systemd[1]: Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module configfs.
[    8.079685] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    8.087552] systemd[1]: Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module drm.
[    8.107833] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    8.115570] systemd[1]: Finished Load Kernel Module fuse.
[  OK  ] Finished Load Kernel Module fuse.
[    8.135425] systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited                                                                                                                                                             , status=32/n/a
[    8.143884] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'.
[    8.152091] systemd[1]: Failed to mount NFSD configuration filesystem.
[FAILED] Failed to mount NFSD configuration filesystem.
See 'systemctl status proc-fs-nfsd.mount' for details.
[    8.187147] systemd[1]: Dependency failed for NFS server and services.
[DEPEND] Dependency failed for NFS server and services.
[    8.215011] systemd[1]: Dependency failed for NFS Mount Daemon.
[DEPEND] Dependency failed for NFS Mount Daemon.
[    8.235003] systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start fail                                                                                                                                                             ed with result 'dependency'.
[    8.244598] systemd[1]: nfs-server.service: Job nfs-server.service/start fail                                                                                                                                                             ed with result 'dependency'.
[    8.254523] systemd[1]: systemd-remount-fs.service: Main process exited, code                                                                                                                                                             =exited, status=1/FAILURE
[    8.264189] systemd[1]: systemd-remount-fs.service: Failed with result 'exit-                                                                                                                                                             code'.
[    8.273029] systemd[1]: Failed to start Remount Root and Kernel File Systems.
[FAILED] Failed to start Remount Root and Kernel File Systems.
See 'systemctl status systemd-remount-fs.service' for details.
[    8.308461] systemd[1]: Finished Apply Kernel Variables.
[  OK  ] Finished Apply Kernel Variables.
[    8.333652] systemd[1]: Condition check resulted in FUSE Control File System                                                                                                                                                              being skipped.
[    8.344651] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[    8.367319] systemd[1]: Condition check resulted in Rebuild Hardware Database                                                                                                                                                              being skipped.
[    8.376029] systemd[1]: Condition check resulted in Platform Persistent Stora                                                                                                                                                             ge Archival being skipped.
[    8.388355] systemd[1]: Starting Create System Users...
         Starting Create System Users...
[    8.406796] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[    8.428728] systemd[1]: Finished Create System Users.
[  OK  ] Finished Create System Users.
[    8.446171] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[    8.468846] systemd[1]: Finished Create Static Device Nodes in /dev.
[  OK  ] Finished Create Static Device Nodes in /dev.
[    8.491384] systemd[1]: Reached target Preparation for Local File Systems.
[  OK  ] Reached target Preparation for Local File Systems.
[    8.517786] systemd[1]: Mounting /var/volatile...
         Mounting /var/volatile...
[    8.534594] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[  OK  ] Started Entropy Daemon based on the HAVEGE algorithm.
[    8.559794] systemd[1]: systemd-journald.service: unit configures an IP firew                                                                                                                                                             all, but the local system does not support BPF/cgroup firewalling.
[    8.572851] systemd[1]: (This warning is only shown for the first unit using                                                                                                                                                              IP firewalling.)
[    8.585011] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    8.603227] systemd[1]: Starting Rule-based Manager for Device Events and Fil                                                                                                                                                             es...
         Starting Rule-based Manage…for Device Events and Files...
[    8.629332] systemd[1]: Mounted /var/volatile.
[  OK  ] Mounted /var/volatile.
[    8.644963] systemd[1]: Finished Coldplug All udev Devices.
[  OK  ] Finished Coldplug All udev Devices.
[    8.670526] systemd[1]: Starting Wait for udev To Complete Device Initializat                                                                                                                                                             ion...
         Starting Wait for udev To …plete Device Initialization...
[    8.695158] systemd[1]: Condition check resulted in Bind mount volatile /var/                                                                                                                                                             cache being skipped.
[    8.704251] systemd[1]: Condition check resulted in Bind mount volatile /var/                                                                                                                                                             lib being skipped.
[    8.737687] systemd[1]: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
[    8.755162] systemd[1]: Condition check resulted in Bind mount volatile /var/                                                                                                                                                             spool being skipped.
[    8.764386] systemd[1]: Condition check resulted in Bind mount volatile /srv                                                                                                                                                              being skipped.
[    8.772926] systemd[1]: Reached target Local File Systems.
[  OK  ] Reached target Local File Systems.
[    8.798948] systemd[1]: Starting Rebuild Dynamic Linker Cache...
         Starting Rebuild Dynamic Linker Cache...
[    8.816479] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Finished Rebuild Dynamic Linker Cache.
         Starting Flush Journal to Persistent Storage...
[    8.901608] systemd-journald[266]: Received client request to flush runtime j                                                                                                                                                             ournal.
         Starting Network Configuration...
[  OK  ] Finished Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[    9.235365] random: fast init done
[  OK  ] Finished Create Volatile Files and Directories.
[  OK  ] Started Network Configuration.
[    9.623466] macb ff0e0000.ethernet eth1: PHY [ff0e0000.ethernet-ffffffff:00]                                                                                                                                                              driver [Marvell 88E1510] (irq=POLL)
[    9.633687] macb ff0e0000.ethernet eth1: configuring for phy/rgmii-id link mo                                                                                                                                                             de
[    9.643342] pps pps0: new PPS source ptp0
[    9.650871] macb ff0e0000.ethernet: gem-ptp-timer ptp clock registered.
[    9.719491] macb ff0c0000.ethernet eth0: PHY [ff0c0000.ethernet-ffffffff:00]                                                                                                                                                              driver [Marvell 88E1510] (irq=POLL)
[    9.729709] macb ff0c0000.ethernet eth0: configuring for phy/rgmii-id link mo                                                                                                                                                             de
[    9.738889] pps pps1: new PPS source ptp1
[    9.743777] macb ff0c0000.ethernet: gem-ptp-timer ptp clock registered.
[  OK  ] Finished Wait for udev To Complete Device Initialization.
[  OK  ] Found device /dev/mmcblk0p1.
[    9.968661] random: crng init done
[    9.972072] random: 7 urandom warning(s) missed due to ratelimiting
[  OK  ] Finished Load/Save Random Seed.
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
         Mounting /mnt...
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
         Starting Rebuild Journal Catalog...
         Starting Network Name Resolution...
[   10.416974] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data                                                                                                                                                              may be corrupt. Please run fsck.
         Starting Network Time Synchronization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Mounted /mnt.
[  OK  ] Finished Rebuild Journal Catalog.
         Starting Update is Completed...
[  OK  ] Finished Update is Completed.
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Network.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Started NFS status monitor for NFSv2/3 locking..
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target System Time Set.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting sshd.socket...
[  OK  ] Listening on sshd.socket.
[  OK  ] Reached target Socket Units.
[  OK  ] Reached target Basic System.
[  OK  ] Started Kernel Logging Service.
[  OK  ] Started System Logging Service.
[  OK  ] Started D-Bus System Message Bus.
         Starting rng-tools.service...
         Starting User Login Management...
         Starting Permit User Sessions...
         Starting Target Communication Framework agent...
         Starting OpenSSH Key Generation...
[  OK  ] Started rng-tools.service.
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started Target Communication Framework agent.
[  OK  ] Started Getty on tty1.
         Starting LSB: NFS support for both client and server...
[  OK  ] Started Serial Getty on ttyPS0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started LSB: NFS support for both client and server.
         Starting inetd.busybox.service...
         Starting LSB: Kernel NFS server support...
[  OK  ] Started inetd.busybox.service.
[FAILED] Failed to start LSB: Kernel NFS server support.
See 'systemctl status nfsserver.service' for details.
[  OK  ] Started User Login Management.
[  OK  ] Reached target Multi-User System.
         Starting Record Runlevel Change in UTMP...
[  OK  ] Finished Record Runlevel Change in UTMP.

PetaLinux 2022.2_release_S10071807 9z1-petalinux-zu11eg-20222 ttyPS0

9z1-petalinux-zu11eg-20222 login:

Can you please help me debug why I get the error:

[FAILED] Failed to start Remount Root and Kernel File Systems.
And why is not running  the ADI application ?

Thanks

Thread Notes