summaryrefslogtreecommitdiff
path: root/docs/sections/faq.md
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2022-08-18 12:54:34 +0100
committerNina Drozd <nina.drozd@arm.com>2022-08-25 14:32:02 +0000
commitc9f1717d227e21ebfab72cceee90b1f8f8522867 (patch)
tree991e1cb1b921f4cbe6cc88edc1797eb0eafba4cc /docs/sections/faq.md
parent271c69e8e364361f3e4c839a10a4f29ef4c9c866 (diff)
downloadml-embedded-evaluation-kit-c9f1717d227e21ebfab72cceee90b1f8f8522867.tar.gz
MLECO-3252: Minor documentation additions
Documentation md files added under source tree with links to the main docs. Minor updates to FAQs for MLECO-3251 as well. Change-Id: Ifdcc587f2fcf77228fd46e211d3f9c3963bc9b97 Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com>
Diffstat (limited to 'docs/sections/faq.md')
-rw-r--r--docs/sections/faq.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/sections/faq.md b/docs/sections/faq.md
index 0ffd0bd..887249c 100644
--- a/docs/sections/faq.md
+++ b/docs/sections/faq.md
@@ -13,6 +13,14 @@ A good starting point to explore the repository is the
----
+**Q: What is an FVP or AVH?**
+
+**A:** FVP stands for Fixed Virtual Platform and AVH is Arm Virtual Hardware. More details for these can be found under:
+* https://developer.arm.com/Tools%20and%20Software/Fixed%20Virtual%20Platforms
+* https://www.arm.com/products/development-tools/simulation/virtual-hardware
+
+----
+
**Q: I’m running through the quick-start guide and I’m running into an error with pip. When I run `./build_default.py`,
I get an error `ImportError: No module named pip`, but pip is installed on my machine.**