Xilinx / SDAccel-Tutorials

SDAccel Development Environment Tutorials
106 stars 70 forks source link

Is update to Getting Started needed? #15

Open browndeer opened 4 years ago

browndeer commented 4 years ago

I have followed the Getting Started: Create, Configure, and Test an AWS F1 Instance tutorial on AWS F1 and I am able to get to "Step 5: Execute the Host Application" successfully.

However, I cannot get Step 5 to work: cd $SDACCEL_DIR/examples/xilinx/getting_started/host/helloworld_ocl/ sudo sh source /opt/xilinx/xrt/setup.sh
./helloworld

I noticed that the path is not correct, but I found helloworld_ocl under .../getting_started/helloworld/helloworld_ocl/ and when executing the application ./helloworld the program requires passing in an argument <xclbin>. This makes me suspect the documentation requires an update?

The larger issue is that I cannot get the application to execute using the FPGA on an f1.x2large instance after following all the steps in the tutorial leading up to this point (twice).

The error and output is shown here on the AWS FPGA forum.

Thank you.

DAR