This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error encountered when try to connect FVP

I'm trying DS2020.1 with trial license.
Now, I can compile project. 
But encounter such an error when trying to connect to FVP.
The prompted error message is:
The script file ( rtsm_launcher.py ) failed during execution:
Failed to launch model FVP_VE_Cortex-R5x1.exe. Command:
  C:\Program Files\Arm\Development Studio 2020.1\sw\..\bin\FVP_VE_Cortex-R5x1.exe --iris-server --print-port-number
exited with error code: 1
See Target Console view for more details
The script file ( rtsm_launcher.py ) failed during execution:
Failed to launch model FVP_VE_Cortex-R5x1.exe. Command:
  C:\Program Files\Arm\Development Studio 2020.1\sw\..\bin\FVP_VE_Cortex-R5x1.exe --iris-server --print-port-number
exited with error code: 1
See Target Console view for more details
The target console log is:
Iris server started listening to port 7100
Iris server is reported on port 7100
terminal_0: Listening for serial connection on port 5000
terminal_1: Listening for serial connection on port 5001
terminal_2: Listening for serial connection on port 5002
terminal_3: Listening for serial connection on port 5003
terminal_4: Listening for serial connection on port 5004
ERROR: uncaught exception occured. Exception message follows:
Error: Wrong version of armctmodel. Version 11.12.60 (API Version 1.2) of the Portfolio was used to build the model. Please use identical major.minor versions of the Portfolio and the Tools.
Error: license error: License checkout for feature Flex.model was denied because no matching MapFeatures were found in product definition Embedded;Embedded;C:\Program Files\Arm\Development Studio 2020.1\sw\mappings\eval.elmap
In file: F:\work\fastsim\Framework\Runtime\SCXSimulationEngine.cpp:2802
Parents
  • Hi Matt

    You are right that Fast Models will allow you to explore Cortex-R5 software development before the hardware arrives :)

    If you are beginning a Cortex-R5 based project, I recommend you start with the ready-made example for Cortex-R5 on FVP that is supplied in the Examples.

    1) Launch Arm DS
    2) File > Import, Arm Development Studio > Examples & Programming Libraries
    3) Expand Examples > Armv7 Bare-Metal, select "startup_Cortex-R5_AC6"
    4) In Project Explorer view, expand "startup_Cortex-R5_AC6".  This example project comes with source code, pre-built executable, and debug launcher to run on an FVP model.
    5) Double-click on startup_Cortex-R5_AC6-FVP.launch
    6) Click on Debug

    Let me know whether this works, or if you still see an error message.

    You said that you have a DS Gold floating license installed on your server, however, the screen shot you showed from Help > Arm License Manager showed a node-locked (file) license being used instead. 
    Are you able to use compile OK?  If so, you should be able to use the Fast Models OK too with the same license.

    Stephen

Reply
  • Hi Matt

    You are right that Fast Models will allow you to explore Cortex-R5 software development before the hardware arrives :)

    If you are beginning a Cortex-R5 based project, I recommend you start with the ready-made example for Cortex-R5 on FVP that is supplied in the Examples.

    1) Launch Arm DS
    2) File > Import, Arm Development Studio > Examples & Programming Libraries
    3) Expand Examples > Armv7 Bare-Metal, select "startup_Cortex-R5_AC6"
    4) In Project Explorer view, expand "startup_Cortex-R5_AC6".  This example project comes with source code, pre-built executable, and debug launcher to run on an FVP model.
    5) Double-click on startup_Cortex-R5_AC6-FVP.launch
    6) Click on Debug

    Let me know whether this works, or if you still see an error message.

    You said that you have a DS Gold floating license installed on your server, however, the screen shot you showed from Help > Arm License Manager showed a node-locked (file) license being used instead. 
    Are you able to use compile OK?  If so, you should be able to use the Fast Models OK too with the same license.

    Stephen

Children