srsran / zynq_timestamping

Open source Zynq timestamping implementation from Software Radio Systems (SRS)
https://srsran.github.io/zynq_timestamping/index.html
GNU Affero General Public License v3.0
55 stars 15 forks source link

The create_project.sh project/bitstream process throws an srs-fpga-tools error #12

Closed xilinx-seeker closed 1 year ago

xilinx-seeker commented 1 year ago

While creating a timestamping project for zcu102, the process successfully builds the ad9361 libraries but fails to complete the with srs-fpga-tools command not found error. The python version and all its dependencies are provided as per requirement.

hyeboy@hyeboy:~/Pictures/zynq_timestamping/projects/zcu102$ ./create_project.sh project ###################################################################

xilinx-seeker commented 1 year ago

sudo pip3 install -U pip

The issue has been resolved with the above update command.