File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/Tutorials/CrossCompilationSetup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ scp -r build-artifacts/arm-hf-linux/<name-of-deployment> <username>@<device-addr
16
16
> Users must fill in the username and device address above.
17
17
18
18
Next run the F´ GDS without launching the native compilation (` -n ` ) and with the
19
- dictionary from the build above (` --dictionary ../build-artifacts/<platform name>/<name-of-deployment>/dict/<.xml document> ` ).
19
+ dictionary from the build above (` --dictionary ../build-artifacts/<platform name>/<name-of-deployment>/dict/<.json document> ` ).
20
20
21
21
``` sh
22
22
# For in-person workshops and ARM 64-bit hardware
23
23
# In: project root folder
24
- fprime-gds -n --dictionary build-artifacts/aarch64-linux/< name-of-deployment> /dict/< App Dictionary> .xml --ip-client --ip-address < device-address>
24
+ fprime-gds -n --dictionary build-artifacts/aarch64-linux/< name-of-deployment> /dict/< App Dictionary> .json --ip-client --ip-address < device-address>
25
25
26
26
# For ARM 32-bit hardware
27
27
# In: project root folder
28
- fprime-gds -n --dictionary build-artifacts/aarch64-linux/< name-of-deployment> /dict/< App Dictionary> .xml --ip-client --ip-address < device-address>
28
+ fprime-gds -n --dictionary build-artifacts/aarch64-linux/< name-of-deployment> /dict/< App Dictionary> .json --ip-client --ip-address < device-address>
29
29
```
30
30
> This depends on a flight software deployment that uses TcpServer as the communications driver implementation.
31
31
You can’t perform that action at this time.
0 commit comments