11-13-2020 01:52 PM
Hi folks,
I've encountered a problem trying to read the XHub Stores from Vivado, it throws this error below to the Tcl console. I'm not using any server proxy in my network.
xhub::refresh_catalog [xhub::get_xstores xilinx_board_store]
ERROR: [xhubtcl 76-20] No stores matched with given name : xilinx_board_store.
I've also tried downloading the Git repo https://github.com/Xilinx/XilinxBoardStore to a local path and then pointing to it, as follows:
[pcarr@storm ~]$ cd /opt/Xilinx/
[pcarr@storm Xilinx]$ git clone https://github.com/Xilinx/XilinxBoardStore
Cloning into 'XilinxBoardStore'...
remote: Enumerating objects: 93, done.
remote: Counting objects: 100% (93/93), done.
remote: Compressing objects: 100% (70/70), done.
remote: Total 8435 (delta 41), reused 56 (delta 19), pack-reused 8342
Receiving objects: 100% (8435/8435), 76.13 MiB | 18.24 MiB/s, done.
Resolving deltas: 100% (4397/4397), done.
Then in Tcl console:
set_param board.repoPaths /opt/Xilinx/XilinxBoardStore/
/opt/Xilinx/XilinxBoardStore/
xhub::refresh_catalog [xhub::get_xstores xilinx_board_store]
ERROR: [xhubtcl 76-20] No stores matched with given name : xilinx_board_store.
What else can I try to get to the XHub?
Thanks in advance,
-Pat
Give kudos if helpful. Accept as solution if it solves your problem.
https://tuxengineering.com/blog
11-16-2020 01:34 PM
11-16-2020 01:34 PM