Update faq.md

pull/62/head
Paul Philippov 2022-11-25 06:57:55 -05:00 committed by GitHub
parent 838f3fa08e
commit 967739734b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ on stock firmware, and it does support NFS mounting:
fw=$(mktemp)
nfs=$(dirname $fw)/nfs
mount -t nfs -o tcp,nolock 192.168.1.123:/path/to/nfs/share $nfs
cat /dev/mtd? > $fw
cat /dev/mtdblock? > $fw
mv $fw ${nfs}/firmware_full.bin
```
Make sure to use your own IP address and path to the NFS share!