Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git clone https://github.com/OpenCAPI/oc-accel.git
cd oc-accel
make all

At this point, scp compiled image from hal-fpga-x86:

Code Block
mkdir -p hardware/build/Images
scp <userid>@hal-fpga-x86.ncsa.illinois.edu:~/oc-accel/hardware/build/Images/* ~/oc-accel/hardware/build/Images/.
make clean all

And finally load bitfile and run the example:

Code Block
# check the exact name of the bitfile, e.g., 
sudo oc-flash-script hardware/build/Images/oc_2023_0202_1645_25G_hls_helloworld_1024_noSDRAM_OC-AD9H335_1.bin


./actions/hls_helloworld_1024/tests/hw_test.sh  


Warning

the card is not flushed for the first time with the appropriate OpenCAPI bitfile, therefore oc-flash-script fails. This is still need to be fixed.