天天看點

Configure the port of UART on XSDK connecting to Zybo-z7-20 under Ubuntu

Connect the PC and Zybo-z7-20 board using Serial-USB cable and power on the board. Use the command

dmesg |grep USB

to figure out to which port the board is connected.

On my PC (ubuntu 16.04), zybo-z7-20 board is connected to

ttyUSB1

.

Therefore, the Port of a UART tool’s configuration should be

/dev/ttyUSB1

.

References:

Linux下使用putty進行UART序列槽調試