tflite-micro icon indicating copy to clipboard operation
tflite-micro copied to clipboard

Flashing code to sparkfun edge

Open h-tye opened this issue 9 months ago • 0 comments

Hello, I am trying to upload example code to the SparkFun Edge and have been following these instructions: https://codelabs.developers.google.com/codelabs/sparkfun-tensorflow/#4 I ran into issues at step 4 when trying to execute:

make -f tensorflow/lite/micro/tools/make/Makefile TARGET=sparkfun_edge micro_speech_bin

After a lot of digging, I found this on issue #341:

The following command will build all the examples:

make examples

Originally posted by @advaitjain in https://github.com/tensorflow/tflite-micro/issues/341#issuecomment-902321663

and it did not throw any errors. However, I am unsure what it actually did. Has it completely built all the necessary binary so that I will be able to flash it to the board? Any help would be much appreciated.

h-tye avatar May 16 '24 15:05 h-tye