summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2021-04-22 13:23:07 +0100
committerkshitij-sisodia-arm <kshitij-sisodia-arm@review.mlplatform.org>2021-04-23 16:13:13 +0000
commitfcee088fe85f029711e9e190d7bd38b454fc6e6b (patch)
treed8f3460c1568a693131632a19ec123241e965ed6
parent4e42268805a52849c06e0e5a63ec8b38b4b1f5b8 (diff)
downloadml-embedded-evaluation-kit-fcee088fe85f029711e9e190d7bd38b454fc6e6b.tar.gz
MLECO-1881: Fix MPS3 board image
MLECO-1879: Revise OSS quick start guide (setuptools update) Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: I450d54226e3d606312a94c2ba1cb6d41873d2b48
-rw-r--r--docs/media/mps3.pngbin426865 -> 224686 bytes
-rw-r--r--docs/quick_start.md1
2 files changed, 1 insertions, 0 deletions
diff --git a/docs/media/mps3.png b/docs/media/mps3.png
index 3fb0dff..ff0e48e 100644
--- a/docs/media/mps3.png
+++ b/docs/media/mps3.png
Binary files differ
diff --git a/docs/quick_start.md b/docs/quick_start.md
index f557c72..5595152 100644
--- a/docs/quick_start.md
+++ b/docs/quick_start.md
@@ -40,6 +40,7 @@ functionality or performance. All use cases in the evaluation kit follow the ste
python3 -m venv env
source ./env/bin/activate
pip install --upgrade pip
+ pip install --upgrade setuptools
pip install ethos-u-vela
```