Forum Discussion
DAndr6
New Contributor
7 years agoCannot configure stratix 10 device with provided bitstreams
The Board Test System (BTS) is able to detect the Stratix 10 FPGA. When we set the the load selector switch (SW3.3) to ON and connect the board to the internet, the factory default design seems to ...
DAndr6
New Contributor
7 years agoHi Nooraini,
We changed the frequency of the USB Blaster II TCK frequecy to either 16M or 6M using the following commands.
jtagconfig --setparam USB-blasterII[USB-1] JtagClock 6M
jtagconfig --setparam USB-blasterII[USB-1] JtagClock 16M
We used the following command to verify that the frequency was indeed changed to either 16M or 6M.
jtagconfig --getparam USB-blasterII[USB-1] JtagClock
After the frequency was lowered to either 16M or 6M, both Quartus Programmer and Board Test System (BTS) failed to configured the FPGA using the provided bitstreams.
BTW, I am using the Stratix 10 GX FPGA Development Kit.
Any idea?