I'm a novice in FPGA programming, I have synthetize a simple matrix-matrix multiplication written in C++ with Xilinx Vivado HLS and I generate the bitstream with Xilinx SDSoC tool and I obtained the following files:
sd_card
-- _sds
--- _p0.bin
-- matrixMultiplication.elf
-- BOOT.BIN
-- image.ub
I have copied this folder entirely in the sd card of the FPGA. Finally for launching the software I have tried to connect my pc with FPGA through an USB A to micro-USB B cable connected to UART port of the FPGA, but my pc seems not seeing the virtual serial port where FPGA is connected (I have tried with Ubuntu and Windows) and I can't start a serial comunication.. Perhaps I need to install some drivers for USB-UART interface? Thanks