Skip to content

Commit 3c5fd74

Browse files
Fix arm tut (nasa#2962)
* removed sudo as it's no longer needed * Updated to use json instead of xml since we are moving away from xml
1 parent e37a602 commit 3c5fd74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Tutorials/CrossCompilationSetup/ArmLinuxTutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ scp -r build-artifacts/arm-hf-linux/<name-of-deployment> <username>@<device-addr
1616
> Users must fill in the username and device address above.
1717
1818
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>`).
2020

2121
```sh
2222
# For in-person workshops and ARM 64-bit hardware
2323
# 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>
2525

2626
# For ARM 32-bit hardware
2727
# 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>
2929
```
3030
> This depends on a flight software deployment that uses TcpServer as the communications driver implementation.
3131

0 commit comments

Comments
 (0)