• fvp: configuring gicv3 for operation in el1ns

    a.surati
    a.surati

    I am trying to program FVP_Base_RevC-2xAEMv8A (el0, el1 and el3 implemented).

    The bare-metal program (@ cpu0) runs at el3, and configures the gic and the system counter registers as shown below:

    icc_sre_el3 = 0xf;
    icc_ctlr_el3.pmhe = 1;
    icc_ctlr_el3.eoimode_el1ns…

    • over 2 years ago
    • Open Source Software and Platforms
    • Arm Development Platforms forum
  • fvp: ldrx/strx and cache clean

    a.surati
    a.surati

    Hello,

    I am trying to implement atomic_add and atomic_get on FVP_Base_RevC-2xAEMv8A_11.3_30. The FVP is configured to run 4 cores.

    After boot, core0 sets up the translation tables while other cores wait. Once the tables are setup, core0 signals the other…

    • Answered
    • over 2 years ago
    • Open Source Software and Platforms
    • Arm Development Platforms forum
  • second serial connection (/dev/ser2) on foundation model

    fshark
    fshark

    Hi guys,

    I'm working on arm armv8 foundation model, and I'm wondering if any way to have more than 1 serial connection, like ser1 for console, ser2 for something else? I checked user doc of foundation model, seems like there's no such parameters that…

    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • DS-5 eclipse debug stuck at waitForTargetToStop

    Navcom
    Navcom

    First I follow the DS-5 start demo and can debug my code correctly on the ARM FVP -> VE_Coretex_A9x1.

    Then I follow the link to enable NEON and it needs to set CPU target in the build, the axf file has been built correctly but the debugger stops to…

    • over 3 years ago
    • Software Tools
    • Arm Development Studio forum
  • Does armv8 foundation model built in ds5 support multicore?

    fshark
    fshark

    Hi guys,

    When I using ds5 with armv8 foundation model, I noticed that it's armv8-Ax1, seems only 1 core is supported. I do have another separate download of v8 foundation model installed, which supports 4 cores.

    My questions is, is is possible to…

    • Answered
    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • DS-5 debugger hover functionality not working

    josecm
    josecm

    I'm using the DS-5 debugger in eclipse in Ubuntu with FVP models and when stopped at a breakpoint, when I hover a variable it shows me its declaration and not its current value. Does somebody know how to fix this?

    • Answered
    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • Using GICv2 with FVP

    josecm
    josecm

    I am using the A53 FVP model with DS-5. I see that by default this is configured to be used with GICv3 by, for example, reading the architecture version on the GICC_IIDR register. Is it possible to use GICv2 instead? How can I do this?

    Thanks in advan…

    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • Android - Streamline fails to capture

    wreiter
    wreiter
    Hello,

    I am trying to use Streamline for Android performance measurements on a Hikey960 Board. License setup and device registration worked. When clicking "Start capture" I get the following Error:
    Problem occured
    License map could not route…
    • Answered
    • over 2 years ago
    • Software Tools
    • Arm Development Studio forum
  • Does DS-5 support Arm Cortex-M Core FVP (for M7)

    caguilar10
    caguilar10

    Trying to look for an IDE that support FVP for the Cortex M7.  Does DS-5 support it? If not, what are my options?

    • Answered
    • over 2 years ago
    • Software Tools
    • Arm Development Studio forum
  • DC-5 FVP instruction trace with CE

    Thorsten
    Thorsten

    Hi,

    is it possible to get an instruction trace from the FVP which comes with the Community Edition? 

    I tried the trace command in the commands window  - but this failed:

    trace report FILE=/tmp/report.txt
    ERROR(ECMD3): No trace source is available for the…

    • over 2 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to profile using FVP

    H Vinay
    H Vinay

    I am using ARM DS5 v5.20. I could not understand how to profile my code using FVP. My expectation is to profile it completely in my local PC without any HW i.e., to see list of functions and the amount of CPU consumed by those functions. To my understanding…

    • over 2 years ago
    • Software Tools
    • Arm Development Studio forum
  • Not able to get GPU counters on Odroid XU3 using ARM Streamline

    bmanoj125
    bmanoj125

    Hi,

    I am trying to profile Mali GPU counters on Odroid XU3 using Streamline. I have downloaded DS-5 Ultimate Edition trial for this purpose and built and run the gator daemon on the board ( using the steps from https://github.com/ARM-software/gator )

    1…

    • over 2 years ago
    • Software Tools
    • Arm Development Studio forum
  • Ds5 streamline 5.27 kernel samples timeline location

    miousername
    miousername

    Hi,

    I've installed Ds5 development tools with streamline, I use gator to grab execution informations and I loaded vmlinux file in order to display kernel function call path. Streamline is a very powerfull tool but I'm wondering that I can't filter…

    • over 2 years ago
    • Software Tools
    • Arm Development Studio forum
  • Parsing arguments to main() through debugger

    fords5L1mo
    fords5L1mo

    I am trying to pass arguments to main function while calling the program to execute through the debugger but it does not work. The debugger has automatically enabled me semihosting on my target (in ELF) but I cannot pass any arguments in main().

    My test…

    • over 3 years ago
    • Software Tools
    • Arm Development Studio forum
  • DS5 FVP frequency ?

    Reco
    Reco

    DS5 FVP frequency ?

    • over 3 years ago
    • Software Tools
    • Arm Development Studio forum
  • DS-5 FVP debugger always shows "Failed to load symbols for "Hello World.axf""

    CY
    CY

    I started to use DS-5 recently and applied for a evaluation license for professional version.

    I followed instructions strictly from this page DS-5 Documentation & Resources / Tutorials / Getting Started with ARM DS-5 | ARM DS-5 Development Studio

    But…

    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • Unable to Debug on Linux FVP for Windows

    Frank Ciotti
    Frank Ciotti

    Hello,

    I am attempting to run and debug the the HelloWorld_GCC sample application as described here:

    Linux Application Debugging Using DS-5 – DS-5 Development Studio – ARM Developer

    The application builds fine,however when I connect to the target…

    • over 3 years ago
    • Software Tools
    • Arm Development Studio forum
  • Why should we call secure function in handler mode?

    matt-ma
    matt-ma

    Why should we call secure function in handler mode? What is the design purpose for this?  As we know, none-secure side can also call secure function in thread mode.

    • Answered
    • over 1 year ago
    • TrustZone for Armv8-M
    • TrustZone for Armv8-M forum
  • domU creat failed using XL on FVP

    sukey
    sukey

    XEN and dom0 started successfully on FVP, but when creat domU using XL tool, the following errors occur.

    libxl:error:libxl_exec.c:118:libxl_report_child_exitstatus:/etc/xen/scripts/block add[1985] exited with error status 127

    libxl:error:libxl_creat.c…

    • over 1 year ago
    • Open Source Software and Platforms
    • Arm Development Platforms forum
  • Introducing Iris, the new generation of debug and trace interface in Arm Models

    Rob Kaye
    Rob Kaye

    The Iris Debug and Trace interface represents a major step forward in functionality for virtual prototypes incorporating Arm Fast Model. Iris complements and will, in time, replace the existing debug (CADI – Component Architecture Debug Interface) and…

    • over 1 year ago
    • Software Tools
    • Tools, Software and IDEs blog
  • Slash Unit Testing Time in Embedded Software Regression Testing

    Zach Lasiuk
    Zach Lasiuk

    Accurate and efficient tests are essential when developing software for embedded systems, particularly in continuous integration and functional safety flows. Quick pass/fail results from a comprehensive regression test suite enable teams to develop quality…

    • over 1 year ago
    • Software Tools
    • Tools, Software and IDEs blog
  • Develop Embedded Control Systems Efficiently in MATLAB with Arm Models and Compiler Integration

    Zach Lasiuk
    Zach Lasiuk

    Overview

    Developing software involving DSP, control systems, and complex algorithms running on embedded targets is a humbling task. To streamline this often complex and tedious process, Arm has several offerings to help verify & optimize code under development…

    • over 1 year ago
    • Software Tools
    • Tools, Software and IDEs blog
  • How to enable SVE support on SGI-575?

    usamanwar
    usamanwar

    I'm trying to test SVE support on SGI-575 FVP. For this purpose, I've built "sve_array_sum" example with some modifications and I'm having exception with ESR_EL1.EC = 0. I investigated further and found that ID_AA64PFR0_EL1.SVE …

    • over 1 year ago
    • Open Source Software and Platforms
    • Arm Development Platforms forum
  • What is the difference between AEMv8-A Base Platform FVP and Armv8 Foundation Model FVP ?

    Rounak
    Rounak

    I wish to run OPTEE + Android. Which of these two options are suitable for it ? What are the differences ? Which option allows modification to the secure monitor code ?

    • Answered
    • over 1 year ago
    • Open Source Software and Platforms
    • Arm Development Platforms forum
  • Virtual prototypes: 5 considerations when choosing software development platforms

    Rob Kaye
    Rob Kaye

    There are a few common questions that we get from customers when talking about virtual prototypes for software development which we will address in this blog.

    Let’s start with a summary on virtual prototypes

    Virtual prototypes (VPs) help developers…

    • over 1 year ago
    • System
    • SoC Design blog
<>