This sample application is intended to be used with Zephyr RTOS, and generates a uTVM Runtime binary for supported boards.
The application assumes that TVM is located one level higher than this sample application.
You can generate an appropriate file structure via:
$ mkdir myproject && cd myproject
$ git clone /~https://github.com/apache/tvm.git
$ git clone /~https://github.com/tom-gall/zephyr-runtime.git
Assuming that you have Zephyr previously installed on your system (getting started), you can build the runtime via some variation of the following:
$ source <zephyrpath>/zephyr/zephyr-env.sh
$ west build -p -b stm32f746g_disco zephyr-runtime/ --
$ west flash