Vitis Packager - 2025.1 English - XD098

Vitis Tutorials: Getting Started (XD098)

Document ID
XD098
Release Date
2025-06-17
Version
2025.1 English

Once the fixed XSA is generated by the linker, we can use the Vitis packager to pack all the files to either run the design in Hardware Emulation or on the VCK190 hardware board. the Vitis packager inputs are fixed XSA, libadf.a, boot files, linux files and a configuation file. Let’s look at the files we have so far:

  1. libadf.a: AI Engine kernel and its boot files

  2. Fixed XSA: output of the linker

  3. host.exe: output of the host code compiler

  4. rootfs.ext4: root file system, using the AMD provided VCK190 platform file

  5. Image: Linux image, using the AMD provided VCK190 platform file

With the input files ready, we need to create a configuration file to provide guidance to the packager, let us call this file as pack.cfg.