Steps to Boot a PetaLinux Image on QEMU - 2021.1 English

PetaLinux Tools Documentation Reference Guide (UG1144)

Document ID
UG1144
Release Date
2021-06-16
Version
2021.1 English

PetaLinux provides QEMU support to enable testing of PetaLinux software image in a simulated environment without any hardware.

Use the following steps to test the PetaLinux reference design with QEMU:

  1. Change to your project directory and boot the prebuilt Linux kernel image:
    $ petalinux-boot --qemu --prebuilt 3

    If you do not wish to use prebuilt capability for QEMU boot, see the Additional Options for Booting on QEMU.

    The --qemu option tells petalinux-boot to boot QEMU instead of real hardware.

    • The --prebuilt 1 performs a Level 1 (FPGA bitstream) boot. This option is not valid for QEMU.
    • A level 2 boot includes U-Boot.
    • A level 3 boot includes a prebuilt Linux image.

    To know more about different boot levels for prebuilt option, see Using petalinux-boot Command with Prebuilt Images.

    An example of the kernel boot log messages displayed on the console during successful Linux boot is as follows:

      $.petalinux-boot --qemu --prebuilt 3
    [INFO] Sourcing buildtools
    Image resized.
    INFO: No DTB has been specified, use the default one "/<plnx-proj-root>/xilinx-zcu102-2021.1/pre-built/linux/images/system.dtb".
    INFO: No DTB has been specified, use the default one "/<plnx-proj-root>/xilinx-zcu102-2021.1/pre-built/linux/images/system.dtb".
    INFO: Starting microblaze QEMU
    INFO: Starting the above QEMU command in the background
    INFO:  qemu-system-microblazeel -M microblaze-fdt   -serial mon:stdio -serial /dev/null -display none -kernel //xilinx-zcu102-2021.1/pre-built/linux/images/pmu_rom_qemu_sha3.elf -device loader,file=//xilinx-zcu102-2021.1/pre-built/linux/images/pmufw.elf      -hw-dtb //xilinx-zcu102-2021.1/pre-built/linux/images/zynqmp-qemu-multiarch-pmu.dtb -machine-path /tmp/tmp.5fycBfKBph -device loader,addr=0xfd1a0074,data=0x1011003,data-len=4 -device loader,addr=0xfd1a007C,data=0x1010f03,data-len=4 
    qemu-system-microblazeel: Failed to connect socket /tmp/tmp.5fycBfKBph/qemu-rport-_pmu@0: No such file or directory
    qemu-system-microblazeel: info: QEMU waiting for connection on: disconnected:unix:/tmp/tmp.5fycBfKBph/qemu-rport-_pmu@0,server
    INFO: TCP PORT is free 
    INFO: Starting aarch64 QEMU
    INFO:  qemu-system-aarch64 -M arm-generic-fdt   -serial mon:stdio -serial /dev/null -display none -device loader,file=//xilinx-zcu102-2021.1/pre-built/linux/images/bl31.elf,cpu-num=0 -device loader,file=//xilinx-zcu102-2021.1/pre-built/linux/images/ramdisk.cpio.gz.u-boot,addr=0x04000000,force-raw -device loader,file=//xilinx-zcu102-2021.1/pre-built/linux/images/u-boot.elf -device loader,file=//xilinx-zcu102-2021.1/pre-built/linux/images/Image,addr=0x00200000,force-raw -device loader,file=//xilinx-zcu102-2021.1/pre-built/linux/images/system.dtb,addr=0x00100000,force-raw -device loader,file=//xilinx-zcu102-2021.1/pre-built/linux/images/boot.scr,addr=0x20000000,force-raw -gdb tcp::9009   -net nic -net nic -net nic -net nic,netdev=eth0 -netdev user,id=eth0,tftp=/tftpboot   -hw-dtb //xilinx-zcu102-2021.1/pre-built/linux/images/zynqmp-qemu-multiarch-arm.dtb -machine-path /tmp/tmp.5fycBfKBph -global xlnx,zynqmp-boot.cpu-num=0 -global xlnx,zynqmp-boot.use-pmufw=true  -drive if=sd,format=raw,index=1,file=//xilinx-zcu102-2021.1/pre-built/linux/images/rootfs.ext4   -m 4G
    QEMU 5.1.0 monitor - type 'help' for more information
    (qemu) qemu-system-aarch64: warning: hub 0 is not connected to host network
    PMU Firmware 2021.1	May 31 2021   18:37:19
    PMU_ROM Version: xpbr-v8.1.0-0
    NOTICE:  ATF running on XCZUUNKN/QEMU v4/RTL0.0 at 0xfffea000
    NOTICE:  BL31: v2.4(release):v1.1-7609-g851523ea2
    NOTICE:  BL31: Built : 08:27:07, Apr 28 2021
    
    
    U-Boot 2021.01 (May 28 2021 - 10:52:42 +0000)
    
    Model: ZynqMP ZCU102 Rev1.0
    Board: Xilinx ZynqMP
    DRAM:  4 GiB
    PMUFW:	v1.1
    EL Level:	EL2
    Chip ID:	unknown
    NAND:  0 MiB
    MMC:   mmc@ff170000: 0
    In:    serial
    Out:   serial
    Err:   serial
    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 - d6:ec:61:e0:83:3a
    eth0: ethernet@ff0e0000
    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-initramfs-image-zynqmp
       Created:      2011-04-05  23:00:00 UTC
       Image Type:   AArch64 Linux RAMDisk Image (uncompressed)
       Data Size:    5123986 Bytes = 4.9 MiB
       Load Address: 00000000
       Entry Point:  00000000
       Verifying Checksum ... OK
    ## Flattened Device Tree blob at 00100000
       Booting using the fdt blob at 0x100000
       Loading Ramdisk to 7d82d000, end 7dd0ff92 ... OK
       Loading Device Tree to 000000007d81c000, end 000000007d82cd77 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 5.10.0-xilinx-v2020.2 (oe-user@oe-host) (aarch64-xilinx-linux-gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP Fri May 28 08:10:27 UTC 2021
    [    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] cma: Reserved 256 MiB at 0x000000006d800000
    [    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] Zeroed struct page in unavailable ranges: 256 pages
    [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000087fffffff]
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
    [    0.000000] psci: SMC Calling Convention v1.2
    [    0.000000] percpu: Embedded 22 pages/cpu s50968 r8192 d30952 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] CPU features: detected: ARM erratum 843419
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1031940
    [    0.000000] Kernel command line:  earlycon console=ttyPS0,115200 clk_ignore_unused init_fatal_sh=1
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x0000000069800000-0x000000006d800000] (64MB)
    [    0.000000] Memory: 3758028K/4193280K available (13888K kernel code, 982K rwdata, 3920K rodata, 2112K init, 586K bss, 173108K reserved, 262144K cma-reserved)
    [    0.000000] rcu: Hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU event tracing is enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
    [    0.000000] GIC: Using split EOI/Deactivate mode
    [    0.000000] irq-xilinx: mismatch in kind-of-intr param
    [    0.000000] irq-xilinx: /amba_pl@0/interrupt-controller@80020000: num_irq=32, sw_irq=0, edge=0x1
    [    0.000000] random: get_random_bytes called from start_kernel+0x31c/0x524 with crng_init=0
    [    0.000000] arch_timer: cp15 timer(s) running at 65.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xefdb196da, max_idle_ns: 440795204367 ns
    [    0.000160] sched_clock: 56 bits at 65MHz, resolution 15ns, wraps every 2199023255550ns
    [    0.010444] Console: colour dummy device 80x25
    [    0.012051] Calibrating delay loop (skipped), value calculated using timer frequency.. 130.00 BogoMIPS (lpj=260000)
    [    0.012503] pid_max: default: 32768 minimum: 301
    [    0.015340] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.015736] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.061816] rcu: Hierarchical SRCU implementation.
    [    0.067823] EFI services will not be available.
    [    0.072112] smp: Bringing up secondary CPUs ...
    [    0.095019] Detected VIPT I-cache on CPU1
    [    0.096811] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.118827] Detected VIPT I-cache on CPU2
    [    0.119379] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.150279] Detected VIPT I-cache on CPU3
    [    0.150679] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.161705] smp: Brought up 1 node, 4 CPUs
    [    0.170776] SMP: Total of 4 processors activated.
    [    0.174416] CPU features: detected: 32-bit EL0 Support
    [    0.174653] CPU features: detected: CRC32 instructions
    [    0.242828] CPU: All CPU(s) started at EL2
    [    0.279093] alternatives: patching kernel code
    [    0.384714] devtmpfs: initialized
    [    0.487081] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.487700] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.504308] pinctrl core: initialized pinctrl subsystem
    [    0.534158] DMI not present or invalid.
    [    0.539466] NET: Registered protocol family 16
    [    0.580400] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.581088] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.581767] audit: initializing netlink subsys (disabled)
    [    0.598871] audit: type=2000 audit(0.236:1): state=initialized audit_enabled=0 res=1
    [    0.613090] cpuidle: using governor menu
    [    0.614407] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.619956] ASID allocator initialised with 65536 entries
    [    0.622040] Serial: AMBA PL011 UART driver
    [    0.804498] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.805223] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.807043] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.807935] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    2.794862] cryptd: max_cpu_qlen set to 1000
    [    3.158448] DRBG: Continuing without Jitter RNG
    [    3.339101] raid6: neonx8   gen()  2590 MB/s
    [    3.471358] raid6: neonx8   xor()   572 MB/s
    [    3.665883] raid6: neonx4   gen()  3648 MB/s
    [    3.786737] raid6: neonx4   xor()   776 MB/s
    [    3.934202] raid6: neonx2   gen()  2682 MB/s
    [    4.047159] raid6: neonx2   xor()   902 MB/s
    [    4.181538] raid6: neonx1   gen()  1302 MB/s
    [    4.349578] raid6: neonx1   xor()   723 MB/s
    [    4.466416] raid6: int64x8  gen()  1720 MB/s
    [    4.619072] raid6: int64x8  xor()  1054 MB/s
    [    4.772621] raid6: int64x4  gen()  1973 MB/s
    [    4.919665] raid6: int64x4  xor()   979 MB/s
    [    5.131932] raid6: int64x2  gen()  3194 MB/s
    [    5.355130] raid6: int64x2  xor()   755 MB/s
    [    5.435320] raid6: int64x1  gen()  1038 MB/s
    [    5.545000] raid6: int64x1  xor()   841 MB/s
    [    5.545332] raid6: using algorithm neonx4 gen() 3648 MB/s
    [    5.545958] raid6: .... xor() 776 MB/s, rmw enabled
    [    5.546500] raid6: using neon recovery algorithm
    [    5.554844] iommu: Default domain type: Translated 
    [    5.559710] SCSI subsystem initialized
    [    5.563501] usbcore: registered new interface driver usbfs
    [    5.565578] usbcore: registered new interface driver hub
    [    5.568820] usbcore: registered new device driver usb
    [    5.570315] mc: Linux media interface: v0.10
    [    5.571071] videodev: Linux video capture interface: v2.00
    [    5.572198] EDAC MC: Ver: 3.0.0
    [    5.586980] zynqmp-ipi-mbox mailbox@ff990400: Registered ZynqMP IPI mbox with TX/RX channels.
    [    5.590533] FPGA manager framework
    [    5.592779] Advanced Linux Sound Architecture Driver Initialized.
    [    5.606911] Bluetooth: Core ver 2.22
    [    5.608185] NET: Registered protocol family 31
    [    5.608515] Bluetooth: HCI device and connection manager initialized
    [    5.609123] Bluetooth: HCI socket layer initialized
    [    5.610491] Bluetooth: L2CAP socket layer initialized
    [    5.611216] Bluetooth: SCO socket layer initialized
    [    5.649686] clocksource: Switched to clocksource arch_sys_counter
    [    5.652090] VFS: Disk quotas dquot_6.6.0
    [    5.652962] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    6.047047] NET: Registered protocol family 2
    [    6.069245] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    6.070309] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    6.071335] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [    6.072384] TCP: Hash tables configured (established 32768 bind 32768)
    [    6.074332] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    6.075200] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    6.078690] NET: Registered protocol family 1
    [    6.096178] RPC: Registered named UNIX socket transport module.
    [    6.096667] RPC: Registered udp transport module.
    [    6.096880] RPC: Registered tcp transport module.
    [    6.097204] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    6.102558] PCI: CLS 0 bytes, default 64
    [    6.120932] Trying to unpack rootfs image as initramfs...
    [    6.770036] Freeing initrd memory: 5000K
    [    8.162841] Initialise system trusted keyrings
    [    8.176753] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    8.296739] NFS: Registering the id_resolver key type
    [    8.297476] Key type id_resolver registered
    [    8.298017] Key type id_legacy registered
    [    8.298783] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    8.299670] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
    [    8.375929] NET: Registered protocol family 38
    [    8.376462] xor: measuring software checksum speed
    [    8.383833]    8regs           :  1975 MB/sec
    [    8.389349]    32regs          :  2078 MB/sec
    [    8.398582]    arm64_neon      :  1835 MB/sec
    [    8.398754] xor: using function: 32regs (2078 MB/sec)
    [    8.398953] Key type asymmetric registered
    [    8.399436] Asymmetric key parser 'x509' registered
    [    8.407759] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    8.416454] io scheduler mq-deadline registered
    [    8.417151] io scheduler kyber registered
    [    8.427905] ps_pcie_dma init()
    [    9.587342] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    9.595888] Serial: AMBA driver
    [    9.775681] brd: module loaded
    [    9.914787] loop: module loaded
    [    9.918566] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    9.925498] libphy: Fixed MDIO Bus: probed
    [    9.929734] tun: Universal TUN/TAP device driver, 1.6
    [    9.936832] CAN device driver interface
    [    9.939015] usbcore: registered new interface driver asix
    [    9.951885] usbcore: registered new interface driver ax88179_178a
    [    9.952098] usbcore: registered new interface driver cdc_ether
    [    9.952314] usbcore: registered new interface driver net1080
    [    9.952497] usbcore: registered new interface driver cdc_subset
    [    9.953133] usbcore: registered new interface driver zaurus
    [    9.953702] usbcore: registered new interface driver cdc_ncm
    [    9.974796] usbcore: registered new interface driver uas
    [    9.975219] usbcore: registered new interface driver usb-storage
    [    9.993558] rtc_zynqmp ffa60000.rtc: registered as rtc0
    [    9.996654] rtc_zynqmp ffa60000.rtc: setting system clock to 2021-06-04T00:53:27 UTC (1622768007)
    [    9.997417] i2c /dev entries driver
    [   10.002452] usbcore: registered new interface driver uvcvideo
    [   10.004260] USB Video Class driver (1.1.1)
    [   10.037708] Bluetooth: HCI UART driver ver 2.3
    [   10.037972] Bluetooth: HCI UART protocol H4 registered
    [   10.038246] Bluetooth: HCI UART protocol BCSP registered
    [   10.038583] Bluetooth: HCI UART protocol LL registered
    [   10.038904] Bluetooth: HCI UART protocol ATH3K registered
    [   10.039226] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [   10.039672] Bluetooth: HCI UART protocol Intel registered
    [   10.039969] Bluetooth: HCI UART protocol QCA registered
    [   10.040336] usbcore: registered new interface driver bcm203x
    [   10.040788] usbcore: registered new interface driver bpa10x
    [   10.041231] usbcore: registered new interface driver bfusb
    [   10.064174] usbcore: registered new interface driver btusb
    [   10.064717] usbcore: registered new interface driver ath3k
    [   10.065837] EDAC MC: ECC not enabled
    [   10.066603] EDAC ZynqMP-OCM: ECC not enabled - Disabling EDAC driver
    [   10.070617] sdhci: Secure Digital Host Controller Interface driver
    [   10.070797] sdhci: Copyright(c) Pierre Ossman
    [   10.070922] sdhci-pltfm: SDHCI platform and OF driver helper
    [   10.080130] ledtrig-cpu: registered to indicate activity on CPUs
    [   10.080577] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [   10.088194] zynqmp_firmware_probe Platform Management API v1.1
    [   10.088495] zynqmp_firmware_probe Trustzone version v1.0
    [   10.271775] zynqmp-pinctrl firmware:zynqmp-firmware:pinctrl: zynqmp pinctrl initialized
    [   11.998987] alg: No test for xilinx-zynqmp-aes (zynqmp-aes)
    [   12.002037] zynqmp_aes firmware:zynqmp-firmware:zynqmp-aes: AES Successfully Registered
    [   12.004797] alg: No test for xilinx-keccak-384 (zynqmp-keccak-384)
    [   12.019407] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
    [   12.030505] usbcore: registered new interface driver usbhid
    [   12.031614] usbhid: USB HID core driver
    [   12.077030] ARM CCI_400_r1 PMU driver probed
    [   12.092185] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
    [   12.097082] usbcore: registered new interface driver snd-usb-audio
    [   12.108012] pktgen: Packet Generator for packet performance testing. Version: 2.75
    [   12.153675] Initializing XFRM netlink socket
    [   12.154694] NET: Registered protocol family 10
    [   12.195881] Segment Routing with IPv6
    [   12.241371] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [   12.258762] NET: Registered protocol family 17
    [   12.267624] NET: Registered protocol family 15
    [   12.268561] can: controller area network core
    [   12.276038] NET: Registered protocol family 29
    [   12.277124] can: raw protocol
    [   12.277392] can: broadcast manager protocol
    [   12.278961] can: netlink gateway - max_hops=1
    [   12.280772] Bluetooth: RFCOMM TTY layer initialized
    [   12.284294] Bluetooth: RFCOMM socket layer initialized
    [   12.285120] Bluetooth: RFCOMM ver 1.11
    [   12.286219] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   12.286549] Bluetooth: BNEP filters: protocol multicast
    [   12.286814] Bluetooth: BNEP socket layer initialized
    [   12.287024] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [   12.287667] Bluetooth: HIDP socket layer initialized
    [   12.289552] 9pnet: Installing 9P2000 support
    [   12.290079] Key type dns_resolver registered
    [   12.292357] registered taskstats version 1
    [   12.292732] Loading compiled-in X.509 certificates
    [   12.304748] Btrfs loaded, crc32c=crc32c-generic
    [   12.435845] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 56, base_baud = 2169921) is a xuartps
    [   12.438810] printk: console [ttyPS0] enabled
    [   12.438810] printk: console [ttyPS0] enabled
    [   12.439934] printk: bootconsole [cdns0] disabled
    [   12.439934] printk: bootconsole [cdns0] disabled
    [   12.535110] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 57, base_baud = 2169921) is a xuartps
    [   12.543093] of-fpga-region fpga-full: FPGA Region probed
    [   12.627812] nwl-pcie fd0e0000.pcie: host bridge /axi/pcie@fd0e0000 ranges:
    [   12.634296] nwl-pcie fd0e0000.pcie:      MEM 0x00e0000000..0x00efffffff -> 0x00e0000000
    [   12.634843] nwl-pcie fd0e0000.pcie:      MEM 0x0600000000..0x07ffffffff -> 0x0600000000
    [   12.641979] nwl-pcie fd0e0000.pcie: Link is UP
    [   12.652252] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00
    [   12.653284] pci_bus 0000:00: root bus resource [bus 00-ff]
    [   12.654291] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
    [   12.667394] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref]
    [   12.694921] xilinx-zynqmp-dma fd500000.dma: ZynqMP DMA driver Probe success
    [   12.696542] xilinx-zynqmp-dma fd510000.dma: ZynqMP DMA driver Probe success
    [   12.700628] xilinx-zynqmp-dma fd520000.dma: ZynqMP DMA driver Probe success
    [   12.701706] xilinx-zynqmp-dma fd530000.dma: ZynqMP DMA driver Probe success
    [   12.702807] xilinx-zynqmp-dma fd540000.dma: ZynqMP DMA driver Probe success
    [   12.704385] xilinx-zynqmp-dma fd550000.dma: ZynqMP DMA driver Probe success
    [   12.705848] xilinx-zynqmp-dma fd560000.dma: ZynqMP DMA driver Probe success
    [   12.707152] xilinx-zynqmp-dma fd570000.dma: ZynqMP DMA driver Probe success
    [   12.720518] xilinx-zynqmp-dma ffa80000.dma: ZynqMP DMA driver Probe success
    [   12.725104] xilinx-zynqmp-dma ffa90000.dma: ZynqMP DMA driver Probe success
    [   12.726359] xilinx-zynqmp-dma ffaa0000.dma: ZynqMP DMA driver Probe success
    [   12.743792] xilinx-zynqmp-dma ffab0000.dma: ZynqMP DMA driver Probe success
    [   12.744949] xilinx-zynqmp-dma ffac0000.dma: ZynqMP DMA driver Probe success
    [   12.746678] xilinx-zynqmp-dma ffad0000.dma: ZynqMP DMA driver Probe success
    [   12.747845] xilinx-zynqmp-dma ffae0000.dma: ZynqMP DMA driver Probe success
    [   12.748905] xilinx-zynqmp-dma ffaf0000.dma: ZynqMP DMA driver Probe success
    [   12.771931] xilinx-zynqmp-dpdma fd4c0000.dma-controller: Xilinx DPDMA engine is probed
    [   12.815841] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [   12.822252] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [   12.874863] spi-nor spi0.0: found n25q512a, expected m25p80
    [   12.942624] spi-nor spi0.0: trying to lock already unlocked area
    [   12.943006] spi-nor spi0.0: n25q512a (131072 Kbytes)
    [   12.944647] 3 fixed-partitions partitions found on MTD device spi0.0
    [   12.950733] Creating 3 MTD partitions on "spi0.0":
    [   12.952688] 0x000000000000-0x000001e00000 : "boot"
    [   12.970234] 0x000001e00000-0x000001e40000 : "bootenv"
    [   12.974283] 0x000001e40000-0x000004240000 : "kernel"
    [   13.356823] macb ff0e0000.ethernet: Not enabling partial store and forward
    [   13.365850] libphy: MACB_mii_bus: probed
    [   13.422289] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x40070106 at 0xff0e0000 irq 39 (d6:ec:61:e0:83:3a)
    [   13.430741] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
    [   13.436784] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
    [   13.438268] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
    [   13.450567] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
    [   13.887514] pca953x 0-0020: supply vcc not found, using dummy regulator
    [   13.890027] pca953x 0-0020: using no AI
    [   13.909311] pca953x 0-0021: supply vcc not found, using dummy regulator
    [   13.909787] pca953x 0-0021: using no AI
    [   14.066539] i2c i2c-0: Added multiplexed i2c bus 2
    [   14.119985] i2c i2c-0: Added multiplexed i2c bus 3
    [   14.144474] max20751 4-0072: Failed to identify chip capabilities
    [   14.203282] max20751 4-0073: Failed to identify chip capabilities
    [   14.204141] i2c i2c-0: Added multiplexed i2c bus 4
    [   14.205317] i2c i2c-0: Added multiplexed i2c bus 5
    [   14.205677] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544
    [   14.206952] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 41
    [   14.248287] at24 6-0054: supply vcc not found, using dummy regulator
    [   14.258175] at24 6-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
    [   14.259023] i2c i2c-1: Added multiplexed i2c bus 6
    [   14.336247] si5341 7-0036: Chip: 0 Grade: 0 Rev: 0
    [   14.336653] si5341 7-0036: Model '0' not supported
    [   14.337803] si5341: probe of 7-0036 failed with error -22
    [   14.339492] i2c i2c-1: Added multiplexed i2c bus 7
    [   14.416737] si570 8-005d: registered, current frequency 300000000 Hz
    [   14.420191] i2c i2c-1: Added multiplexed i2c bus 8
    [   14.530039] si570 9-005d: registered, current frequency 148500000 Hz
    [   14.530895] i2c i2c-1: Added multiplexed i2c bus 9
    [   14.533141] si5324 10-0069: si5328 probed
    [   14.630968] random: fast init done
    [   14.904727] si5324 10-0069: si5328 probe successful
    [   14.907852] i2c i2c-1: Added multiplexed i2c bus 10
    [   14.908788] i2c i2c-1: Added multiplexed i2c bus 11
    [   14.909782] i2c i2c-1: Added multiplexed i2c bus 12
    [   14.910725] i2c i2c-1: Added multiplexed i2c bus 13
    [   14.911066] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548
    [   14.914222] i2c i2c-1: Added multiplexed i2c bus 14
    [   14.915988] i2c i2c-1: Added multiplexed i2c bus 15
    [   14.916708] i2c i2c-1: Added multiplexed i2c bus 16
    [   14.919655] i2c i2c-1: Added multiplexed i2c bus 17
    [   14.920944] i2c i2c-1: Added multiplexed i2c bus 18
    [   14.923181] i2c i2c-1: Added multiplexed i2c bus 19
    [   14.926153] i2c i2c-1: Added multiplexed i2c bus 20
    [   14.926846] i2c i2c-1: Added multiplexed i2c bus 21
    [   14.927060] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548
    [   14.927353] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 42
    [   14.942489] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s
    [   14.944393] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer with timeout 10s
    [   14.974879] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 277750 KHz, changing to: 299999 KHz
    [   15.269747] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [   15.275128] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [   15.479977] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [   15.480786] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [   15.639288] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [   15.642604] of_cfs_init
    [   15.643141] of_cfs_init: OK
    [   15.643965] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   15.920288] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [   15.934093] mmc0: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
    [   15.976580] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [   16.275147] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [   16.276292] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [   16.293485] hrtimer: interrupt took 16800800 ns
    [   16.329842] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   16.330461] clk: Not disabling unused clocks
    [   16.499489] ALSA device list:
    [   16.499718]   No soundcards found.
    [   16.537749] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [   16.551516] cfg80211: failed to load regulatory.db
    [   16.571626] Freeing unused kernel memory: 2112K
    [   16.643435] mmc0: Problem switching card into high-speed mode!
    [   16.647438] Run /init as init process
    [   16.778270] mmc0: new SD card at address 4567
    [   16.782829] mmcblk0: mmc0:4567 QEMU! 512 MiB 
    [   16.893747] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [   16.895429] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    /dev/mmcblk0: clean, 5739/86344 files, 196581/345204 blocks
    [   19.164310] EXT4-fs (mmcblk0): mounted filesystem with ordered data mode. Opts: (null)
    [   19.165992] ext4 filesystem being mounted at /rootfs supports timestamps until 2038 (0x7fffffff)
    INIT: version 2.97 booting
    Starting udev
    [   23.256354] udevd[355]: starting version 3.2.9
    [   23.420071] random: udevd: uninitialized urandom read (16 bytes read)
    [   23.430067] random: udevd: uninitialized urandom read (16 bytes read)
    [   23.431606] random: udevd: uninitialized urandom read (16 bytes read)
    [   23.900574] udevd[356]: starting eudev-3.2.9
    [   25.056278] urandom_read: 2 callbacks suppressed
    [   25.056334] random: udevd: uninitialized urandom read (16 bytes read)
    [   25.063557] random: udevd: uninitialized urandom read (16 bytes read)
    [   25.063944] random: udevd: uninitialized urandom read (16 bytes read)
    [   25.341085] zocl: loading out-of-tree module taints kernel.
    [   25.452650] [drm] Probing for xlnx,zocl
    [   25.457033] zocl-drm amba_pl@0:zyxclmm_drm: IRQ index 32 not found
    [   25.461206] [drm] FPGA programming device pcap founded.
    [   25.465205] [drm] PR Isolation addr 0x0
    [   25.550428] [drm] Initialized zocl 0.0.0 00000 for amba_pl@0:zyxclmm_drm on minor 0
    [   25.638983] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [   25.643594] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [   26.922113] mali-utgard: probe of fd4b0000.gpu failed with error -14
    [   35.033257] EXT4-fs (mmcblk0): re-mounted. Opts: (null)
    [   35.034460] ext4 filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
    [   41.711269] Unloading old XRT Linux kernel modules
    [   41.931159] Loading new XRT Linux kernel modules
    [   42.037923] [drm] Probing for xlnx,zocl
    [   42.039120] zocl-drm amba_pl@0:zyxclmm_drm: IRQ index 32 not found
    [   42.039864] [drm] FPGA programming device pcap founded.
    [   42.040063] [drm] PR Isolation addr 0x0
    [   42.055149] [drm] Initialized zocl 0.0.0 00000 for amba_pl@0:zyxclmm_drm on minor 0
    [   42.078482] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator
    [   42.079319] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator
    [   47.672399] INFO: Creating ICD entry for Xilinx Platform
    [   49.059330] update-alternatives: Linking /usr/lib/libMali.so.9.0 to /usr/lib/x11/libMali.so.9.0
    [   50.341071] update-alternatives: Linking /usr/lib/libMali.so.9.0 to /usr/lib/x11/libMali.so.9.0
    [   50.924487] Warn: update-alternatives: libmali-xlnx has multiple providers with the same priority, please check /usr/lib/opkg/alternatives/libmali-xlnx for details
    [   51.390668] update-alternatives: Linking /usr/lib/libMali.so.9.0 to /usr/lib/x11/libMali.so.9.0
    [   52.436957] update-alternatives: Linking /usr/lib/libMali.so.9.0 to /usr/lib/x11/libMali.so.9.0
    [   55.111814] macb ff0e0000.ethernet eth0: PHY [ff0e0000.ethernet-ffffffff:0c] driver [Marvell 88E1118] (irq=POLL)
    [   55.112497] macb ff0e0000.ethernet eth0: configuring for phy/rgmii-id link mode
    [   55.235486] macb ff0e0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control tx
    [   55.236207] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   60.898444] random: crng init done
    [   60.898871] random: 2 urandom warning(s) missed due to ratelimiting
    Starting tcf-agent: OK
    
    root@xilinx-zcu102-2021_1:~# 
     
Tip: To exit the emulator when you are finished, press Ctrl + A, release, and then press X.