Steps to Access the Devtool Utility - 2023.2 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2023-10-18
Version
2023.2 English
To access the Devtool utility:
  1. Follow steps 3-7 as described in Steps to Access the BitBake Utility
  2. Create a workspace for devtool:
    devtool create-workspace ../components/plnx_workspace/
  3. Add the recipe to workspace directory:
    devtool add --version 1.0 gpio-demo ../project-spec/meta-user/recipes-apps/gpio-demo
  4. Build the recipe:
    devtool build gpio-demo

For more devtool commands, type devtool --help.