Select the images for loading on target from the following:
- Prebuilt directory: <plnx-proj-root>/pre-built/linux/images. These are prebuilt images packed along with the BSP.
- 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:
[xhd-zcu102-11] Systest# connect com0 Connecting to device com0. Use Ctrl-\ to escape. Zynq MP First Stage Boot Loader Release 2024.2 Sep 19 2024 - 18:11:00 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: zu9eg 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: EXTERNAL Net: ZYNQ GEM: ff0e0000, mdio bus ff0e0000, phyaddr 12, interface rgmii-id Warning: ethernet@ff0e0000 (eth0) using random MAC address - a6:54:d2:c3:5d:26 eth0: ethernet@ff0e0000 scanning 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.: ST500DM002-1BD14 Rev: KC48 Type: Hard Disk Capacity: 476940.0 MB = 465.7 GB (976773168 x 512) starting USB... Bus usb@fe200000: Register 2000440 NbrPorts 2 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 Host not halted after 16000 microseconds. Loading Ramdisk to 75476000, end 77bdbccd ... OK Loading Device Tree to 000000007545f000, end 0000000075475764 ... OK Working FDT set to 7545f000 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=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] 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 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.008374] Console: colour dummy device 80x25 [ 0.012557] Calibrating delay loop (skipped), value calculated using timer frequency.. 199.98 BogoMIPS (lpj=399960) [ 0.022974] pid_max: default: 32768 minimum: 301 [ 0.027696] 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.043573] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.049543] rcu: Hierarchical SRCU implementation. [ 0.053690] rcu: Max phase no-delay instances is 1000. [ 0.059270] EFI services will not be available. [ 0.063619] smp: Bringing up secondary CPUs ... [ 0.068366] Detected VIPT I-cache on CPU1 [ 0.068412] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.068848] Detected VIPT I-cache on CPU2 [ 0.068876] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.069270] Detected VIPT I-cache on CPU3 [ 0.069298] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.069347] smp: Brought up 1 node, 4 CPUs [ 0.103629] SMP: Total of 4 processors activated. [ 0.108329] CPU features: detected: 32-bit EL0 Support [ 0.113462] CPU features: detected: CRC32 instructions [ 0.118652] CPU: All CPU(s) started at EL2 [ 0.122687] alternatives: applying system-wide alternatives [ 0.129951] devtmpfs: initialized [ 0.140144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.144269] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.156284] pinctrl core: initialized pinctrl subsystem [ 0.156732] DMI not present or invalid. [ 0.160684] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.166742] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.173237] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.181085] audit: initializing netlink subsys (disabled) [ 0.186551] audit: type=2000 audit(0.120:1): state=initialized audit_enabled=0 res=1 [ 0.186964] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.201040] ASID allocator initialised with 65536 entries [ 0.206529] Serial: AMBA PL011 UART driver [ 0.217885] platform axi: Fixed dependency cycle(s) with /axi/interrupt-controller@f9010000 [ 0.231191] Modules: 26544 pages in range for non-PLT usage [ 0.231198] Modules: 518064 pages in range for PLT usage [ 0.231830] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.243218] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.249484] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.256268] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.262534] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.269320] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.275586] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.282371] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.356696] raid6: neonx8 gen() 2263 MB/s [ 0.424756] raid6: neonx4 gen() 2221 MB/s [ 0.492829] raid6: neonx2 gen() 2120 MB/s [ 0.560887] raid6: neonx1 gen() 1812 MB/s [ 0.628950] raid6: int64x8 gen() 1414 MB/s [ 0.697015] raid6: int64x4 gen() 1563 MB/s [ 0.765069] raid6: int64x2 gen() 1401 MB/s [ 0.833149] raid6: int64x1 gen() 1031 MB/s [ 0.833189] raid6: using algorithm neonx8 gen() 2263 MB/s [ 0.905220] raid6: .... xor() 1654 MB/s, rmw enabled [ 0.905266] raid6: using neon recovery algorithm [ 0.909748] iommu: Default domain type: Translated [ 0.913936] iommu: DMA domain TLB invalidation policy: strict mode [ 0.920338] SCSI subsystem initialized [ 0.924007] usbcore: registered new interface driver usbfs [ 0.929355] usbcore: registered new interface driver hub [ 0.934666] usbcore: registered new device driver usb [ 0.939783] mc: Linux media interface: v0.10 [ 0.943986] videodev: Linux video capture interface: v2.00 [ 0.949475] pps_core: LinuxPPS API ver. 1 registered [ 0.954394] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.963537] PTP clock support registered [ 0.967465] EDAC MC: Ver: 3.0.0 [ 0.970863] scmi_core: SCMI protocol bus registered [ 0.975591] zynqmp-ipi-mbox mailbox@ff9905c0: Registered ZynqMP IPI mbox with TX/RX channels. [ 0.984397] FPGA manager framework [ 0.987518] Advanced Linux Sound Architecture Driver Initialized. [ 0.993895] Bluetooth: Core ver 2.22 [ 0.997038] NET: Registered PF_BLUETOOTH protocol family [ 1.002337] Bluetooth: HCI device and connection manager initialized [ 1.008690] Bluetooth: HCI socket layer initialized [ 1.013560] Bluetooth: L2CAP socket layer initialized [ 1.018612] Bluetooth: SCO socket layer initialized [ 1.023851] clocksource: Switched to clocksource arch_sys_counter [ 1.029730] VFS: Disk quotas dquot_6.6.0 [ 1.033509] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.045864] NET: Registered PF_INET protocol family [ 1.046059] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 1.055349] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 1.061182] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.068904] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 1.077018] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 1.084966] TCP: Hash tables configured (established 32768 bind 32768) [ 1.090810] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.097507] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.104715] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.110623] RPC: Registered named UNIX socket transport module. [ 1.116145] RPC: Registered udp transport module. [ 1.120845] RPC: Registered tcp transport module. [ 1.125539] RPC: Registered tcp-with-tls transport module. [ 1.131021] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.137466] PCI: CLS 0 bytes, default 64 [ 1.141624] Trying to unpack rootfs image as initramfs... [ 1.153046] Initialise system trusted keyrings [ 1.153260] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 1.158860] NFS: Registering the id_resolver key type [ 1.163364] Key type id_resolver registered [ 1.167513] Key type id_legacy registered [ 1.171548] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.178216] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.227383] NET: Registered PF_ALG protocol family [ 1.227453] xor: measuring software checksum speed [ 1.235236] 8regs : 2523 MB/sec [ 1.239578] 32regs : 2523 MB/sec [ 1.244206] arm64_neon : 2358 MB/sec [ 1.244379] xor: using function: 32regs (2523 MB/sec) [ 1.249444] Key type asymmetric registered [ 1.253521] Asymmetric key parser 'x509' registered [ 1.258466] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.265792] io scheduler mq-deadline registered [ 1.270313] io scheduler kyber registered [ 1.274359] io scheduler bfq registered [ 1.281699] irq-xilinx: /amba_pl/interrupt-controller@80020000: num_irq=1, edge=0x1 [ 1.320366] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.322721] Serial: AMBA driver [ 1.330937] brd: module loaded [ 1.334451] loop: module loaded [ 1.339260] CAN device driver interface [ 1.340408] usbcore: registered new interface driver asix [ 1.342865] usbcore: registered new interface driver ax88179_178a [ 1.348968] usbcore: registered new interface driver cdc_ether [ 1.354802] usbcore: registered new interface driver net1080 [ 1.360452] usbcore: registered new interface driver cdc_subset [ 1.366363] usbcore: registered new interface driver zaurus [ 1.371950] usbcore: registered new interface driver cdc_ncm [ 1.377588] usbcore: registered new interface driver r8153_ecm [ 1.383930] VFIO - User Level meta-driver version: 0.3 [ 1.389453] usbcore: registered new interface driver uas [ 1.393865] usbcore: registered new interface driver usb-storage [ 1.400917] rtc_zynqmp ffa60000.rtc: registered as rtc0 [ 1.405082] rtc_zynqmp ffa60000.rtc: setting system clock to 1993-05-11T11:10:21 UTC (737118621) [ 1.414037] i2c_dev: i2c /dev entries driver [ 1.420783] usbcore: registered new interface driver uvcvideo [ 1.424874] Bluetooth: HCI UART driver ver 2.3 [ 1.428300] Bluetooth: HCI UART protocol H4 registered [ 1.433428] Bluetooth: HCI UART protocol BCSP registered [ 1.438770] Bluetooth: HCI UART protocol LL registered [ 1.443871] Bluetooth: HCI UART protocol ATH3K registered [ 1.449289] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 1.455655] Bluetooth: HCI UART protocol Intel registered [ 1.460942] Bluetooth: HCI UART protocol QCA registered [ 1.466180] usbcore: registered new interface driver bcm203x [ 1.471821] usbcore: registered new interface driver bpa10x [ 1.477392] usbcore: registered new interface driver bfusb [ 1.482877] usbcore: registered new interface driver btusb [ 1.488389] usbcore: registered new interface driver ath3k [ 1.494044] EDAC MC: ECC not enabled [ 1.498067] sdhci: Secure Digital Host Controller Interface driver [ 1.503559] sdhci: Copyright(c) Pierre Ossman [ 1.507915] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.514790] ledtrig-cpu: registered to indicate activity on CPUs [ 1.519857] SMCCC: SOC_ID: ID = jep106:0049:0000 Revision = 0x24738093 [ 1.526206] zynqmp_firmware_probe Platform Management API v1.1 [ 1.531958] zynqmp_firmware_probe Trustzone version v1.0 [ 1.569214] securefw securefw: securefw probed [ 1.569425] xilinx_ecdsa xilinx_ecdsa.0: ECDSA is not supported on the platform [ 1.575852] zynqmp-aes zynqmp-aes.0: will run requests pump with realtime priority [ 1.583874] usbcore: registered new interface driver usbhid [ 1.588569] usbhid: USB HID core driver [ 1.597266] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 1.601518] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered [ 1.607137] usbcore: registered new interface driver snd-usb-audio [ 1.613919] pktgen: Packet Generator for packet performance testing. Version: 2.75 [ 1.624569] Initializing XFRM netlink socket [ 1.624660] NET: Registered PF_INET6 protocol family [ 1.630168] Segment Routing with IPv6 [ 1.633227] In-situ OAM (IOAM) with IPv6 [ 1.637208] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.643480] NET: Registered PF_PACKET protocol family [ 1.648084] NET: Registered PF_KEY protocol family [ 1.652875] can: controller area network core [ 1.657235] NET: Registered PF_CAN protocol family [ 1.661995] can: raw protocol [ 1.664961] can: broadcast manager protocol [ 1.669138] can: netlink gateway - max_hops=1 [ 1.673668] Bluetooth: RFCOMM TTY layer initialized [ 1.678362] Bluetooth: RFCOMM socket layer initialized [ 1.683494] Bluetooth: RFCOMM ver 1.11 [ 1.687242] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 1.692533] Bluetooth: BNEP filters: protocol multicast [ 1.697763] Bluetooth: BNEP socket layer initialized [ 1.702714] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 1.708639] Bluetooth: HIDP socket layer initialized [ 1.713627] 8021q: 802.1Q VLAN Support v1.8 [ 1.718149] 9pnet: Installing 9P2000 support [ 1.722063] Key type dns_resolver registered [ 1.726445] NET: Registered PF_VSOCK protocol family [ 1.739354] registered taskstats version 1 [ 1.739406] Loading compiled-in X.509 certificates [ 1.750976] Btrfs loaded, zoned=no, fsverity=no [ 1.751187] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa) [ 2.938815] Freeing initrd memory: 40340K [ 3.596371] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 23, base_baud = 6249999) is a xuartps [ 3.605456] printk: console [ttyPS0] enabled [ 3.605456] printk: console [ttyPS0] enabled [ 3.609753] printk: bootconsole [cdns0] disabled [ 3.609753] printk: bootconsole [cdns0] disabled [ 3.619602] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 24, base_baud = 6249999) is a xuartps [ 3.632542] of-fpga-region fpga-full: FPGA Region probed [ 3.640225] nwl-pcie fd0e0000.pcie: host bridge /axi/pcie@fd0e0000 ranges: [ 3.647128] nwl-pcie fd0e0000.pcie: MEM 0x00e0000000..0x00efffffff -> 0x00e0000000 [ 3.655137] nwl-pcie fd0e0000.pcie: MEM 0x0600000000..0x07ffffffff -> 0x0600000000 [ 3.663282] nwl-pcie fd0e0000.pcie: Link is DOWN [ 3.668341] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00 [ 3.674517] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.680000] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 3.686884] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref] [ 3.694393] pci 0000:00:00.0: [10ee:d021] type 01 class 0x060400 [ 3.700460] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot [ 3.708648] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.716779] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 3.723406] pci 0000:00:00.0: PCI bridge to [bus 01] [ 3.732421] xilinx-zynqmp-dpdma fd4c0000.dma-controller: Xilinx DPDMA engine is probed [ 3.741096] spi-nor spi0.0: found mt25qu512a, expected m25p80 [ 3.747184] spi-nor spi0.0: mt25qu512a (131072 Kbytes) [ 3.752431] 3 fixed-partitions partitions found on MTD device spi0.0 [ 3.758778] Creating 3 MTD partitions on "spi0.0": [ 3.763561] 0x000000000000-0x000001e00000 : "qspi-boot" [ 3.769699] 0x000001e00000-0x000001e40000 : "qspi-bootenv" [ 3.775992] 0x000001e40000-0x000004240000 : "qspi-kernel" [ 3.809068] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM [ 3.815690] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM [ 3.822202] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM [ 3.828715] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM [ 3.835995] i2c i2c-0: using pinctrl states for GPIO recovery [ 3.841956] i2c i2c-0: using generic GPIOs for recovery [ 3.847584] pca953x 0-0020: supply vcc not found, using dummy regulator [ 3.854299] pca953x 0-0020: using no AI [ 3.858964] pca953x 0-0021: supply vcc not found, using dummy regulator [ 3.865649] pca953x 0-0021: using no AI [ 3.870281] pca954x 0-0075: supply vdd not found, using dummy regulator [ 3.884724] i2c i2c-0: Added multiplexed i2c bus 2 [ 3.895671] i2c i2c-0: Added multiplexed i2c bus 3 [ 3.945585] i2c i2c-0: Added multiplexed i2c bus 4 [ 3.950539] i2c i2c-0: Added multiplexed i2c bus 5 [ 3.955338] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544 [ 3.962707] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 52 [ 3.969703] i2c i2c-1: using pinctrl states for GPIO recovery [ 3.975638] i2c i2c-1: using generic GPIOs for recovery [ 3.981262] pca954x 1-0074: supply vdd not found, using dummy regulator [ 3.988333] at24 6-0054: supply vcc not found, using dummy regulator [ 3.995228] at24 6-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write [ 4.001976] i2c i2c-1: Added multiplexed i2c bus 6 [ 4.007363] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 4.014678] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 4.021984] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 4.029292] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 4.036592] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 4.043893] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 4.051195] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 4.058499] si5341 7-0036: no regulator set, defaulting vdd_sel to 2.5V for out [ 4.066542] si5341 7-0036: Chip: 5341 Grade: 1 Rev: 1 [ 4.094679] i2c i2c-1: Added multiplexed i2c bus 7 [ 4.101698] si570 8-005d: registered, current frequency 300000000 Hz [ 4.108098] i2c i2c-1: Added multiplexed i2c bus 8 [ 4.115082] si570 9-005d: registered, current frequency 156250000 Hz [ 4.121474] i2c i2c-1: Added multiplexed i2c bus 9 [ 4.126504] si5324 10-0069: si5328 probed [ 4.189626] si5324 10-0069: si5328 probe successful [ 4.194543] i2c i2c-1: Added multiplexed i2c bus 10 [ 4.199570] i2c i2c-1: Added multiplexed i2c bus 11 [ 4.204589] i2c i2c-1: Added multiplexed i2c bus 12 [ 4.209609] i2c i2c-1: Added multiplexed i2c bus 13 [ 4.214489] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548 [ 4.222237] pca954x 1-0075: supply vdd not found, using dummy regulator [ 4.229181] i2c i2c-1: Added multiplexed i2c bus 14 [ 4.234212] i2c i2c-1: Added multiplexed i2c bus 15 [ 4.239238] i2c i2c-1: Added multiplexed i2c bus 16 [ 4.244272] i2c i2c-1: Added multiplexed i2c bus 17 [ 4.249298] i2c i2c-1: Added multiplexed i2c bus 18 [ 4.254329] i2c i2c-1: Added multiplexed i2c bus 19 [ 4.259361] i2c i2c-1: Added multiplexed i2c bus 20 [ 4.264407] i2c i2c-1: Added multiplexed i2c bus 21 [ 4.269292] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548 [ 4.276902] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 53 [ 4.287022] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s [ 4.294548] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer with timeout 10s [ 4.303885] zynqmp-display fd4a0000.display: vtc bridge property not present [ 4.335853] mmc0: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit [ 4.711990] xilinx-dp-snd-codec fd4a0000.display:zynqmp-dp-snd-codec0: Xilinx DisplayPort Sound Codec probed [ 4.712399] mmc0: new high speed SDHC card at address aaaa [ 4.722111] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed [ 4.727690] mmcblk0: mmc0:aaaa SB16G 14.8 GiB [ 4.735386] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed [ 4.748966] xilinx-dp-snd-card fd4a0000.display:zynqmp-dp-snd-card: Xilinx DisplayPort Sound Card probed [ 4.751365] mmcblk0: p1 [ 4.758920] xlnx-drm xlnx-drm.0: bound fd4a0000.display (ops 0xffff800081040e58) [ 5.847874] zynqmp-display fd4a0000.display: [drm] Cannot find any crtc or sizes [ 5.855554] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.display on minor 0 [ 5.863064] zynqmp-display fd4a0000.display: ZynqMP DisplayPort Subsystem driver probed [ 5.871316] ahci-ceva fd0c0000.ahci: supply ahci not found, using dummy regulator [ 5.878890] ahci-ceva fd0c0000.ahci: supply phy not found, using dummy regulator [ 5.886368] ahci-ceva fd0c0000.ahci: supply target not found, using dummy regulator [ 5.904334] ahci-ceva fd0c0000.ahci: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl platform mode [ 5.913297] ahci-ceva fd0c0000.ahci: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst [ 5.923725] scsi host0: ahci-ceva [ 5.927353] scsi host1: ahci-ceva [ 5.930784] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x100 irq 58 [ 5.938701] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x180 irq 58 [ 5.955656] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 49 (a6:54:d2:c3:5d:26) [ 5.989611] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 5.995124] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1 [ 6.002880] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000008002000810 [ 6.012308] xhci-hcd xhci-hcd.1.auto: irq 59, io mem 0xfe200000 [ 6.018319] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 6.023805] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2 [ 6.031460] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 6.038111] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 [ 6.046373] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.053592] usb usb1: Product: xHCI Host Controller [ 6.058460] usb usb1: Manufacturer: Linux 6.6.40-xilinx-g4303ca7c18ba xhci-hcd [ 6.065674] usb usb1: SerialNumber: xhci-hcd.1.auto [ 6.070925] hub 1-0:1.0: USB hub found [ 6.074693] hub 1-0:1.0: 1 port detected [ 6.078965] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06 [ 6.087234] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.094453] usb usb2: Product: xHCI Host Controller [ 6.099321] usb usb2: Manufacturer: Linux 6.6.40-xilinx-g4303ca7c18ba xhci-hcd [ 6.106543] usb usb2: SerialNumber: xhci-hcd.1.auto [ 6.111701] hub 2-0:1.0: USB hub found [ 6.115464] hub 2-0:1.0: 1 port detected [ 6.122693] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 6.129776] of_cfs_init [ 6.132243] of_cfs_init: OK [ 6.135102] clk: Disabling unused clocks [ 6.139953] ALSA device list: [ 6.142911] #0: DP mon [ 6.262078] ata1: SATA link down (SStatus 0 SControl 330) [ 6.427856] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 330) [ 6.435240] ata2.00: ATA-8: ST500DM002-1BD142, KC48, max UDMA/133 [ 6.441336] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32) [ 6.449221] ata2.00: configured for UDMA/133 [ 6.453764] scsi 1:0:0:0: Direct-Access ATA ST500DM002-1BD14 KC48 PQ: 0 ANSI: 5 [ 6.462760] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB) [ 6.470245] sd 1:0:0:0: [sda] 4096-byte physical blocks [ 6.475496] sd 1:0:0:0: [sda] Write Protect is off [ 6.480342] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 6.489451] sd 1:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 6.500480] sda: sda1 [ 6.503009] sd 1:0:0:0: [sda] Attached SCSI disk [ 6.508365] Freeing unused kernel memory: 2944K [ 6.512963] Run /init as init process [ 6.532392] systemd[1]: System time before build time, advancing clock. [ 6.543798] 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) [ 6.575633] systemd[1]: Detected architecture arm64. Welcome to PetaLinux 2024.2+release-S09261512 (scarthgap)! [ 6.596057] systemd[1]: Hostname set to <xilinx-zcu102-20242>. [ 6.602009] systemd[1]: Initializing machine ID from random generator. [ 6.907076] systemd[1]: Queued start job for default target Multi-User System. [ 6.930861] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty[0[ 6.939888] zynqmp-display fd4a0000.display: [drm] Cannot find any crtc or sizes m. [ 6.961075] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 6.985059] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 7.008735] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 7.032130] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 7.056059] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 7.080039] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 7.095949] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 7.115940] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 7.131971] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 7.148457] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 7.172075] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 7.192326] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 7.208136] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 7.232633] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 7.256241] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 7.280332] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 7.296427] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 7.320328] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 7.340213] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 7.360220] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 7.400184] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 7.418516] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 7.442722] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 7.460408] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 7.475834] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 7.516341] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 7.543000] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 7.567177] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 7.591099] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 7.614985] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 7.632217] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 7.645132] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 7.658025] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.) [ 7.671693] systemd[1]: Starting Journal Service... Starting Journal Service... [ 7.716322] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 7.732472] openvswitch: Open vSwitch switching datapath [ 7.734875] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network units from Kernel command line... [ 7.763039] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems[[ 7.773621] systemd-journald[220]: Collecting audit messages is enabled. 0m... [ 7.794935] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 7.860028] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 7.876543] systemd[1]: Mounted Huge Pages File System. [ OK ] Mounted Huge Pages File System. [ 7.896310] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory /tmp. [ OK ] Finished Create List of Static Device Nodes. [ 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... Starting Apply Kernel Variables... [ 8.182407] systemd-journald[220]: Received client request to flush runtime journal. Starting Create Static Device Nodes in /dev gracefully... [ 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 Static Device Nodes in /dev gracefully. Starting Create System Users... 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 ] Finished Rebuild Dynamic Linker Cache. [ OK ] Started Rule-based Manager for Device Events and Files. Starting Network Configuration... [ 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... [ 9.205165] macb ff0e0000.ethernet end0: renamed from eth0 [ OK ] Finished Coldplug All udev Devices. [ OK ] Finished Record System Boot/Shutdown in UTMP. [ OK ] Finished Rebuild Journal Catalog. [ 9.439538] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 9.632582] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 9.659098] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 9.666749] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 9.671899] random: crng init done [ 9.675388] cfg80211: failed to load regulatory.db [ OK ] Finished Load/Save OS Random Seed. [ OK ] Started Network Time Synchronization. [ OK ] Started Network Configuration. [ OK ] Started Network Name Resolution. [ 10.798409] macb ff0e0000.ethernet end0: PHY [ff0e0000.ethernet-ffffffff:0c] driver [TI DP83867] (irq=POLL) [ 10.808211] macb ff0e0000.ethernet end0: configuring for phy/rgmii-id link mode [ 10.816949] pps pps0: new PPS source ptp0 [ 10.826339] macb ff0e0000.ethernet: gem-ptp-timer ptp clock registered. [ OK ] Created slice Slice /system/systemd-fsck. [ 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 Kill Switch Status /dev/rfkill Watch. Starting File System Check on /dev/mmcblk0p1... Starting File System Check on /dev/sda... Starting File System Check on /dev/sda1... Starting Update is Completed... Starting Virtual Console Setup... [ OK ] Finished Update is Completed. [ OK ] Finished Virtual Console Setup. [ 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 User Login Management... Starting Permit User Sessions... Starting Target Communication Framework agent... Starting OpenSSH Key Generation... [ 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 ] Started D-Bus System Message Bus. [ OK ] Started Target Communication Framework agent. [ OK ] Finished File System Check on /dev/mmcblk0p1. Mounting /run/media/mmcblk0p1... [ OK ] Started User Login Management. [ OK ] Reached target Multi-User System. Starting Record Runlevel Change in UTMP... [ OK ] Mounted /run/media/mmcblk0p1. [ OK ] Finished Record Runlevel Change in UTMP. [ OK ] Finished OpenSSH Key Generation. [ 14.893287] macb ff0e0000.ethernet end0: Link is Up - 1Gbps/Full - flow control tx [ 15.164519] sda: sda1 [ OK ] Finished File System Check on /dev/sda. [FAILED] Failed to start File System Check on /dev/sda1. See 'systemctl status systemd-fsck@dev-sda1.service' for details. [DEPEND] Dependency failed for /run/media/sda1. Mounting /run/media/sda... [ OK ] Mounted /run/media/sda. ******************************************************************************************** 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: [ 68.970275] audit: type=1006 audit(1709054826.431:2): pid=820 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1 [ 68.982873] audit: type=1300 audit(1709054826.431:2): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea601a80 a2=4 a3=1 items=0 ppid=1 pid=820 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) [ 69.009599] audit: type=1327 audit(1709054826.431:2): proctitle="(systemd)" xilinx-zcu102-20242:~$
- 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).