Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titlecreate petalinux app
petalinux-create --type apps --name rfdc-test --enable


Warning
titledefault files

This will create an app with a default rfdc-test.c in the project-spec/meta-user/recipes-apps/rfdc-test/files folder. This should be deleted as it may cause issues during compile


Open the makefile at project-spec/meta-user/recipes-apps/rfdc-test/files and make the changes below:

...