04-05-2021 01:28 AM
Hello,
I am currently trying to add specific files (like <file1>.txt, <file2>.py) to any folder within the petalinux system already built in a Zedboard via SD Card. I already managed to create projects following the User Reference Guide for C/C++, but what if I want, for example, to add a file to the home folder?
Thanks in advance
04-07-2021 12:35 PM
You can create a recipe in petalinux do this this. See the "Steps to Include Prebuilt Applications" in ug1144
You will have to change the bb files do_install to place the files in the location you want