summaryrefslogtreecommitdiff
path: root/docs/sections/customizing.md
diff options
context:
space:
mode:
authoralexander <alexander.efremov@arm.com>2021-04-15 19:05:03 +0100
committeralexander <alexander.efremov@arm.com>2021-04-15 19:05:03 +0100
commitc930ad9dc189d831ac77f716df288f70178d4c10 (patch)
treed59f8f6b94172c47e731b683efb4371b1a19fe5a /docs/sections/customizing.md
parentdc8f3c805126a64813663fd55e83f37c5324edb1 (diff)
downloadml-embedded-evaluation-kit-c930ad9dc189d831ac77f716df288f70178d4c10.tar.gz
Windows support was removed from documentation.
TensorFlow Lite micro build is not compatible with MinGW make. Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: I0980838f659431b18ebc54ec0a1e4371941c36b4
Diffstat (limited to 'docs/sections/customizing.md')
-rw-r--r--docs/sections/customizing.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/sections/customizing.md b/docs/sections/customizing.md
index 346a34c..8781855 100644
--- a/docs/sections/customizing.md
+++ b/docs/sections/customizing.md
@@ -723,8 +723,6 @@ cmake \
-DCMAKE_TOOLCHAIN_FILE=scripts/cmake/bare-metal-toolchain.cmake ..
```
-For Windows, add `-G "MinGW Makefiles"` to the CMake command.
-
As a result, `ethos-u-hello_world.axf` should be created, MPS3 build
will also produce `sectors/hello_world` directory with binaries and
`images-hello_world.txt` to be copied to the board MicroSD card.