Hi there,
Recently I upgrade my development board from zedboard to ultrazed (including IO carrier). And now I met a strange problem:
My host PC and Vivado cannot find the connected UltraZed, which means: the seriel cannot open the COM(or ttys) port using USB-UART, and Vivado cannot program bitstream to FPGA using JTAG as well.
OS : ubuntu14.04
Vivado: 2017.1
I followed the start kit tutorials:
- Install USB UART Drivers (CP210x)
- set boot mode to QSPI
- connect JP1 on IO Carrier Card
- connect the power
- start the Tera term and set the parameters...
And cannot open the serial port. I use 'ls /dev' and no /dev/ttyACM0 or other serial port find. Tera Term shows no characters.
Then I followed the start kit Vivado tutorials (led example):
- design the 'bd'
- generate the bitstream
- set the boot mode to JTAG
- programming bitsteam
But I cannot open the target FPGA, which means no board detected by USB-JTAG.
What's more, the host PC can detect and program my ZedBoard.
The board is new bought, is it possible there are some problems with it? Any one can give some advise? Thanks in advance.