Can't deploy the model remotely by RPC to RK3399

Yes, I did that

firefly@firefly:~/tvm$ make runtime -j4
– The C compiler identification is GNU 5.4.0
– The CXX compiler identification is GNU 5.4.0
– Check for working C compiler: /usr/bin/cc
– Check for working C compiler: /usr/bin/cc – works
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Detecting C compile features
– Detecting C compile features - done
– Check for working CXX compiler: /usr/bin/c++
– Check for working CXX compiler: /usr/bin/c++ – works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Detecting CXX compile features
– Detecting CXX compile features - done
– Performing Test SUPPORT_CXX11
– Performing Test SUPPORT_CXX11 - Success
– Build with RPC support…
– Build with Graph runtime support…
– Build VTA runtime with target: sim
– Found OpenCL: /usr/lib/aarch64-linux-gnu/libOpenCL.so (found version “1.2”)
– Build with OpenCL support
– Configuring done
– Generating done
– Build files have been written to: /home/firefly/tvm/build
.
.
.
[100%] Linking CXX shared library libtvm_runtime.so
make[4]: Leaving directory ‘/home/firefly/tvm/build’
[100%] Built target tvm_runtime
make[4]: Entering directory ‘/home/firefly/tvm/build’
Scanning dependencies of target runtime
make[4]: Leaving directory ‘/home/firefly/tvm/build’
[100%] Built target runtime