Skip to content

Commit

Permalink
Remove sudo from cross-compilation tutorial (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-f-ortega authored Oct 16, 2024
1 parent c548b53 commit 4246aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorials/CrossCompilationSetup/ArmLinuxTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fprime-gds -n --dictionary build-artifacts/aarch64-linux/<name-of-deployment>/di
In another terminal SSH into the device and run the uploaded software:
```sh
ssh <username>@<device-address>
sudo deployment/bin/<name-of-deployment> -a 0.0.0.0 -p 50000
deployment/bin/<name-of-deployment> -a 0.0.0.0 -p 50000
```
> User should fill in the username and device address above and ensure the correct executable is supplied.
Expand Down

0 comments on commit 4246aef

Please sign in to comment.