Use image_files map instead of symbol_files to find executable for Load+Run on FVP#98
Conversation
|
This causes that hex image is used instead of axf to load application to FVP model. |
|
What if no hex file is present? Is then axf used? |
|
I guess However, I have never tried to load |
|
Ah, sorry for my too brief comment. @jreineckearm and @RobertRostohar were also looking at this and know the context. I expected to mark them to review this PR but I don't have permissions to select reviewers. Anyway, Jonatan explained the end effect. In practice, currently, if there is only axf selected, axf gets loaded, if there is only hex, hex gets loaded. If there are both, hex gets loaded. |
|
Correct, discussed this with @RobertRostohar yesterday and he demonstrated the effect by modifying the templates in an installation. Selecting One thought coming to mind only now: are we using any FVP plugins that require debug symbols to be loaded into the model? |
|
I am not aware of any FVP plug-in we are using beyond the ones included
I think we are find for now. |
|
Thanks for the reply. Agreed. Especially since it then "simply" is a matter of marking the files as needed if deviating from the default. |
No description provided.