Steps to Access the Devtool Utility - 2021.2 English

PetaLinux Tools Documentation: Reference Guide

Document ID
UG1144
Release Date
2021-10-27
Version
2021.2 English
  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.