The following examples demonstrate the correct usage of the petalinux-boot qemu
command.
- Load and boot a prebuilt U-Boot elf using
QEMU.
petalinux-boot --qemu --prebuilt 2 [NOTE] Argument: "--qemu" has been deprecated. It is recommended to start using new python command line Argument. [NOTE] Use: petalinux-boot qemu [OPTIONS] [INFO] Set QEMU tftp to "/tftpboot" [INFO] qemu-system-microblazeel -M microblaze-fdt -serial mon:stdio -serial /dev/null -display none -kernel /wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/pre-built/linux/images/pmu_rom_qemu_sha3.elf -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/pre-built/linux/images/pmufw.elf -hw-dtb /wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/pre-built/linux/images/zynqmp-qemu-multiarch-pmu.dtb -machine-path /tmp/tmp3n2lztzc -device loader,addr=0xfd1a0074,data=0x1011003,data-len=4 -device loader,addr=0xfd1a007C,data=0x1010f03,data-len=4 & [INFO] qemu-system-aarch64 -M arm-generic-fdt -serial mon:stdio -serial /dev/null -display none -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/pre-built/linux/images/system.dtb,addr=0x100000,force-raw=on -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/pre-built/linux/images/u-boot.elf -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/pre-built/linux/images/bl31.elf,cpu-num=0 -hw-dtb /wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/pre-built/linux/images/zynqmp-qemu-multiarch-arm.dtb -gdb tcp:localhost:9000 -net nic -net nic -net nic -net nic,netdev=eth3 -netdev user,id=eth3,tftp=/tftpboot -machine-path /tmp/tmp3n2lztzc -global xlnx,zynqmp-boot.cpu-num=0 -global xlnx,zynqmp-boot.use-pmufw=true -m 4G qemu-system-microblazeel: info: QEMU waiting for connection on: disconnected:unix:/tmp/tmp3n2lztzc/qemu-rport-_pmu@0,server=on qemu-system-aarch64: warning: hub 0 is not connected to host network QEMU 8.1.0 monitor - type 'help' for more information (qemu) PMU Firmware 2024.2 Sep 19 2024 18:11:00 PMU_ROM Version: xpbr-v8.1.0-0 NOTICE: BL31: Secure code at 0x60000000 NOTICE: BL31: Non secure code at 0x8000000 NOTICE: BL31: v2.10.0 (release):xlnx_rebase_v2.10_2024.2-19-g7dd4ddc88-dirty NOTICE: BL31: Built : 16:47:14, Aug 22 2024 U-Boot 2024.01 (Sep 20 2024 - 13:04:32 +0000) CPU: ZynqMP Silicon: v3 Chip: unknown Model: ZynqMP ZCU102 Rev1.0 Board: Xilinx ZynqMP DRAM: 2 GiB (effective 4 GiB) PMUFW: v1.1 EL Level: EL2 Secure Boot: not authenticated, not encrypted Core: 71 devices, 31 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: Net: ZYNQ GEM: ff0e0000, mdio bus ff0e0000, phyaddr 12, interface rgmii-id Warning: ethernet@ff0e0000 (eth0) using random MAC address - 7e:93:13:5d:63:e2 eth0: ethernet@ff0e0000 scanning bus for devices...
- Load and boot a prebuilt U-Boot elf using QEMU in root
mode.
petalinux-boot --qemu --root --prebuilt 2
- Specify the cpio rootfile systemf for QEMU boot. Supports Zynq, Zynq UltraScale+ MPSoC, and MicroBlaze.
- Boot customized rootfs image with kernel using
QEMU:
petalinux-boot --qemu --kernel --rootfs images/linux/rootfs.cpio.gz.u-boot [NOTE] Argument: "--qemu" has been deprecated. It is recommended to start using new python command line Argument. [NOTE] Use: petalinux-boot qemu [OPTIONS] [INFO] Set QEMU tftp to "/tftpboot" [INFO] qemu-system-microblazeel -M microblaze-fdt -serial mon:stdio -serial /dev/null -display none -kernel /wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/pmu_rom_qemu_sha3.elf -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/pmufw.elf -hw-dtb /wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/zynqmp-qemu-multiarch-pmu.dtb -machine-path /tmp/tmpkn11uz_6 -device loader,addr=0xfd1a0074,data=0x1011003,data-len=4 -device loader,addr=0xfd1a007C,data=0x1010f03,data-len=4 & Image resized. qemu-system-microblazeel: info: QEMU waiting for connection on: disconnected:unix:/tmp/tmpkn11uz_6/qemu-rport-_pmu@0,server=on [INFO] qemu-system-aarch64 -M arm-generic-fdt -serial mon:stdio -serial /dev/null -display none -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/system.dtb,addr=0x100000,force-raw=on -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/u-boot.elf -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/Image,addr=0x200000,force-raw=on -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/rootfs.cpio.gz.u-boot,addr=0x4000000,force-raw=on -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/bl31.elf,cpu-num=0 -drive if=sd,format=raw,index=1,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/rootfs.ext4 -hw-dtb /wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/zynqmp-qemu-multiarch-arm.dtb -device loader,file=/wrk/everest_fcv_nobkup/PLNX_STABLE_SANITY_NEXT/MB1AA_20240927_757/plnx_tests/build/zcu102/plnx_sanity/bsp/work/xilinx-zcu102-2024.2/images/linux/boot.scr,addr=0x20000000,force-raw=on -gdb tcp:localhost:9000 -net nic -net nic -net nic -net nic,netdev=eth3 -netdev user,id=eth3,tftp=/tftpboot -machine-path /tmp/tmpkn11uz_6 -global xlnx,zynqmp-boot.cpu-num=0 -global xlnx,zynqmp-boot.use-pmufw=true -m 4G qemu-system-aarch64: warning: hub 0 is not connected to host network QEMU 8.1.0 monitor - type 'help' for more information (qemu) PMU Firmware 2024.2 Sep 19 2024 18:11:00 PMU_ROM Version: xpbr-v8.1.0-0 NOTICE: BL31: Secure code at 0x60000000 NOTICE: BL31: Non secure code at 0x8000000 NOTICE: BL31: v2.10.0 (release):xlnx_rebase_v2.10_2024.2-19-g7dd4ddc88-dirty NOTICE: BL31: Built : 16:47:14, Aug 22 2024 U-Boot 2024.01 (Sep 20 2024 - 13:04:32 +0000) CPU: ZynqMP Silicon: v3 Chip: unknown Model: ZynqMP ZCU102 Rev1.0 Board: Xilinx ZynqMP DRAM: 2 GiB (effective 4 GiB) PMUFW: v1.1 EL Level: EL2 Secure Boot: not authenticated, not encrypted Core: 71 devices, 31 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: Net: ZYNQ GEM: ff0e0000, mdio bus ff0e0000, phyaddr 12, interface rgmii-id Warning: ethernet@ff0e0000 (eth0) using random MAC address - 62:b6:96:19:90:f4 eth0: ethernet@ff0e0000 scanning bus for devices... SATA link 0 timeout. SATA link 1 timeout. AHCI 0001.0000 32 slots 2 ports 1.5 Gbps 0x3 impl SATA mode flags: 64bit ncq only starting USB... Bus usb@fe200000: Register 8000440 NbrPorts 8 Starting the controller USB XHCI 1.00 scanning bus usb@fe200000 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 JTAG: Trying to boot script at 20000000 ## Executing script at 20000000 Trying to load boot images from jtag ## Loading init Ramdisk from Legacy Image at 04000000 ... Image Name: petalinux-image-minimal-xlnx-zyn Created: 2011-04-05 23:00:00 UTC Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 41311437 Bytes = 39.4 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 00100000 Booting using the fdt blob at 0x100000 Working FDT set to 100000 Loading Ramdisk to 7547a000, end 77bdfccd ... OK Loading Device Tree to 0000000075463000, end 0000000075479764 ... OK Working FDT set to 75463000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.6.40-xilinx-g4303ca7c18ba (oe-user@oe-host) (aarch64-xilinx-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240716) #1 SMP Fri Sep 13 11:44:25 UTC 2024 [ 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: bootconsole [cdns0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Zone ranges: [ 0.000000] DMA32 [mem 0x0000000000000000-0x00000000ffffffff] [ 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 0x0000000065400000 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.4 [ 0.000000] percpu: Embedded 19 pages/cpu s37864 r8192 d31768 u77824 [ 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: 1031940 [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x000000007bf00000-0x000000007ff00000] (64MB) [ 0.000000] Memory: 3718972K/4193280K available (15680K kernel code, 1072K rwdata, 4564K rodata, 2944K init, 469K bss, 212164K reserved, 262144K cma-reserved) [ 0.000000] SLUB: HWalign=32, 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] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 65.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x1ffffffffffffff max_cycles: 0xefdb196da, max_idle_ns: 440795204367 ns [ 0.000089] sched_clock: 57 bits at 65MHz, resolution 15ns, wraps every 2199023255550ns [ 0.011800] Console: colour dummy device 80x25 [ 0.013895] Calibrating delay loop (skipped), value calculated using timer frequency.. 130.00 BogoMIPS (lpj=260000) [ 0.014421] pid_max: default: 32768 minimum: 301 [ 0.018851] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.019326] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.056370] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.069594] rcu: Hierarchical SRCU implementation. [ 0.069810] rcu: Max phase no-delay instances is 1000. [ 0.074107] EFI services will not be available. [ 0.078050] smp: Bringing up secondary CPUs ... [ 0.095038] Detected VIPT I-cache on CPU1 [ 0.100420] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.118537] Detected VIPT I-cache on CPU2 [ 0.119731] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.128264] Detected VIPT I-cache on CPU3 [ 0.129496] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.130784] smp: Brought up 1 node, 4 CPUs [ 0.133797] SMP: Total of 4 processors activated. [ 0.134268] CPU features: detected: 32-bit EL0 Support [ 0.134834] CPU features: detected: CRC32 instructions [ 0.138438] CPU: All CPU(s) started at EL2 [ 0.138774] alternatives: applying system-wide alternatives [ 0.167646] devtmpfs: initialized [ 0.198139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.198882] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.207093] pinctrl core: initialized pinctrl subsystem [ 0.214226] DMI not present or invalid. [ 0.221808] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.235161] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.236590] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.237478] audit: initializing netlink subsys (disabled) [ 0.240604] audit: type=2000 audit(0.208:1): state=initialized audit_enabled=0 res=1 [ 0.245587] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.247086] ASID allocator initialised with 65536 entries [ 0.249380] Serial: AMBA PL011 UART driver [ 0.278696] platform axi: Fixed dependency cycle(s) with /axi/interrupt-controller@f9010000 [ 0.319775] Modules: 26544 pages in range for non-PLT usage [ 0.319818] Modules: 518064 pages in range for PLT usage [ 0.326507] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.327384] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.327999] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.328512] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.328969] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.329405] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.329790] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.330223] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.405383] raid6: neonx8 gen() 2155 MB/s [ 0.474459] raid6: neonx4 gen() 1547 MB/s [ 0.543531] raid6: neonx2 gen() 2080 MB/s [ 0.612637] raid6: neonx1 gen() 1359 MB/s [ 0.681667] raid6: int64x8 gen() 1384 MB/s [ 0.750736] raid6: int64x4 gen() 873 MB/s [ 0.819808] raid6: int64x2 gen() 1736 MB/s [ 0.888926] raid6: int64x1 gen() 1285 MB/s [ 0.889231] raid6: using algorithm neonx8 gen() 2155 MB/s [ 0.958048] raid6: .... xor() 1090 MB/s, rmw enabled [ 0.958451] raid6: using neon recovery algorithm [ 0.963020] iommu: Default domain type: Translated [ 0.963390] iommu: DMA domain TLB invalidation policy: strict mode [ 0.965848] SCSI subsystem initialized [ 0.968694] usbcore: registered new interface driver usbfs [ 0.969412] usbcore: registered new interface driver hub [ 0.969976] usbcore: registered new device driver usb [ 0.971162] mc: Linux media interface: v0.10 [ 0.971637] videodev: Linux video capture interface: v2.00 [ 0.972369] pps_core: LinuxPPS API ver. 1 registered [ 0.972722] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.973510] PTP clock support registered [ 0.974112] EDAC MC: Ver: 3.0.0 [ 0.976298] scmi_core: SCMI protocol bus registered [ 0.979346] zynqmp-ipi-mbox mailbox@ff9905c0: Registered ZynqMP IPI mbox with TX/RX channels. [ 0.984791] FPGA manager framework [ 0.986987] Advanced Linux Sound Architecture Driver Initialized. [ 1.000365] Bluetooth: Core ver 2.22 [ 1.001021] NET: Registered PF_BLUETOOTH protocol family [ 1.001402] Bluetooth: HCI device and connection manager initialized [ 1.002243] Bluetooth: HCI socket layer initialized [ 1.002685] Bluetooth: L2CAP socket layer initialized [ 1.003311] Bluetooth: SCO socket layer initialized [ 1.012384] clocksource: Switched to clocksource arch_sys_counter [ 1.014418] VFS: Disk quotas dquot_6.6.0 [ 1.014871] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.055031] NET: Registered PF_INET protocol family [ 1.059031] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 1.071426] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 1.072364] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.072865] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 1.074053] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 1.078648] TCP: Hash tables configured (established 32768 bind 32768) [ 1.081350] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.082166] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.084925] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.090629] RPC: Registered named UNIX socket transport module. [ 1.091065] RPC: Registered udp transport module. [ 1.091431] RPC: Registered tcp transport module. [ 1.091703] RPC: Registered tcp-with-tls transport module. [ 1.092002] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.092743] PCI: CLS 0 bytes, default 64 [ 1.099856] Trying to unpack rootfs image as initramfs... [ 1.101225] Initialise system trusted keyrings [ 1.103779] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 1.110244] NFS: Registering the id_resolver key type [ 1.111211] Key type id_resolver registered [ 1.111479] Key type id_legacy registered [ 1.112088] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.112884] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.180713] NET: Registered PF_ALG protocol family [ 1.181245] xor: measuring software checksum speed [ 1.188284] 8regs : 1484 MB/sec [ 1.191521] 32regs : 3485 MB/sec [ 1.195857] arm64_neon : 2643 MB/sec [ 1.196304] xor: using function: 32regs (3485 MB/sec) [ 1.196651] Key type asymmetric registered [ 1.196967] Asymmetric key parser 'x509' registered [ 1.197563] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.198234] io scheduler mq-deadline registered [ 1.198646] io scheduler kyber registered [ 1.199243] io scheduler bfq registered [ 1.210298] irq-xilinx: /amba_pl/interrupt-controller@80020000: num_irq=1, edge=0x1 [ 1.403010] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.420856] Serial: AMBA driver [ 1.479812] brd: module loaded [ 1.509803] loop: module loaded [ 1.538215] CAN device driver interface [ 1.544417] usbcore: registered new interface driver asix [ 1.544986] usbcore: registered new interface driver ax88179_178a [ 1.545574] usbcore: registered new interface driver cdc_ether [ 1.546154] usbcore: registered new interface driver net1080 [ 1.546740] usbcore: registered new interface driver cdc_subset [ 1.547368] usbcore: registered new interface driver zaurus [ 1.548001] usbcore: registered new interface driver cdc_ncm [ 1.548820] usbcore: registered new interface driver r8153_ecm [ 1.551461] VFIO - User Level meta-driver version: 0.3 [ 1.557149] usbcore: registered new interface driver uas [ 1.557907] usbcore: registered new interface driver usb-storage [ 1.571213] rtc_zynqmp ffa60000.rtc: registered as rtc0 [ 1.572826] rtc_zynqmp ffa60000.rtc: setting system clock to 2024-09-28T09:31:24 UTC (1727515884) [ 1.574703] i2c_dev: i2c /dev entries driver [ 1.594145] usbcore: registered new interface driver uvcvideo [ 1.601894] Bluetooth: HCI UART driver ver 2.3 [ 1.602379] Bluetooth: HCI UART protocol H4 registered [ 1.602799] Bluetooth: HCI UART protocol BCSP registered [ 1.603349] Bluetooth: HCI UART protocol LL registered [ 1.603764] Bluetooth: HCI UART protocol ATH3K registered [ 1.604578] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 1.605469] Bluetooth: HCI UART protocol Intel registered [ 1.606013] Bluetooth: HCI UART protocol QCA registered [ 1.606568] usbcore: registered new interface driver bcm203x [ 1.607151] usbcore: registered new interface driver bpa10x [ 1.607745] usbcore: registered new interface driver bfusb [ 1.608595] usbcore: registered new interface driver btusb [ 1.609427] usbcore: registered new interface driver ath3k [ 1.610980] EDAC MC: ECC not enabled [ 1.621545] sdhci: Secure Digital Host Controller Interface driver [ 1.622024] sdhci: Copyright(c) Pierre Ossman [ 1.622381] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.629440] ledtrig-cpu: registered to indicate activity on CPUs [ 1.632855] SMCCC: SOC_ID: ID = jep106:0049:0003 Revision = 0x04600093 [ 1.636684] zynqmp_firmware_probe Platform Management API v1.1 [ 1.639124] zynqmp_firmware_probe Trustzone version v1.0 [ 2.227063] securefw securefw: securefw probed [ 2.229278] xilinx_ecdsa xilinx_ecdsa.0: ECDSA is not supported on the platform [ 2.232863] zynqmp-aes zynqmp-aes.0: will run requests pump with realtime priority [ 2.241462] usbcore: registered new interface driver usbhid [ 2.241936] usbhid: USB HID core driver [ 2.317564] xilinx-ams ffa50000.ams: error -ETIMEDOUT: failed to initialize AMS [ 2.318291] xilinx-ams: probe of ffa50000.ams failed with error -110 [ 2.333786] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 2.347627] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered [ 2.352878] usbcore: registered new interface driver snd-usb-audio [ 2.360315] pktgen: Packet Generator for packet performance testing. Version: 2.75 [ 2.374940] Initializing XFRM netlink socket [ 2.376462] NET: Registered PF_INET6 protocol family [ 2.390709] Segment Routing with IPv6 [ 2.391258] In-situ OAM (IOAM) with IPv6 [ 2.393305] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 2.397996] NET: Registered PF_PACKET protocol family [ 2.398470] NET: Registered PF_KEY protocol family [ 2.399355] can: controller area network core [ 2.400180] NET: Registered PF_CAN protocol family [ 2.400751] can: raw protocol [ 2.401253] can: broadcast manager protocol [ 2.401766] can: netlink gateway - max_hops=1 [ 2.403087] Bluetooth: RFCOMM TTY layer initialized [ 2.404731] Bluetooth: RFCOMM socket layer initialized [ 2.405165] Bluetooth: RFCOMM ver 1.11 [ 2.405473] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 2.405782] Bluetooth: BNEP filters: protocol multicast [ 2.406116] Bluetooth: BNEP socket layer initialized [ 2.406528] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2.406897] Bluetooth: HIDP socket layer initialized [ 2.408683] 8021q: 802.1Q VLAN Support v1.8 [ 2.410433] 9pnet: Installing 9P2000 support [ 2.411029] Key type dns_resolver registered [ 2.411960] NET: Registered PF_VSOCK protocol family [ 2.437513] registered taskstats version 1 [ 2.437826] Loading compiled-in X.509 certificates [ 2.495471] Btrfs loaded, zoned=no, fsverity=no [ 2.499373] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa) [ 4.039432] Freeing initrd memory: 40340K [ 5.024528] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 22, base_baud = 2170138) is a xuartps [ 5.027459] printk: console [ttyPS0] enabled [ 5.027459] printk: console [ttyPS0] enabled [ 5.028623] printk: bootconsole [cdns0] disabled [ 5.028623] printk: bootconsole [cdns0] disabled [ 5.047156] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 23, base_baud = 2170138) is a xuartps [ 5.050369] of-fpga-region fpga-full: FPGA Region probed [ 5.100709] nwl-pcie fd0e0000.pcie: host bridge /axi/pcie@fd0e0000 ranges: [ 5.102378] nwl-pcie fd0e0000.pcie: MEM 0x00e0000000..0x00efffffff -> 0x00e0000000 [ 5.103385] nwl-pcie fd0e0000.pcie: MEM 0x0600000000..0x07ffffffff -> 0x0600000000 [ 5.107744] nwl-pcie fd0e0000.pcie: Link is UP [ 5.123000] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00 [ 5.124057] pci_bus 0000:00: root bus resource [bus 00-ff] [ 5.125177] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 5.125789] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref] [ 5.161444] xilinx-zynqmp-dpdma fd4c0000.dma-controller: Xilinx DPDMA engine is probed [ 5.177320] spi-nor spi0.0: found n25q512a, expected m25p80 [ 5.185777] spi-nor spi0.0: n25q512a (131072 Kbytes) [ 5.187954] 3 fixed-partitions partitions found on MTD device spi0.0 [ 5.188627] Creating 3 MTD partitions on "spi0.0": [ 5.189157] 0x000000000000-0x000001e00000 : "qspi-boot" [ 5.197033] 0x000001e00000-0x000001e40000 : "qspi-bootenv" [ 5.200255] 0x000001e40000-0x000004240000 : "qspi-kernel" [ 5.317365] macb ff0e0000.ethernet: GEM doesn't support hardware ptp. [ 5.401892] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM [ 5.404354] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM [ 5.405792] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM [ 5.407074] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM [ 5.425648] i2c i2c-0: using pinctrl states for GPIO recovery [ 5.439423] i2c i2c-0: using generic GPIOs for recovery [ 5.456912] pca953x 0-0020: supply vcc not found, using dummy regulator [ 5.458857] pca953x 0-0020: using no AI [ 5.467295] pca953x 0-0021: supply vcc not found, using dummy regulator [ 5.468277] pca953x 0-0021: using no AI [ 5.471124] pca954x 0-0075: supply vdd not found, using dummy regulator [ 5.499831] i2c i2c-0: Added multiplexed i2c bus 2 [ 5.517652] i2c i2c-0: Added multiplexed i2c bus 3 [ 5.525716] max20751 4-0072: Failed to identify chip capabilities [ 5.529174] max20751 4-0073: Failed to identify chip capabilities [ 5.529998] i2c i2c-0: Added multiplexed i2c bus 4 [ 5.530924] i2c i2c-0: Added multiplexed i2c bus 5 [ 5.531287] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544 [ 5.532008] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 51 [ 5.549655] i2c i2c-1: using pinctrl states for GPIO recovery [ 5.560792] i2c i2c-1: using generic GPIOs for recovery [ 5.575339] pca954x 1-0074: supply vdd not found, using dummy regulator [ 5.578019] at24 6-0054: supply vcc not found, using dummy regulator [ 5.581435] at24 6-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write [ 5.582014] i2c i2c-1: Added multiplexed i2c bus 6 [ 5.585122] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 5.585563] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 5.585946] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 5.586322] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 5.586810] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 5.587216] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 5.587689] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 5.588352] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 5.591126] si5341 7-0036: Chip: 5341 Grade: 0 Rev: 0 [ 5.686176] i2c i2c-1: Added multiplexed i2c bus 7 [ 5.696937] si570 8-005d: registered, current frequency 300000000 Hz [ 5.697662] i2c i2c-1: Added multiplexed i2c bus 8 [ 5.706989] si570 9-005d: registered, current frequency 156250000 Hz [ 5.707696] i2c i2c-1: Added multiplexed i2c bus 9 [ 5.709378] si5324 10-0069: si5328 probed [ 5.791964] si5324 10-0069: si5328 probe successful [ 5.792838] i2c i2c-1: Added multiplexed i2c bus 10 [ 5.793788] i2c i2c-1: Added multiplexed i2c bus 11 [ 5.794566] i2c i2c-1: Added multiplexed i2c bus 12 [ 5.795344] i2c i2c-1: Added multiplexed i2c bus 13 [ 5.795615] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548 [ 5.796840] pca954x 1-0075: supply vdd not found, using dummy regulator [ 5.798319] i2c i2c-1: Added multiplexed i2c bus 14 [ 5.799148] i2c i2c-1: Added multiplexed i2c bus 15 [ 5.799937] i2c i2c-1: Added multiplexed i2c bus 16 [ 5.800975] i2c i2c-1: Added multiplexed i2c bus 17 [ 5.801794] i2c i2c-1: Added multiplexed i2c bus 18 [ 5.802747] i2c i2c-1: Added multiplexed i2c bus 19 [ 5.803603] i2c i2c-1: Added multiplexed i2c bus 20 [ 5.804633] i2c i2c-1: Added multiplexed i2c bus 21 [ 5.805076] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548 [ 5.805604] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 52 [ 5.821383] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s [ 5.823038] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer with timeout 10s [ 5.831045] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 277777 KHz, changing to: 299999 KHz [ 5.856793] zynqmp-display fd4a0000.display: vtc bridge property not present [ 7.109768] xilinx-dp-snd-codec fd4a0000.display:zynqmp-dp-snd-codec0: Xilinx DisplayPort Sound Codec probed [ 7.112673] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed [ 7.114153] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed [ 7.142499] xilinx-dp-snd-card fd4a0000.display:zynqmp-dp-snd-card: Xilinx DisplayPort Sound Card probed [ 7.152953] xlnx-drm xlnx-drm.0: bound fd4a0000.display (ops 0xffff800081040e58) [ 7.171212] mmc0: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit [ 7.243738] mmc0: new high speed SD card at address 4567 [ 7.247562] mmcblk0: mmc0:4567 QEMU! 256 MiB [ 7.353122] Console: switching to colour frame buffer device 160x50 [ 7.384211] zynqmp-display fd4a0000.display: [drm] fb0: xlnxdrmfb frame buffer device [ 7.388384] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.display on minor 0 [ 7.389040] zynqmp-display fd4a0000.display: ZynqMP DisplayPort Subsystem driver probed [ 7.392368] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator [ 7.393223] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator [ 7.394270] ahci-ceva fd0c0000.ahci: supply target not found, using dummy regulator [ 7.401443] ahci-ceva fd0c0000.ahci: AHCI 0001.0000 32 slots 2 ports 1.5 Gbps 0x3 impl platform mode [ 7.402111] ahci-ceva fd0c0000.ahci: flags: 64bit ncq only [ 7.409985] scsi host0: ahci-ceva [ 7.412948] scsi host1: ahci-ceva [ 7.413933] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x100 irq 57 [ 7.414451] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x180 irq 57 [ 7.492241] macb ff0e0000.ethernet: GEM doesn't support hardware ptp. [ 7.526054] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x40070106 at 0xff0e0000 irq 48 (62:b6:96:19:90:f4) [ 7.686257] dwc3 fe200000.usb: UDC doesn't support Gen 1 [ 7.690653] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 7.691431] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1 [ 7.696347] xhci-hcd xhci-hcd.1.auto: hcc params 0x00087001 hci version 0x100 quirks 0x0000008000000810 [ 7.697203] xhci-hcd xhci-hcd.1.auto: irq 58, io mem 0xfe200000 [ 7.699195] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 7.699562] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2 [ 7.700196] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 7.706525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 [ 7.707110] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.707500] usb usb1: Product: xHCI Host Controller [ 7.707784] usb usb1: Manufacturer: Linux 6.6.40-xilinx-g4303ca7c18ba xhci-hcd [ 7.708302] usb usb1: SerialNumber: xhci-hcd.1.auto [ 7.713676] hub 1-0:1.0: USB hub found [ 7.714840] hub 1-0:1.0: 4 ports detected [ 7.720341] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 7.721269] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06 [ 7.721729] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.722111] usb usb2: Product: xHCI Host Controller [ 7.722379] usb usb2: Manufacturer: Linux 6.6.40-xilinx-g4303ca7c18ba xhci-hcd [ 7.722837] usb usb2: SerialNumber: xhci-hcd.1.auto [ 7.724345] hub 2-0:1.0: USB hub found [ 7.724853] hub 2-0:1.0: 4 ports detected [ 7.733901] ata1: SATA link down (SStatus 0 SControl 300) [ 7.735615] ata2: SATA link down (SStatus 0 SControl 300) [ 7.740096] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 7.745496] of_cfs_init [ 7.746111] of_cfs_init: OK [ 7.747274] clk: Disabling unused clocks [ 7.839432] ALSA device list: [ 7.840727] #0: DP mon [ 7.967781] Freeing unused kernel memory: 2944K [ 7.970952] Run /init as init process [ 8.136788] systemd[1]: systemd 255.4^ 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=unified) [ 8.139275] systemd[1]: Detected architecture arm64. Welcome to PetaLinux 2024.2+release-S09261512 (scarthgap)! [ 8.153126] systemd[1]: Hostname set to <xilinx-zcu102-20242>. [ 8.155615] systemd[1]: Initializing machine ID from random generator. [ 9.296284] systemd[1]: Queued start job for default target Multi-User System. [ 9.377032] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ 9.386590] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 9.392980] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 9.398393] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 9.403058] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 9.405830] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 9.408475] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 9.410140] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 9.411857] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 9.413668] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 9.427937] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 9.430200] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 9.434097] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 9.437618] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 9.445367] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 9.449230] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 9.453861] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 9.458578] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 9.463755] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 9.468565] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 9.473062] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 9.535453] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 9.553707] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 9.569019] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 9.576611] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 9.605799] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 9.646935] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 9.665699] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 9.688838] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 9.754330] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 9.794226] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 9.797062] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 9.802359] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 9.803103] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.) [ 9.821973] systemd[1]: Starting Journal Service... Starting Journal Service... [ 9.842269] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 9.869163] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network units from Kernel command line... [ 9.902052] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 9.991645] openvswitch: Open vSwitch switching datapath [ 10.001138] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 10.035149] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 10.046790] systemd[1]: Mounted Huge Pages File System. [ OK ] Mounted Huge Pages File System. [ 10.057830] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 10.067355] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted Kernel Debug File System. [ 10.072779] systemd[1]: Mounted Temporary Directory /tmp. [ OK ] Mounted Temporary Directory /tmp. [ 10.083912] systemd[1]: Finished Create List of Static Device Nodes. [ OK ] Finished Create List of Static Device Nodes. [ 10.096612] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 10.137006] systemd[1]: Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module configfs. [ 10.140634] systemd-journald[216]: Collecting audit messages is enabled. [ 10.155235] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 10.158632] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 10.169736] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 10.173995] systemd[1]: Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Module fuse. [ 10.181118] systemd[1]: Finished Load Kernel Modules. [ OK ] Finished Load Kernel Modules. [ 10.187158] systemd[1]: Finished Generate network units from Kernel command line. [ OK ] Finished Generate network units from Kernel command line. [ 10.192683] systemd[1]: Finished Remount Root and Kernel File Systems. [ OK ] Finished Remount Root and Kernel File Systems. [ 10.201210] systemd[1]: Reached target Preparation for Network. [ OK ] Reached target Preparation for Network. [ 10.245107] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ 10.250281] systemd[1]: FUSE Control File System was skipped because of an unmet condition check (ConditionPathExists=/sys/fs/fuse/connections). [ 10.263156] systemd[1]: Mounting Kernel Configuration File System... Mounting Kernel Configuration File System... [ 10.270205] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met. [ 10.301690] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 10.330561] systemd[1]: Starting Create Static Device Nodes in /dev gracefully... Starting Create Static Device Nodes in /dev gracefully... [ 10.347414] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted NFSD configuration filesystem. [ 10.386056] systemd[1]: Mounted Kernel Configuration File System. [ OK ] Mounted Kernel Configuration File System. [ 10.505000] systemd[1]: Finished Apply Kernel Variables. [ OK ] Finished Apply Kernel Variables. [ 10.560003] systemd[1]: Finished Create Static Device Nodes in /dev gracefully. [ OK ] Finished Create Static Device Nodes in /dev gracefully. [ 10.610001] systemd[1]: Starting Create System Users... Starting Create System Users... [ 10.630160] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 10.830632] systemd-journald[216]: Received client request to flush runtime journal. [ OK ] Finished Flush Journal to Persistent Storage. Starting User Database Manager... [ OK ] Started User Database Manager. [ 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 Manager for Device Events and Files... [ OK ] Mounted /var/volatile. Starting Load/Save OS 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. Starting Network Configuration... [ OK ] Finished Rebuild Dynamic Linker Cache. [ OK ] Finished Create Volatile Files and Directories. Starting Rebuild Journal Catalog... Starting Network Name Resolution... Starting Network Time Synchronization... Starting Record System Boot/Shutdown in UTMP... [ OK ] Finished Rebuild Journal Catalog. [ 12.735672] cfg80211: Loading compiled-in X.509 certificates for regulatory database Starting Update is Completed... [ OK ] Finished Update is Completed. [ 12.921172] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 12.922435] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 12.925680] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 12.926551] cfg80211: failed to load regulatory.db [ 12.936870] random: crng init done [ OK ] Finished Load/Save OS Random Seed. [ OK ] Finished Record System Boot/Shutdown in UTMP. [ OK ] Started Network Configuration. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Set. [ OK ] Started Network Name Resolution. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. [*** ] A start job is running for Coldplug All udev Devices (7s / no limit) [ OK ] Finished Coldplug All udev Devices. [ 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. [ 22.404789] macb ff0e0000.ethernet end0: PHY [ff0e0000.ethernet-ffffffff:0c] driver [TI DP83867] (irq=POLL) [ 22.405686] macb ff0e0000.ethernet end0: configuring for phy/rgmii-id link mode [ 22.416998] macb ff0e0000.ethernet end0: unable to generate target frequency: 125000000 Hz [ 22.425918] macb ff0e0000.ethernet end0: Link is Up - 1Gbps/Full - flow control tx [ OK ] Created slice Slice /system/systemd-fsck. [ OK ] Reached target Socket Units. [ OK ] Reached target Basic System. [ OK ] Reached target Sound Card. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ OK ] Started Kernel Logging Service. [ OK ] Started System Logging Service. Starting D-Bus System Message Bus... Starting File System Check on /dev/mmcblk0... Starting User Login Management... Starting Permit User Sessions... Starting Virtual Console Setup... Starting Target Communication Framework agent... Starting OpenSSH Key Generation... [ OK ] Started D-Bus System Message Bus. [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyPS0. [ OK ] Started Serial Getty on ttyPS1. [ OK ] Reached target Login Prompts. [ OK ] Finished File System Check on /dev/mmcblk0. [ OK ] Started Target Communication Framework agent. [ OK ] Finished Virtual Console Setup. Mounting /run/media/mmcblk0... [ 25.694189] EXT4-fs (mmcblk0): mounted filesystem 89e98d84-6ce1-4486-9dd6-1c4a22deedf8 r/w with ordered data mode. Quota mode: none. [ OK ] Mounted /run/media/mmcblk0. [ OK ] Started User Login Management. [ OK ] Reached target Multi-User System. Starting Record Runlevel Change in UTMP... [ OK ] Finished Record Runlevel Change in UTMP. [ OK ] Finished OpenSSH Key Generation. ******************************************************************************************** The PetaLinux source code and images provided/generated are for demonstration purposes only. Please refer to https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/2741928025/Moving+from+PetaLinux+to+Production+Deployment for more details. ******************************************************************************************** PetaLinux 2024.2+release-S09261512 xilinx-zcu102-20242 ttyPS0 xilinx-zcu102-20242 login: petalinux You are required to change your password immediately (administrator enforced). New password: Retype new password: [ 60.923092] audit: type=1006 audit(1727515943.847:2): pid=678 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1 [ 60.923826] audit: type=1300 audit(1727515943.847:2): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffeba2c350 a2=4 a3=1 items=0 ppid=1 pid=678 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null) [ 60.925876] audit: type=1327 audit(1727515943.847:2): proctitle="(systemd)" xilinx-zcu102-20242:~$
- Specify this option to disable GDB through QEMU boot