Commit 354139c4 by Thierry Moreau Committed by Tianqi Chen

fixed path in installation/setup guide

parent 84c8f3a9
...@@ -90,7 +90,7 @@ The build process should take roughly 5 minutes. ...@@ -90,7 +90,7 @@ The build process should take roughly 5 minutes.
```bash ```bash
ssh xilinx@192.168.2.99 ssh xilinx@192.168.2.99
# Build TVM runtime library (takes 5 mins) # Build TVM runtime library (takes 5 mins)
cd /home/xilinx/tvm/vta cd /home/xilinx/tvm
mkdir build mkdir build
cp cmake/config.cmake build/. cp cmake/config.cmake build/.
# copy pynq specific configuration # copy pynq specific configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment