Altera_Forum
Honored Contributor
10 years agoDebugging of the FPGA portion using the HPS ARMs & Linux
Hello All,
I have three SPI cores instantiated in the FPGA portion and connected to the AXI3 Lightweight Bridge (ArriaV SX device). I need to start debugging them (write to SPI cores, read data from them, etc). What's the simplest way to do so? The ARMs in the HPS portion are able to run linux. Is it possible to write linux scripts instead of writing C-programs and compiling them to ARM? Are there examples for such scripts? If writing the C-programs and then letting to ARM run them is the only way to debug FPGA portion, where could I find some simple examples for such programs? What the simplest and fastest way to start debugging of the FPGA portion using ARMs and linux running in the HPS portion? What command should I use in order to "open bridges"? Thank you!