Build PetaLinux Images - 2024.2 English - XD101

Vitis Tutorials: Platform Creation (XD101)

Document ID
XD101
Release Date
2025-02-17
Version
2024.2 English
  1. From any directory within the PetaLinux project, build the PetaLinux project.

    petalinux-build
    

    The PetaLinux image files are generated in /images/linux directory.

  2. Create a sysroot self-installer for the target Linux system

    petalinux-build --sdk
    

    The generated sysroot package sdk.sh is located in /images/linux directory and you can extract it when you need.