You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cross-compiled txrx_test with the steps followed on the application note, here are the outputs for bin_app:
So I copied bin_app directory and run_txrx_zcu.sh file from scripts into the SD card /home/root/ directory. Then boot the ZCU102.
I tried running run_txrx_zcu.sh but get these errors:
root@xilinx-zcu102-2019_2:~/bin_app# ./run_txrx_zcu.sh
++ pwd
+ sudo LD_LIBRARY_PATH=/home/root/bin_app
./run_txrx_zcu.sh: line 4: sudo: command not found
+ nice -20 ./txrx_test -f 2400000000 -a n_prb=6 -p 6 -g 40 -o test_txrx_zcu.bin
./txrx_test: error while loading shared libraries: libsrsran_rf.so.0: cannot open shared object file: No such file or directory
I removed "sudo" and retried but still got libsrsran_rf.so.0 cannot open shared object file error.
I checked it's properties and it is linked to libsrsran_rf.so.21.10.0
Any idea what I am doing wrong?
Regards,
The text was updated successfully, but these errors were encountered:
Hi,
I cross-compiled txrx_test with the steps followed on the application note, here are the outputs for bin_app:
So I copied bin_app directory and run_txrx_zcu.sh file from scripts into the SD card /home/root/ directory. Then boot the ZCU102.
I tried running run_txrx_zcu.sh but get these errors:
I removed "sudo" and retried but still got libsrsran_rf.so.0 cannot open shared object file error.
I checked it's properties and it is linked to libsrsran_rf.so.21.10.0
Any idea what I am doing wrong?
Regards,
The text was updated successfully, but these errors were encountered: