Skip to content

NobuoTsukamoto/m5stickv-tensorflow-lite-micro

 
 

Repository files navigation

M5StickV TensorFlow lite for micro examples.

This repository builds the sample of TensorFlow Lite for micro for M5StickV.

LICENSE

How to build

Windows

Download and install latest CMake.

Download and install latest toolchain.

Download kendryte-toolchain-win-i386-8.2.0-20190409.tar.xz

Open a Windows Powershell, cd to Project directory (src\micro).

> $env:Path="<PATH_TO_TOOLCHAIN>\kendryte-toolchain\bin;C:\Program Files\CMake\bin" +  $env:Path
> mkdir build && cd build
> cmake -G "MinGW Makefiles" ../../..
> make

You will get 2 key files, micro and micro.bin.

  1. If you are using JLink to run or debug your program, use micro
  2. If you want to flash it in UOG, using micro.bin, then using flash-tool(s) burn .bin to your flash.

This is very important, don't make a mistake in files.

About

[M5StickV] TensorFlow Lite for micro

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 60.5%
  • C 38.6%
  • Other 0.9%