petalinux-boot jtag Examples - petalinux-boot jtag Examples - 2025.2 English - UG1144

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2025-11-20
Version
2025.2 English

Select the images for loading on target from the following:

  1. Prebuilt directory: <plnx-proj-root>/pre-built/linux/images. These are prebuilt images packed along with the BSP.
  2. Images directory: <plnx-proj-root>/images/linux. These are the images built by the user.

The following examples demonstrate some use-cases of the petalinux-boot jtag command.

  • Download bitstream and FSBL for Zynq 7000 devices, and FSBL and PMU firmware for Zynq UltraScale+ MPSoC
    petalinux-boot jtag --prebuilt 1
    Note: Images are taken from <plnx-proj-root>/pre-built/linux/images directory.
  • Boot U-Boot on target board after loading bitstream/boot loader.
    petalinux-boot jtag --prebuilt 2
    Note: Images are taken from <plnx-proj-root>/pre-built/linux/images directory.
    petalinux-boot jtag --u-boot --fpga
    Note: Images are taken from <plnx-proj-root>/images/linux directory.
    • For MicroBlaze™ processors, the previous commands download the bitstream to the target board, and boot the U-Boot on the target board.
    • For Zynq 7000 devices, they download the bitstream and FSBL to the target board, and boot the U-Boot on the target board.
    • For Zynq UltraScale+ MPSoC, they download the bitstream, PMU firmware, FSBL, and U-Boot, and boot upto U-Boot on the target board.
    • For AMD Versal™ adaptive SoC, they download BOOT.BIN (which contains the PDI, PLM firmware, PSM firmware, U-Boot, and DTB) and boot the U-Boot on the target board.
  • Boot prebuilt kernel on target board after loading bitstream, boot loader, and U-Boot.
    petalinux-boot jtag --prebuilt 3
    Note: Images are taken from <plnx-proj-root>/pre-built/linux/images directory.
    petalinux-boot jtag --kernel
    Note: Images are taken from <plnx-proj-root>/images/linux directory.
  • Generate debug messages while loading images:
  • petalinux-boot jtag --u-boot/--kernel -v
    Note: Images are taken from <plnx-proj-root>/images/linux directory.
  • For JTAG boot, specify the cpio rootfile system. It supports Zynq, Zynq UltraScale+ MPSoC, Versal, and MicroBlaze.

  • Boot customized rootfs image with kernel using JTAG:
    petalinux-boot --jtag --prebuilt 2  --hw_server-url xhdbfarmrkg5:3121
    Zynq MP First Stage Boot Loader
    
    Release 2025.2   Sep 17 2025  -  17:11:03
    NOTICE:  BL31: Secure code at 0x60000000
    NOTICE:  BL31: Non secure code at 0x8000000
    NOTICE:  BL31: v2.12.0(release):xlnx_rebase_v2.12_2025.2-127-g1732d65bb-dirty
    NOTICE:  BL31: Built : 09:21:28, Sep 15 2025
    U-Boot 2025.01-g81d7ea5cb66a (Sep 16 2025 - 14:20:49 +0000)
    
    CPU:   ZynqMP
    Silicon: v3
    Chip:  zu9eg
    Model: ZynqMP ZCU102 Rev1.0
    Board: Xilinx ZynqMP
    U-Boot 2025.01-g81d7ea5cb66a (Sep 16 2025 - 14:20:49 +0000)CPU:   ZynqMPSilicon: v3Chip:  zu9egModel: ZynqMP ZCU102 Rev1.0Board: Xilinx ZynqMPDRAM:  2 GiB (effective 4 GiB)
    gpio_hog_of_to_plat: wrong gpios property, 2 values needed -22
    gpio_hog_of_to_plat: wrong gpios property, 2 values needed -22
    EL Level:	EL2
    Secure Boot:	not authenticated, not encrypted
    Core:  79 devices, 30 uclasses, devicetree: board
    NAND:  0 MiB
    MMC:   mmc@ff170000: 0
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial,vidconsole
    Err:   serial,vidconsole
    Bootmode: JTAG_MODE
    Reset reason:	EXTERNAL
    Net:
    ZYNQ GEM: ff0e0000, mdio bus ff0e0000, phyaddr 12, interface rgmii-id
    
    Warning: ethernet@ff0e0000 (eth0) using random MAC address - f6:45:63:06:10:bc
    eth0: ethernet@ff0e0000
    
    scanning bus for devices...
    Warning: ethernet@ff0e0000 (eth0) using random MAC address - f6:45:63:06:10:bceth0: ethernet@ff0e0000scanning bus for devices...SATA link 0 timeout.
    Target spinup took 0 ms.
    AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    flags: 64bit ncq pm clo only pmp fbss pio slum part ccc apst
      Device 0: (1:0) Vendor: ATA Prod.: ST3160212SCE Rev: 3.AC
                Type: Hard Disk
                Capacity: 152627.8 MB = 149.0 GB (312581809 x 512)
    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... 1 Storage Device(s) found
    Hit any key to stop autoboot:  2  0
    ZynqMP> dhcp
    dhcp
    ethernet@ff0e0000 Waiting for PHY auto negotiation to complete.. done
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    DHCP client bound to address 10.10.70.1 (1255 ms)
    *** Warning: no boot file name; using '0A0A4601.img'
    Using ethernet@ff0e0000 device
    TFTP from server 10.10.70.101; our IP address is 10.10.70.1
    Filename '0A0A4601.img'.
    Load address: 0x8000000
    Loading: *
    TFTP error: 'File not found' (1)
    Not retrying...
    ZynqMP> dhcp
    dhcp
    BOOTP broadcast 1
    DHCP client bound to address 10.10.70.1 (3 ms)
    *** Warning: no boot file name; using '0A0A4601.img'
    Using ethernet@ff0e0000 device
    TFTP from server 10.10.70.101; our IP address is 10.10.70.1
    Filename '0A0A4601.img'.
    Load address: 0x8000000
    Loading: *
    TFTP error: 'File not found' (1)
    Not retrying...
    ZynqMP> pxe get
    pxe get
    missing environment variable: pxeuuid
    Retrieving file: pxelinux.cfg/01-f6-45-63-06-10-bc
    Using ethernet@ff0e0000 device
    TFTP from server 10.10.70.101; our IP address is 10.10.70.1
    Filename 'pxelinux.cfg/01-f6-45-63-06-10-bc'.
    Load address: 0x10000000
    Loading: *
    TFTP error: 'File not found' (1)
    Not retrying...
    Retrieving file: pxelinux.cfg/0A0A4601
    Using ethernet@ff0e0000 device
    TFTP from server 10.10.70.101; our IP address is 10.10.70.1
    Filename 'pxelinux.cfg/0A0A4601'.
    Load address: 0x10000000
    Loading: *
    TFTP error: 'File not found' (1)
    Not retrying...
    Retrieving file: pxelinux.cfg/0A0A460
    Using ethernet@ff0e0000 device
    TFTP from server 10.10.70.101; our IP address is 10.10.70.1
    Filename 'pxelinux.cfg/0A0A460'.
    Load address: 0x10000000
    Loading: *
    TFTP error: 'File not found' (1)
    Not retrying...
    Retrieving file: pxelinux.cfg/0A0A46
    Using ethernet@ff0e0000 device
    TFTP from server 10.10.70.101; our IP address is 10.10.70.1
    Filename 'pxelinux.cfg/0A0A46'.
    Load address: 0x10000000
    Loading: *
    TFTP error: 'File not found' (1)
    Not retrying...
    
    Retrieving file: pxelinux.cfg/default
    Using ethernet@ff0e0000 device
    TFTP from server 10.10.70.101; our IP address is 10.10.70.1
    Filename 'pxelinux.cfg/default'.
    Load address: 0x10000000
    Loading: *#
    	 11.7 KiB/s
    done
    Bytes transferred = 76 (4c hex)
    Config file '<NULL>' found
    ZynqMP> pxe boot
    pxe boot
    1:	Linux
    Retrieving file: Image
    Using ethernet@ff0e0000 device
    TFTP from server 10.10.70.101; our IP address is 10.10.70.1
    Filename 'Image'.
    Load address: 0x18000000
    Loading: *#################################################################
    ####
    	 8.4 MiB/s
    done
    Bytes transferred = 32225792 (1ebba00 hex)
    Retrieving file: rootfs_golden.cpio.gz.u-boot
    Using ethernet@ff0e0000 device
    TFTP from server 10.10.70.101; our IP address is 10.10.70.1
    Filename 'rootfs_golden.cpio.gz.u-boot'.
    Load address: 0x2100000
    Loading: *#################################################################
    ##
    	 12.4 MiB/s
    done
    Bytes transferred = 76818451 (4942813 hex)
    Retrieving file: system.dtb
    Using ethernet@ff0e0000 device
    TFTP from server 10.10.70.101; our IP address is 10.10.70.1
    Filename 'system.dtb'.
    Load address: 0x40000000
    Loading: *#######
    	 6.8 MiB/s
    done
    Bytes transferred = 92927 (16aff hex)
    ## Loading init Ramdisk from Legacy Image at 02100000 ...
       Image Name:   petalinux-image-minimal-zynqmp-g
       Created:      2011-04-05  23:00:00 UTC
       Image Type:   AArch64 Linux RAMDisk Image (uncompressed)
       Data Size:    76818387 Bytes = 73.3 MiB
       Load Address: 00000000
       Entry Point:  00000000
       Verifying Checksum ... OK
    ## Flattened Device Tree blob at 40000000
       Booting using the fdt blob at 0x40000000
    Working FDT set to 40000000
       Loading Ramdisk to 73392000, end 77cd47d3 ... OK
       Loading Device Tree to 0000000073378000, end 0000000073391afe ... OK
    Working FDT set to 73378000
    No RNG device
    
    Starting kernel ...
    
    Starting kernel ...[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.40-xilinx-g8bccac76b147 (oe-user@oe-host) (aarch64-amd-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP Tue Sep 16 07:34:54 UTC 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: ZynqMP ZCU102 Rev1.0
    [    0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (options '115200n8')
    [    0.000000] printk: legacy bootconsole [cdns0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT
    [    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 0x0000000063200000 on node -1
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 31 pages/cpu s89816 r8192 d28968 u126976
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: earlycon console=ttyPS0,115200 root=/dev/ram0 rw init_fatal_sh=1
    [    0.000000] Unknown kernel command line parameters "init_fatal_sh=1", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1048320
    [    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] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    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] 	Tracing variant of Tasks RCU enabled.
    [    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] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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 99.99MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x1ffffffffffffff max_cycles: 0x170f8de2d3, max_idle_ns: 440795206112 ns
    [    0.000000] sched_clock: 57 bits at 100MHz, resolution 10ns, wraps every 4398046511101ns
    [    0.008457] Console: colour dummy device 80x25
    [    0.012563] Calibrating delay loop (skipped), value calculated using timer frequency.. 199.98 BogoMIPS (lpj=399960)
    [    0.022974] pid_max: default: 32768 minimum: 301
    [    0.027722] 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.044579] rcu: Hierarchical SRCU implementation.
    [    0.047602] rcu: 	Max phase no-delay instances is 1000.
    [    0.053004] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.061244] EFI services will not be available.
    [    0.065626] smp: Bringing up secondary CPUs ...
    [    0.227592] Detected VIPT I-cache on CPU1
    [    0.227664] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.515256] Detected VIPT I-cache on CPU2
    [    0.515307] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.807764] Detected VIPT I-cache on CPU3
    [    0.807813] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.807877] smp: Brought up 1 node, 4 CPUs
    [    0.837913] SMP: Total of 4 processors activated.
    [    0.842611] CPU: All CPU(s) started at EL2
    [    0.846702] CPU features: detected: 32-bit EL0 Support
    [    0.851836] CPU features: detected: CRC32 instructions
    [    0.856999] alternatives: applying system-wide alternatives
    [    0.863535] Memory: 3672592K/4193280K available (18560K kernel code, 2350K rwdata, 5780K rodata, 4672K init, 498K bss, 254244K reserved, 262144K cma-reserved)
    [    0.877498] devtmpfs: initialized
    [    0.889952] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.894088] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.906358] 24752 pages in range for non-PLT usage
    [    0.906376] 516272 pages in range for PLT usage
    [    0.906571] pinctrl core: initialized pinctrl subsystem
    [    0.915977] DMI not present or invalid.
    [    0.921296] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.925958] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.932369] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.940162] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.947954] audit: initializing netlink subsys (disabled)
    [    0.953479] audit: type=2000 audit(0.876:1): state=initialized audit_enabled=0 res=1
    [    0.953944] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.967927] ASID allocator initialised with 65536 entries
    [    0.973402] Serial: AMBA PL011 UART driver
    [    0.987759] /axi/pcie@fd0e0000: Fixed dependency cycle(s) with /axi/pcie@fd0e0000
    [    0.989778] /axi/interrupt-controller@f9010000: Fixed dependency cycle(s) with /axi/interrupt-controller@f9010000
    [    1.003589] /axi/pcie@fd0e0000: Fixed dependency cycle(s) with /axi/pcie@fd0e0000
    [    1.007412] /axi/pcie@fd0e0000: Fixed dependency cycle(s) with /axi/pcie@fd0e0000/legacy-interrupt-controller
    [    1.024179] /axi/display@fd4a0000: Fixed dependency cycle(s) with /dpcon
    [    1.025310] /dpcon: Fixed dependency cycle(s) with /axi/display@fd4a0000
    [    1.032793] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    1.038745] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    1.045006] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    1.051793] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    1.058056] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    1.064841] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    1.071107] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    1.077894] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    1.152248] raid6: neonx8   gen()  2246 MB/s
    [    1.220313] raid6: neonx4   gen()  2202 MB/s
    [    1.288395] raid6: neonx2   gen()  2124 MB/s
    [    1.356474] raid6: neonx1   gen()  1813 MB/s
    [    1.424537] raid6: int64x8  gen()  1420 MB/s
    [    1.492618] raid6: int64x4  gen()  1566 MB/s
    [    1.560697] raid6: int64x2  gen()  1399 MB/s
    [    1.628782] raid6: int64x1  gen()  1032 MB/s
    [    1.628823] raid6: using algorithm neonx8 gen() 2246 MB/s
    [    1.700865] raid6: .... xor() 1655 MB/s, rmw enabled
    [    1.700911] raid6: using neon recovery algorithm
    [    1.705595] iommu: Default domain type: Translated
    [    1.709591] iommu: DMA domain TLB invalidation policy: strict mode
    [    1.719475] SCSI subsystem initialized
    [    1.719697] usbcore: registered new interface driver usbfs
    [    1.725016] usbcore: registered new interface driver hub
    [    1.730320] usbcore: registered new device driver usb
    [    1.735440] mc: Linux media interface: v0.10
    [    1.739635] videodev: Linux video capture interface: v2.00
    [    1.745112] pps_core: LinuxPPS API ver. 1 registered
    [    1.750045] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.759190] PTP clock support registered
    [    1.763119] EDAC MC: Ver: 3.0.0
    [    1.766452] scmi_core: SCMI protocol bus registered
    [    1.771255] zynqmp-ipi-mbox mailbox@ff9905c0: Registered ZynqMP IPI mbox with TX/RX channels.
    [    1.779997] zynqmp-ipi-mbox child@ff300000: Registered ZynqMP IPI mbox with TX/RX channels.
    
    [    1.988534] zynqmp-ipi-mbox child@ff340000: Registered ZynqMP IPI mbox with TX/RX channels.
    [    1.996884] zynqmp-ipi-mbox child@ff350000: Registered ZynqMP IPI mbox with TX/RX channels.
    [    2.005575] FPGA manager framework
    [    2.008783] Advanced Linux Sound Architecture Driver Initialized.
    [    2.015285] Bluetooth: Core ver 2.22
    [    2.018216] NET: Registered PF_BLUETOOTH protocol family
    [    2.023521] Bluetooth: HCI device and connection manager initialized
    [    2.029869] Bluetooth: HCI socket layer initialized
    [    2.034739] Bluetooth: L2CAP socket layer initialized
    [    2.039791] Bluetooth: SCO socket layer initialized
    [    2.050063] clocksource: Switched to clocksource arch_sys_counter
    [    2.051024] VFS: Disk quotas dquot_6.6.0
    [    2.054692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    2.067434] NET: Registered PF_INET protocol family
    [    2.067647] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    2.076853] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    2.082632] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    2.090357] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    2.098468] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    2.106449] TCP: Hash tables configured (established 32768 bind 32768)
    [    2.112273] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    2.118958] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    2.126212] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    2.132105] RPC: Registered named UNIX socket transport module.
    [    2.137598] RPC: Registered udp transport module.
    [    2.142290] RPC: Registered tcp transport module.
    [    2.146987] RPC: Registered tcp-with-tls transport module.
    [    2.152469] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    2.158917] PCI: CLS 0 bytes, default 64
    [    2.163254] Trying to unpack rootfs image as initramfs...
    [    2.169925] Initialise system trusted keyrings
    [    2.172833] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    2.179780] NFS: Registering the id_resolver key type
    [    2.184188] Key type id_resolver registered
    [    2.188323] Key type id_legacy registered
    [    2.192359] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    2.199022] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    2.206665] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
    [    2.269448] NET: Registered PF_ALG protocol family
    [    2.269526] xor: measuring software checksum speed
    [    2.274721]    8regs           :  2493 MB/sec
    [    2.279069]    32regs          :  2482 MB/sec
    [    2.283488]    arm64_neon      :  2368 MB/sec
    [    2.286453] xor: using function: 8regs (2493 MB/sec)
    [    2.291433] Key type asymmetric registered
    [    2.295505] Asymmetric key parser 'x509' registered
    [    2.300465] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    2.307775] io scheduler mq-deadline registered
    [    2.312296] io scheduler kyber registered
    [    2.316350] io scheduler bfq registered
    [    2.326926] irq-xilinx: /amba_pl/interrupt-controller@80020000: num_irq=1, edge=0x1
    [    2.331130] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.373740] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    2.376321] Serial: AMBA driver
    [    2.388303] brd: module loaded
    [    2.392060] loop: module loaded
    [    2.397445] CAN device driver interface
    [    2.398792] usbcore: registered new interface driver asix
    [    2.401070] usbcore: registered new interface driver ax88179_178a
    [    2.407175] usbcore: registered new interface driver cdc_ether
    [    2.413005] usbcore: registered new interface driver net1080
    [    2.418663] usbcore: registered new interface driver cdc_subset
    [    2.424571] usbcore: registered new interface driver zaurus
    [    2.430161] usbcore: registered new interface driver cdc_ncm
    [    2.435805] usbcore: registered new interface driver r8153_ecm
    [    2.442188] VFIO - User Level meta-driver version: 0.3
    [    2.447865] usbcore: registered new interface driver uas
    [    2.452076] usbcore: registered new interface driver usb-storage
    [    2.458063] usbcore: registered new device driver onboard-usb-dev
    [    2.465880] rtc_zynqmp ffa60000.rtc: registered as rtc0
    [    2.469370] rtc_zynqmp ffa60000.rtc: setting system clock to 1993-05-14T16:44:39 UTC (737397879)
    [    2.478350] i2c_dev: i2c /dev entries driver
    [    2.484888] usbcore: registered new interface driver uvcvideo
    [    2.488149] Driver for 1-wire Dallas network protocol.
    [    2.494630] Bluetooth: HCI UART driver ver 2.3
    [    2.497706] Bluetooth: HCI UART protocol H4 registered
    [    2.502881] Bluetooth: HCI UART protocol BCSP registered
    [    2.508202] Bluetooth: HCI UART protocol LL registered
    [    2.513286] Bluetooth: HCI UART protocol ATH3K registered
    [    2.518713] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [    2.525093] Bluetooth: HCI UART protocol Intel registered
    [    2.530365] Bluetooth: HCI UART protocol QCA registered
    [    2.535621] usbcore: registered new interface driver bcm203x
    [    2.541264] usbcore: registered new interface driver bpa10x
    [    2.546828] usbcore: registered new interface driver bfusb
    [    2.552304] usbcore: registered new interface driver btusb
    [    2.557817] usbcore: registered new interface driver ath3k
    [    2.563485] EDAC MC: ECC not enabled
    [    2.567425] EDAC DEVICE0: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
    [    2.579720] sdhci: Secure Digital Host Controller Interface driver
    [    2.585163] sdhci: Copyright(c) Pierre Ossman
    [    2.589508] sdhci-pltfm: SDHCI platform and OF driver helper
    [    2.596247] SMCCC: SOC_ID: ID = jep106:0049:0000 Revision = 0x24738093
    [    2.601798] zynqmp_firmware_probe Platform Management API v1.1
    [    2.607534] zynqmp_firmware_probe Trustzone version v1.0
    [    2.646110] securefw securefw: securefw probed
    [    2.646347] xilinx_ecdsa xilinx_ecdsa.0: ECDSA is not supported on the platform
    [    2.652725] zynqmp-aes zynqmp-aes.0: will run requests pump with realtime priority
    [    2.660570] zynqmp-sha3-384 zynqmp-sha3-384.0: will run requests pump with realtime priority
    [    2.668627] usbcore: registered new interface driver usbhid
    [    2.673915] usbhid: USB HID core driver
    [    2.681944] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    2.688915] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
    [    2.694304] usbcore: registered new interface driver snd-usb-audio
    [    2.700694] pktgen: Packet Generator for packet performance testing. Version: 2.75
    [    2.710969] Initializing XFRM netlink socket
    [    2.711536] NET: Registered PF_INET6 protocol family
    [    2.717255] Segment Routing with IPv6
    [    2.720201] In-situ OAM (IOAM) with IPv6
    [    2.724149] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    2.730423] NET: Registered PF_PACKET protocol family
    [    2.735006] NET: Registered PF_KEY protocol family
    [    2.739825] can: controller area network core
    [    2.744163] NET: Registered PF_CAN protocol family
    [    2.748922] can: raw protocol
    [    2.751871] can: broadcast manager protocol
    [    2.756060] can: netlink gateway - max_hops=1
    [    2.760614] Bluetooth: RFCOMM TTY layer initialized
    [    2.765279] Bluetooth: RFCOMM socket layer initialized
    [    2.770427] Bluetooth: RFCOMM ver 1.11
    [    2.774145] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [    2.779447] Bluetooth: BNEP filters: protocol multicast
    [    2.784677] Bluetooth: BNEP socket layer initialized
    [    2.789630] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [    2.795551] Bluetooth: HIDP socket layer initialized
    [    2.800554] 8021q: 802.1Q VLAN Support v1.8
    [    2.805096] 9pnet: Installing 9P2000 support
    [    2.808994] Key type dns_resolver registered
    [    2.813405] NET: Registered PF_VSOCK protocol family
    [    2.827752] registered taskstats version 1
    [    2.827929] Loading compiled-in X.509 certificates
    [    2.840850] Btrfs loaded, zoned=no, fsverity=no
    [    2.902441] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 26, base_baud = 6249375) is a xuartps
    [    2.911542] printk: legacy console [ttyPS0] enabled
    [    2.911542] printk: legacy console [ttyPS0] enabled
    [    2.916511] printk: legacy bootconsole [cdns0] disabled
    [    2.916511] printk: legacy bootconsole [cdns0] disabled
    [    2.929620] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 27, base_baud = 6249375) is a xuartps
    [    2.941472] of-fpga-region fpga-region: FPGA Region probed
    [    3.000860] nwl-pcie fd0e0000.pcie: host bridge /axi/pcie@fd0e0000 ranges:
    [    3.007807] nwl-pcie fd0e0000.pcie:      MEM 0x00e0000000..0x00efffffff -> 0x00e0000000
    [    3.015854] nwl-pcie fd0e0000.pcie:      MEM 0x0600000000..0x07ffffffff -> 0x0600000000
    [    3.024136] nwl-pcie fd0e0000.pcie: Link is DOWN
    [    3.029491] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00
    [    3.035731] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    3.041253] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
    [    3.048148] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref]
    [    3.055692] pci 0000:00:00.0: [10ee:d021] type 01 class 0x060400 PCIe Root Port
    [    3.063039] pci 0000:00:00.0: PCI bridge to [bus 00]
    [    3.068019] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
    [    3.074825] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
    [    3.082631] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
    [    3.091668] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.099951] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    3.106599] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    3.111576] pci_bus 0000:00: resource 4 [mem 0xe0000000-0xefffffff]
    [    3.117854] pci_bus 0000:00: resource 5 [mem 0x600000000-0x7ffffffff pref]
    [    3.129437] xilinx-zynqmp-dpdma fd4c0000.dma-controller: Xilinx DPDMA engine is probed
    [    3.138568] spi-nor spi0.0: found mt25qu512a, expected m25p80
    [    3.144820] 3 fixed-partitions partitions found on MTD device spi0.0
    [    3.151202] Creating 3 MTD partitions on "spi0.0":
    [    3.155993] 0x000000000000-0x000001e00000 : "qspi-boot"
    [    3.162390] 0x000001e00000-0x000001e40000 : "qspi-bootenv"
    [    3.169092] 0x000001e40000-0x000004240000 : "qspi-kernel"
    [    5.611055] Freeing initrd memory: 75016K
    [    5.622689] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
    [    5.630860] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
    [    5.637645] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
    [    5.644320] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
    [    5.651725] i2c i2c-0: using pinctrl states for GPIO recovery
    [    5.657666] i2c i2c-0: using generic GPIOs for recovery
    [    5.663305] pca953x 0-0020: supply vcc not found, using dummy regulator
    [    5.670010] pca953x 0-0020: using no AI
    [    5.675384] pca953x 0-0021: supply vcc not found, using dummy regulator
    [    5.682141] pca953x 0-0021: using no AI
    [    5.686833] pca954x 0-0075: supply vdd not found, using dummy regulator
    [    5.701478] i2c i2c-0: Added multiplexed i2c bus 2
    [    5.712597] i2c i2c-0: Added multiplexed i2c bus 3
    [    5.763882] i2c i2c-0: Added multiplexed i2c bus 4
    [    5.768821] i2c i2c-0: Added multiplexed i2c bus 5
    [    5.773619] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544
    [    5.780997] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 55
    [    5.788102] i2c i2c-1: using pinctrl states for GPIO recovery
    [    5.794059] i2c i2c-1: using generic GPIOs for recovery
    [    5.799687] pca954x 1-0074: supply vdd not found, using dummy regulator
    [    5.806774] at24 6-0054: supply vcc not found, using dummy regulator
    [    5.813711] at24 6-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
    [    5.820455] i2c i2c-1: Added multiplexed i2c bus 6
    [    5.825874] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [    5.833186] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [    5.840493] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [    5.847798] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [    5.855107] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [    5.862416] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [    5.869725] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [    5.877036] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out
    [    5.885153] si5341 7-0036: Chip: 5341 Grade: 1 Rev: 1
    [    5.914386] i2c i2c-1: Added multiplexed i2c bus 7
    [    5.921456] si570 8-005d: registered, current frequency 300000000 Hz
    [    5.927863] i2c i2c-1: Added multiplexed i2c bus 8
    [    5.934923] si570 9-005d: registered, current frequency 156250000 Hz
    [    5.941319] i2c i2c-1: Added multiplexed i2c bus 9
    [    5.946359] si5324 10-0069: si5328 probed
    [    6.003974] si5324 10-0069: si5328 probe successful
    [    6.008901] i2c i2c-1: Added multiplexed i2c bus 10
    [    6.013939] i2c i2c-1: Added multiplexed i2c bus 11
    [    6.018964] i2c i2c-1: Added multiplexed i2c bus 12
    [    6.023983] i2c i2c-1: Added multiplexed i2c bus 13
    [    6.028873] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548
    [    6.036638] pca954x 1-0075: supply vdd not found, using dummy regulator
    [    6.043588] i2c i2c-1: Added multiplexed i2c bus 14
    [    6.048628] i2c i2c-1: Added multiplexed i2c bus 15
    [    6.053663] i2c i2c-1: Added multiplexed i2c bus 16
    [    6.058716] i2c i2c-1: Added multiplexed i2c bus 17
    [    6.063751] i2c i2c-1: Added multiplexed i2c bus 18
    [    6.068784] i2c i2c-1: Added multiplexed i2c bus 19
    [    6.073817] i2c i2c-1: Added multiplexed i2c bus 20
    [    6.078847] i2c i2c-1: Added multiplexed i2c bus 21
    [    6.083734] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548
    [    6.091348] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 56
    [    6.103239] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s
    [    6.110820] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer with timeout 10s
    [    6.118531] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1199880 KHz, changing to: 1200000 KHz
    [    6.131546] [drm] Initialized zynqmp-dpsub 1.0.0 for fd4a0000.display on minor 0
    [    6.169651] mmc0: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
    [    6.428776] mmc0: new high speed SDHC card at address e624
    [    6.434724] mmcblk0: mmc0:e624 SL16G 14.8 GiB
    [    6.444358]  mmcblk0: p1 p2
    [    7.178103] zynqmp-dpsub fd4a0000.display: [drm] Cannot find any crtc or sizes
    [    7.186927] zynqmp-dpsub fd4a0000.display: ZynqMP DisplayPort Subsystem driver probed
    [    7.195201] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [    7.202783] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [    7.210266] ahci-ceva fd0c0000.ahci: supply target not found, using dummy regulator
    [    7.218186] ahci-ceva fd0c0000.ahci: AHCI vers 0001.0301, 32 command slots, 6 Gbps, platform mode
    [    7.227065] ahci-ceva fd0c0000.ahci: 2/2 ports implemented (port mask 0x3)
    [    7.233944] ahci-ceva fd0c0000.ahci: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
    [    7.244542] scsi host0: ahci-ceva
    [    7.248218] scsi host1: ahci-ceva
    [    7.251658] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x100 irq 61 lpm-pol 0
    [    7.260445] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x180 irq 61 lpm-pol 0
    [    7.276113] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 52 (f6:45:63:06:10:bc)
    [    7.309790] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    7.315326] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    7.323107] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000808002000810
    [    7.332545] xhci-hcd xhci-hcd.1.auto: irq 62, io mem 0xfe200000
    [    7.338572] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    7.344065] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [    7.351721] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
    [    7.358407] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
    [    7.366678] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    7.373905] usb usb1: Product: xHCI Host Controller
    [    7.378785] usb usb1: Manufacturer: Linux 6.12.40-xilinx-g8bccac76b147 xhci-hcd
    [    7.386096] usb usb1: SerialNumber: xhci-hcd.1.auto
    [    7.391384] hub 1-0:1.0: USB hub found
    [    7.395168] hub 1-0:1.0: 1 port detected
    [    7.399485] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
    [    7.407755] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    7.414974] usb usb2: Product: xHCI Host Controller
    [    7.419855] usb usb2: Manufacturer: Linux 6.12.40-xilinx-g8bccac76b147 xhci-hcd
    [    7.427166] usb usb2: SerialNumber: xhci-hcd.1.auto
    [    7.432374] hub 2-0:1.0: USB hub found
    [    7.436152] hub 2-0:1.0: 1 port detected
    [    7.441098] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    7.448177] of_cfs_init
    [    7.450645] of_cfs_init: OK
    [    7.453552] clk: Disabling unused clocks
    [    7.458521] PM: genpd: Disabling unused power domains
    [    7.463700] ALSA device list:
    [    7.466668]   #0: DisplayPort Monitor
    [    7.584337] ata1: SATA link down (SStatus 0 SControl 330)
    [    7.746067] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
    [    7.809895] ata2.00: ATA-7: ST3160212SCE, 3.ACF, max UDMA/133
    [    7.815644] ata2.00: 312581808 sectors, multi 0: LBA48 NCQ (depth 32)
    [    7.876539] ata2.00: configured for UDMA/133
    [    7.881099] scsi 1:0:0:0: Direct-Access     ATA      ST3160212SCE     F    PQ: 0 ANSI: 5
    [    7.890174] sd 1:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    [    7.897697] sd 1:0:0:0: [sda] Write Protect is off
    [    7.902547] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    7.911692] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
    [    7.974565] sd 1:0:0:0: [sda] Attached SCSI disk
    [    7.980362] Freeing unused kernel memory: 4672K
    [    7.984953] Run /init as init process
    [    8.002106] systemd[1]: System time before build time, advancing clock.
    [    8.008808] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [    8.022415] 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)
    [    8.054152] systemd[1]: Detected architecture arm64.
    
    Welcome to PetaLinux 2023.1+release-S02201101 (langdale)!
    
    Welcome to PetaLinux 2023.1+release-S02201101 (langdale)![    8.102230] systemd[1]: Hostname set to <zynqmp-common-20231>.
    [    8.108193] systemd[1]: Initializing machine ID from random generator.
    [    8.151047] usb 1-1: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
    [    8.159302] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    8.166483] usb 1-1: Product:  SanDisk 3.2Gen1
    [    8.166498] usb 1-1: Manufacturer:  USB
    [    8.166503] usb 1-1: SerialNumber: 03047015091520103635
    [    8.176857] systemd-sysv-generator[213]: SysV service '/etc/init.d/watchdog-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    8.190169] usb-storage 1-1:1.0: USB Mass Storage device detected
    [    8.205551] systemd-sysv-generator[213]: SysV service '/etc/init.d/sshd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    8.210749] scsi host2: usb-storage 1-1:1.0
    [    8.235123] systemd-sysv-generator[213]: SysV service '/etc/init.d/nfsserver' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    8.238248] zynqmp-dpsub fd4a0000.display: [drm] Cannot find any crtc or sizes
    [    8.262567] systemd-sysv-generator[213]: SysV service '/etc/init.d/inetd.busybox' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    8.486379] systemd[1]: Queued start job for default target Multi-User System.
    [    8.551929] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    8.571321] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    8.591168] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    8.610872] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    8.630310] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    8.650260] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    8.670336] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    8.682186] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    8.698168] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    8.710174] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    8.770657] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    8.794255] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    8.810627] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    8.822332] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    8.842626] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    8.858419] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    8.878486] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    8.890638] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    8.910479] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    8.926347] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    8.942418] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    8.986337] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    9.000844] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    9.020916] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    9.036898] systemd[1]: Mounting Kernel Trace File System...
             Mounting Kernel Trace File System...
    [    9.052949] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    9.066410] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.12.40-xilinx-g8bccac76b147/modules.devname).
    [    9.086369] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    9.109152] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    9.125134] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    9.141259] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    9.150301] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    9.167164] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    9.181665] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    9.197213] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    9.221206] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    9.241490] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    9.259121] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    9.270691] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.
    [    9.283081] scsi 2:0:0:0: Direct-Access      USB      SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
    [    9.294651] systemd[1]: Mounted POSIX Message Queue File System.
    [    9.300780] sd 2:0:0:0: [sdb] 30031872 512-byte logical blocks: (15.4 GB/14.3 GiB)
    [  OK  ] Mounted POSIX Message Queue File Sys[    9.309203] sd 2:0:0:0: [sdb] Write Protect is off
    tem.
    [    9.319304] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [    9.334612] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Kernel Trace File System.
    [  OK  ] Mounted Temporary Directory /tmp[    9.379647] sd 2:0:0:0: [sdb] Attached SCSI removable disk
    .
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module configfs[  OK  ] Finished Load Kernel Module drm[  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
    [  OK  ] Reached target Preparation for Network.
             Mounting NFSD configuration filesystem...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
    [    9.532923] systemd-journald[231]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create System Users...
    [  OK  ] Mounted NFSD configuration filesystem.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create System Users.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /var/volatile...
             Starting Rule-based Manage…for Device Events [    9.750131] audit: type=1334 audit(1667916018.743:2): prog-id=5 op=LOAD
    and Files...
    [    9.762294] audit: type=1334 audit(1667916018.743:3): prog-id=6 op=LOAD
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Rebuild Dynamic Linker Cache...
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Rebuild Dynamic Linker Cache.
             Starting Network Configuration...
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Run pending postinsts...
             Starting Rebuild Journal Catalog...
             Starting Network Name Resolution...
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [   10.221966] update-alternatives: Linking /usr/lib/libMali.so.9.0 to /usr/lib/x11/libMali.so.9.0
    [  OK  ] Finished Rebuild Journal Catalog.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Finished Coldplug All udev Devices.
    [   10.509100] update-alternatives: Linking /usr/lib/libMali.so.9.0 to /usr/lib/x11/libMali.so.9.0
    [   10.586438] random: crng init done
    [  OK  ] Finished Load/Save Random Seed.
    [   10.627612] Warn: update-alternatives: libmali-xlnx has multiple providers with the same priority, please check /usr/lib/opkg/alternatives/libmali-xlnx for details
    [  OK  ] Started Network Configuration.
    [   10.752841] update-alternatives: Linking /usr/lib/libMali.so.9.0 to /usr/lib/x11/libMali.so.9.0
    [   10.933806] update-alternatives: Linking /usr/lib/libMali.so.9.0 to /usr/lib/x11/libMali.so.9.0
    [   11.047036] macb ff0e0000.ethernet eth0: PHY [ff0e0000.ethernet-ffffffff:0c] driver [TI DP83867] (irq=POLL)
    [   11.056882] macb ff0e0000.ethernet eth0: configuring for phy/rgmii-id link mode
    [   11.080381] macb ff0e0000.ethernet: gem-ptp-timer ptp clock registered.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Finished Run pending postinsts.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Reached target Sound Card.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Update is Completed...
    [  OK  ] Finished Update is Completed.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  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.
             Starting D-Bus System Message Bus...
             Starting inetd.busybox.service...
             Starting LSB: Kernel NFS server support...
    [   12.911843] audit: type=1334 audit(1667916021.907:4): prog-id=7 op=LOAD
    [   12.918573] audit: type=1334 audit(1667916021.915:5): prog-id=8 op=LOAD
             Starting User Login Management...
             Starting Permit User Sessions...
             Starting OpenSSH Key Generation...
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Started inetd.busybox.service.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyPS0.
    [  OK  ] Reached target Login Prompts.
             Starting File System Check on /dev/mmcblk0p1...
             Starting File System Check on /dev/mmcblk0p2...
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
    [  OK  ] Started User Login Management.
             Mounting /run/media/boot-mmcblk0p1...
    [  OK  ] Finished File System Check on /dev/mmcblk0p2.
             Mounting /run/media/root-mmcblk0p2...
    [   13.344039] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [  OK  ] Mounted /run/media/boot-mmcblk0p1.
    [   13.966293] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
    [   13.974171] NFSD: Using legacy client tracking operations.
    [   13.979667] NFSD: starting 90-second grace period (net f0000000)
    [FAILED] Failed to start LSB: Kernel NFS server support.
    See 'systemctl status nfsserver.service' for details.
    [  OK  ] Reached target Multi-User System.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    [   15.163790] macb ff0e0000.ethernet eth0: unable to generate target frequency: 125000000 Hz
    [   15.172112] macb ff0e0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control tx
    [   15.207934] EXT4-fs (mmcblk0p2): 65 orphan inodes deleted
    [   15.213365] EXT4-fs (mmcblk0p2): recovery complete
    [   15.289760] EXT4-fs (mmcblk0p2): mounted filesystem e9347a27-f675-43b2-a57a-f0da07645061 r/w with ordered data mode. Quota mode: none.
    [  OK  ] Mounted /run/media/root-mmcblk0p2.
    
    PetaLinux 2023.1+release-S02201101 zynqmp-common-20231 ttyPS0
    
    zynqmp-common-20231 login:
    
    • For MicroBlaze processors, the previous commands download the bitstream to the target board, and boot the kernel image on the target board.
    • For Zynq 7000 devices, they download the bitstream and FSBL to the target board, and boot the U-Boot and the kernel on the target board.
    • For Zynq UltraScale+ MPSoC, they download the bitstream, PMU firmware, and FSBL, and boot the kernel with help of linux-boot.elf to set kernel start and DTB addresses.
    • For AMD Versal™ adaptive SoC, they download the BOOT.BIN (which contains the PDI, PLM firmware, PSM firmware, U-Boot, and DTB) and boot the kernel (Image) with the help of U-Boot script (boot.scr).