Forum Discussion
JohnT_Altera
Regular Contributor
6 years agoHi,
The issue is that you are not updating the FPGA flash content. Please performed the step below.
- Connect USB-Blaster to the board.
- Run "jtagconfig" to ensure that your Intel FPGA Download Cable driver is ready to use:
- Go to "/opt/intel/openvino/bitstreams/a10_vision_design_sg1_bitstreams/BSP/a10_1150_sg1/bringup"
- Program the new sof file to the board: "quartus_pgm -c 1 -m JTAG -o "p;sg1_boardtest_2ddr_base.sof""
- Soft reboot:
- Source the environment variable script you made.
- source /home/<user>/init_openvino.sh
- Run "aocl diagnose"
- Go to "/opt/intel/openvino/bitstreams/a10_vision_design_sg1_bitstreams/BSP/a10_1150_sg1/bringup"
- Run "aocl flash acl0 sg1_boardtest_2ddr_top.aocx"
- Hard reboot the host system including powering off.
VE000
New Contributor
6 years agoHi
Thank you for the reply.
I had updated the FPGA flash content also before trying to program the bitstream. Still the problem persists.