Challenges in Programming ARM HPS on Agilex 7 I-Series DevKit: Seeking Guidance on C/C++ Deployment
I deployed the GHRD HPS-FPGA system following this guidance: HPS Example Design for Agilex 7 I-Series DevKit (2x R-Tile and 1x F-Tile). I have successfully established the serial communication and run the built-in 'helloworld' executable.
Now I want to compile my C program, load the executable to the board and run. I'm trying to follow the Ashling RiscFree User Guide to program the ARM-based HPS on my board with C/C++ executable file, but I encountered "invalid device name" problem. I tried both USB-Blaster and AGI DevKit as the programming device. None of them work.
Considering that the HPS example document for Agilex 7 I-series DevKit doesn't seem to be officially included in Intel GSRD gallery, I'm not sure whether I'm following the right guidance. I would appreciate it if anyone could provide some clues on how to do C/C++ programming.
Thanks!