Skip to content

Running F prime GDS with custon Ref app in a Docker container #2770

Closed Answered by LeStarch
secureshadow asked this question in Q&A
Discussion options

You must be logged in to vote

I think you are on the right track! The file cannot be run in the container, but must be run on the board. Therefore, you need to run the GDS as you said:

fprime-gds -n --dictionary /workspaces/fprime/Ref/build-artifacts/FreeRTOS-samv/dict/RefTopologyAppDictionary.xml 

Then run the file on the board and have it connect back to the GDS. Note: if you cannot supply command line arguments to the app when running on the board, then you likely need to hard code the address of the GDS and the port.

You also need to make sure there is a forward for port 50000 of the GDS as the board needs to connect to that port.

The RED X means the GDS is running and waiting for your connection from the board. …

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@LeStarch
Comment options

Answer selected by secureshadow
@LeStarch
Comment options

Comment options

You must be logged in to vote
5 replies
@thomas-bc
Comment options

@secureshadow
Comment options

@thomas-bc
Comment options

@secureshadow
Comment options

@thomas-bc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants