diff --git a/docs/Tutorials/CrossCompilationSetup/ArmLinuxTutorial.md b/docs/Tutorials/CrossCompilationSetup/ArmLinuxTutorial.md index ac4eddad2a..ee7f263e5f 100644 --- a/docs/Tutorials/CrossCompilationSetup/ArmLinuxTutorial.md +++ b/docs/Tutorials/CrossCompilationSetup/ArmLinuxTutorial.md @@ -32,7 +32,7 @@ fprime-gds -n --dictionary build-artifacts/aarch64-linux//di In another terminal SSH into the device and run the uploaded software: ```sh ssh @ -sudo deployment/bin/ -a 0.0.0.0 -p 50000 +deployment/bin/ -a 0.0.0.0 -p 50000 ``` > User should fill in the username and device address above and ensure the correct executable is supplied.