
Before performing these steps, its required that the following tutorials have been followed and completed.
Runnng Barebones Apps on the Ultra96-V2 Cortex A53 processor
Running Hello World on an R5 Processor
This blog entry outlines the steps required do do a simple Hello World Program on the PMU processor.
1.) Create a new Application Project
File->New->Application Project
2.) Select a Project Name and the PMU processor. Note that a new BSP will need to be created if one hasnt been created for the PMU. Select Next to continue.

3.) Select the "ZynqMP PMU Firmware" template and select Finish to continue.

4.) Open the R5 BSP just created and double click on the system.mss file to open it and select "Modify this BSP's Settings"

5.) Click on standalone and change the STDIN and STDOUT ports to "psu_uart_1".

6.) The BSP should be rebuilt which can be seen in the "SDK Log Window"
7.) Edit the C source file xpfw_main.c by adding the following lines

8.) Add your PC COM Port to the SDK Terminal Window.
9.) Select your PMU_HelloWorld Application Project and then Right Click->Run As->Launch On Hardware (System Debugger).
10.) Verify Serial Port Output.

11.) Congrats!
References
Xilinx logo clipped from xilinx.com