diff options
author | danh-arm <dan.handley@arm.com> | 2017-01-31 11:10:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-31 11:10:46 +0000 |
commit | f2590d6195a49d26a83e5a564130e42d3d0ee177 (patch) | |
tree | 8e24ea7e6c6e506591c62a3b9cb1e89e2297bd8a | |
parent | 424ad49117edf0f0ee63edf620df0a563caaf014 (diff) | |
parent | 186cbd08150964da1127f08b5df28738e39cd39b (diff) |
Merge pull request #822 from jeenu-arm/fix-fvp-refs
user-guide.md: Fix FVP references
-rw-r--r-- | docs/user-guide.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index 056c4145..ebdb5a25 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -1120,7 +1120,9 @@ with the `--version` parameter. NOTE: The software will not work on Version 1.0 of the Foundation FVP. The commands below would report an `unhandled argument` error in this case. -NOTE: The Foundation FVP does not provide a debugger interface. +NOTE: FVPs can be launched with `--cadi-server` option such that a +CADI-compliant debugger (for example, ARM DS-5) can connect to and control its +execution. The Foundation FVP is a cut down version of the AArch64 Base FVP. It can be downloaded for free from [ARM's website][ARM FVP website]. @@ -1438,7 +1440,7 @@ _Copyright (c) 2013-2016, ARM Limited and Contributors. All rights reserved._ [Firmware Design]: firmware-design.md -[ARM FVP website]: http://www.arm.com/fvp +[ARM FVP website]: https://developer.arm.com/products/system-design/fixed-virtual-platforms [Linaro Release Notes]: https://community.arm.com/docs/DOC-10952#jive_content_id_Linaro_Release_1606 [ARM Platforms Portal]: https://community.arm.com/groups/arm-development-platforms [Linaro SW Instructions]: https://community.arm.com/docs/DOC-10803 |