Build PetaLinux Images - 2023.2 English

Vitis Tutorials: Vitis Platform Creation (XD101)

Document ID
XD101
Release Date
2023-12-26
Version
2023.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.