We will now test our system first by booting it through JTAG. As discussed previously, the segmented flow will use two PDI files; boot and PLD. The AIE binaries are applied to the PLD PDI. We have to tell the IDE to use both of them
In the flow navigator, select the A-to-Z_app component and click on the configuration icon which appear on the right of the Run option when you hover it with you mouse
Click on New Launch Configuration
Set up you target connection (local or remote)
Select Load PL PDI and set the path to ${workspaceFolder}/simple_aie_application_system_project/build/hw/package/package/binary_container_1.pdi
Power up the board
The output will be send to UART0.
If you are using a Rev B. board, open a serial terminal to get the UART0. If you are using a RevA, the UART0 is not available through the serial interfaces but is routed to the System Controller for remote UART functionality. To access it, log in to the system controller and set an IP address for the PS ethernet inteface and an IP address of the same network group to your PC (for example 192.168.1.2 and 192.168.1.1). Then open a Telnet Terminal (for example in tera term) and connect to 192.168.1.2:4001 to get the UART0 terminal
Click on Run. You should see the application running successfully