Skip to content

tom-gall/zephyr-runtime

Repository files navigation

Zephyr uTVM Runtime

This sample application is intended to be used with Zephyr RTOS, and generates a uTVM Runtime binary for supported boards.

Directory Structure

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

Building

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published