From 186cbd08150964da1127f08b5df28738e39cd39b Mon Sep 17 00:00:00 2001 From: Jeenu Viswambharan Date: Thu, 26 Jan 2017 13:08:17 +0000 Subject: [PATCH] user-guide.md: Fix FVP references The current user guide mentions that Foundation model doesn't support debugger interface. Clarify that all FVPs support --cadi-server option such that a CADI-compliant debugger can connect to and control model execution. Also fix broken URL to FVP home page. Change-Id: Ia14d618a4e0abb4b228eb1616040f9b51fb3f6f9 Signed-off-by: Jeenu Viswambharan --- docs/user-guide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index 056c4145a..ebdb5a259 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 -- GitLab