Update README.md

This commit is contained in:
Jiao Xianjun 2020-05-13 15:27:26 +02:00 committed by GitHub
parent 635261bc36
commit 34a68b64e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ Since the pre-built SD card image might not have the latest bug-fixes/updates, i
## Update sdrctl
- Copy the sdrctl source files to the board via ssh channel
```
scp `find $OPENWIFI_DIR/user_space/sdrctl_src/ -name \*.*` root@192.168.10.122:openwifi/sdrctl_src/
scp `find $OPENWIFI_DIR/user_space/sdrctl_src/ -name \*` root@192.168.10.122:openwifi/sdrctl_src/
```
- Compile the sdrctl **on board**:
```