Visible to Intel only — GUID: xjl1652879790040
Ixiasoft
1. About the RiscFree* IDE
2. Installation and Setup
3. Getting Started with RiscFree* IDE
4. Debug Setup for Nios® V Processor System
5. Debug Setup for Arm* Hard Processor System
6. Debugging with RiscFree* IDE
7. Debugging with Command-Line Interface
8. Ashling RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide Archives
9. Document Revision History for the Ashling RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide
A. Appendix
6.1. Debug Features in RiscFree* IDE
6.2. Processor System Debug
6.3. Heterogeneous Multicore Debug
6.4. Debugging µC/OS-II Application
6.5. Debugging FreeRTOS Application
6.6. Debugging Zephyr Application
6.7. Arm* HPS On-Chip Trace
6.8. Debugging the Arm* Linux Kernel
6.9. Debugging Target Software in an Intel® Simics Simulator Session
Visible to Intel only — GUID: xjl1652879790040
Ixiasoft
5.3. Setting Debug Configurations and Downloading Arm* HPS Project Using RiscFree* IDE
To debug the project, follow these steps:
- Right-click the project directory and select Debug > Debug Configurations.
- Select Ashling Arm Hardware Debugging > cortex-a53-sum. Ensure the Project and C/C++ Application match with your project name and your project .elf file respectively.
- Under the Debugger tab, set these settings:
- Debug probe: Agilex SI/SoC Dev Kit — Select the connected device
- Transport type: JTAG
- JTAG/SWD frequency: 16 MHz
- Core selection: Can select any core between 0 to 3
Figure 10. Debugger Settings for Intel Agilex® 7 Arm* Cortex* -A53 CoreNote: The default settings for the current example design in the RiscFree* IDE are configured based on Intel Agilex® 7 device.Note:If you are using a different Arm* architecture, select the Arm* GNU debugger (GDB) (select GDB Client Setup > Executable name) manually.
- 64-bit ELFs: ${eclipse_home}/../toolchain/Arm/aarch64-none-elf/bin/aarch64-none-elf-gdb.exe
- 32-bit ELFs: ${eclipse_home}/../toolchain/Arm/arm-none-eabi/bin/arm-none-eabi-gdb.exe
- Click Debug. RiscFree* IDE downloads the program to the target and you can find the console prints as shown in the following diagram.
Figure 11. RiscFree* IDE after Program is Downloaded and System is Ready for Debug
Related Information