0

I am new to Xilinx Zynq SoC. Zynq has ARM(dual cores). I am curious if it is possible to run program C/C++ program only on ARM processors without using the FPGA fabric. My research could not helped much.

IF yes, I would like to know some basic steps that I need to follow to achieve the goal.

artless noise
  • 21,212
  • 6
  • 68
  • 105
Main
  • 1,804
  • 3
  • 20
  • 28
  • 2
    Why wouldn't you be able to? I'm pretty sure you're using the ARM processor by default anyway unless you're specifically synthesising logic for the FPGA and uploading it via the ARM processor. – tangrs Nov 27 '14 at 22:11

2 Answers2

2

Yes, you can run your own application code without using the FPGA fabric.

You can download the xilinx SDK http://www.xilinx.com/tools/sdk.htm and start by trying some of the hello world projects available. Adding a FPGA bitstream is optional.

0

Follow the Tutorial by Xilinx.

http://www.xilinx.com/support/documentation/sw_manuals/xilinx14_3/ug873-zynq-ctt.pdf.

It is clearly stated in section 5.2.4.

Thanks.

Main
  • 1,804
  • 3
  • 20
  • 28