Hi @thierry
Thanks for the Ultra96 patch, I just tried new VTA on Ultra96 V1 board with pynq for ultral96 2.4 image, somehow the new VTA does’t work and stucked, following are my steps for Ultra96 try, is any steps what I used wrong ?
Regards
Hua
Steps:
-
get image from following link and flash into a SD card
http://avnet.me/ultra96-pynq-image-v2.4 -
connect ultra96 though usb-ethernet cable to internet.
-
ssh login to ultra96, git clone get latest tvm
-
change vta/config/vta_config.json target into “ultra96”
-
build vta runtime by make ‘vta runtime -j2’
-
launch vta rpc server
sudo ./apps/vta_rpc/start_rpc_server.sh -
in host box, git clone latest tvm
-
set VTA HOST with correct IP address and port
-
run ./test_benchmark_gemm.py
-
ultra96 output following log and stuck.
INFO:root:Loading VTA library: /home/xilinx/tvm/vta/python/vta/…/…/…/build/libvta.so
INFO:RPCServer:load_module /tmp/tmpjt4r7a6b/gemm.o -
in ultra96 , if change target into “sim”, the said test script work good.