When you are using multi-version of Xilinx hardware servers on a computer, you may find out some conflicts:

 

1. port conflict

The default port for the Xilinx hardware server is 3121. If two versions of hardware server working on a computer, the ports have to be different

 

In this case, you can use -stcp::<port> argument to change the port number

hw_server.bat -S -stcp::3122

 

2. XVC(Xilinx Virtual Cable) conflict

If one hardware server is working for a device, then the other hardware server doesn't work for another device. It is because the first one uses two devices even if one of them is not necessary. 

 

Therefore you need to map the server and device.

 

For this, the cable id is needed. you can use -e "set jtag-port-filter <cable_id>" argument to filter specific cable

hw_server.bat -e "set jtag-port-filter Xilinx/TUL/1234-tulA"

 

 

'Programming > Xilinx' 카테고리의 다른 글

SDK pointer vs array  (0) 2021.12.04
ERROR: [USF-XSim-62] 'elaborate' step failed with errors  (0) 2021.01.14
Vivado [Opt 31-67] Issue  (0) 2020.12.30
ZCU102 Evaluation Kit SODIMM issue  (0) 2020.12.21
UART terminal on remote RaspberryPI  (0) 2020.12.18

Linux cp 명령어 옵션중에 특정 파일/폴더를 제외하는 옵션이 없는 것 같다.

아래와 같이 ls 와 grep, cp를 piping 하면 특정 폴더를 제외하고 복사가 가능하다.

 

# ls | grep -v <file_to_exclude> | xargs -i cp {} <new_dir>

 

'Programming > Linux' 카테고리의 다른 글

Ubuntu 한글 입력  (0) 2022.12.31
PCI device rescan  (0) 2022.09.25
How to use GDB  (0) 2020.03.12
PhantomJS Installation on Ubuntu from source  (0) 2018.12.10
Linux screen  (0) 2018.09.27

가볍다. 경쾌하다.
무겁다. 진중하다.

'Life > A sentense of the day' 카테고리의 다른 글

안되면 Excuse me 지 뭐  (0) 2022.08.09
가까이에 좋은 사람을 두어야 하는 이유  (0) 2020.07.23
진짜는  (0) 2020.05.13
인생에서 절대 잊어버리지 말아야 할 사람  (0) 2020.03.01
인정  (0) 2020.02.06

+ Recent posts