You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: