aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2021-08-11 11:16:35 +0100
committerMatthew Sloyan <matthew.sloyan@arm.com>2021-08-11 13:15:17 +0100
commitceea6c555a0531bf204f35ecad5709dc1685d22c (patch)
tree1b8f45c06b535213731535eafedeacd371410df2
parent26f203c6b2e59a3cf5eb8b6e7740261555bf508c (diff)
downloadarmnn-ceea6c555a0531bf204f35ecad5709dc1685d22c.tar.gz
Bugfix: Update BuildGuideCrossCompilation.md
* Go back to armnn-devenv before making tflite directory * This is so tflite directory is in correct location for cmake * -DTF_LITE_GENERATED_PATH=$HOME/armnn-devenv/tflite Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: I74730df3175cba724efcdd41cda2c2e413a5ce39
-rw-r--r--BuildGuideCrossCompilation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md
index 5aaa3828ed..9f778e0419 100644
--- a/BuildGuideCrossCompilation.md
+++ b/BuildGuideCrossCompilation.md
@@ -143,6 +143,7 @@ cd $HOME/armnn-devenv
git clone https://github.com/tensorflow/tensorflow.git
cd tensorflow/
git checkout fcc4b966f1265f466e82617020af93670141b009
+cd ..
mkdir tflite
cd tflite
cp ../tensorflow/tensorflow/lite/schema/schema.fbs .