Forum Discussion
YawenLi
New Contributor
2 years agoThe document I follow about FPGA AI Suite is "Intel® FPGA AI Suite Quick Start Tutorial". I have done steps 6.1-6.5
https://www.intel.com/content/www/us/en/docs/programmable/768970/2023-3/quick-start-tutorial.html
For the bitstream, the related command I executed are:
jtagdir=$COREDLA_WORK/runtime/build_Release/fpga_jtag_reprogram
bitsdir=$COREDLA_WORK/demo/bitstreams
$jtagdir/fpga_jtag_reprogram $bitsdir/AGX7_Performance.sof
curarch=$COREDLA_ROOT/example_architectures/AGX7_Performance.arch
And there is no error.