Skip to content

Commit

Permalink
Merge pull request #77 from jorgencorrea/patch-1
Browse files Browse the repository at this point in the history
Added -O to the scp command
  • Loading branch information
carbonfix authored Nov 11, 2024
2 parents ec7ab05 + 6007167 commit 5237cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/duo/application-development/wiringx.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ You can also use Ubuntu installed in a virtual machine, Ubuntu installed via WSL
```
After the compilation is successful, send the generated `helloworld` executable program to the Duo device through the network port or the USB network. For example, the USB-NCM method supported by the [default firmware](https://github.com/milkv-duo/duo-buildroot-sdk/releases), Duo’s IP is 192.168.42.1, the user name is `root`, and the password is `milkv`.
```
scp helloworld [email protected]:/root/
scp -O helloworld [email protected]:/root/
```
After sending successfully, run `./helloworld` in the terminal logged in via ssh or serial port, and it will print `Hello, World!`
```
Expand Down

0 comments on commit 5237cf6

Please sign in to comment.