Xilinx ZYNQ UltraScale+ MPSoC/Development/Petalinux: Difference between revisions

no edit summary
No edit summary
Line 64: Line 64:
This will create the app inside the project-spec/meta-user/recipes-apps/sample-app directory which you can modify as you wish. For now, we will leave the default app which prints "Hello World!" to stdout.
This will create the app inside the project-spec/meta-user/recipes-apps/sample-app directory which you can modify as you wish. For now, we will leave the default app which prints "Hello World!" to stdout.


== Creating your own FPGA firmware ==
To create a custom firmware you can provide the required files to the fpgamanager template as follows:
<syntaxhighlight lang=bash>
petalinux-create -t apps --template fpgamanager -n sample-firmware --enable --srcuri "user.bit user.dtsi user.xclbin shell.json"
</syntaxhighlight>


== Building and flashing the board ==
== Building and flashing the board ==
222

edits