Update faq.md

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

View File

@ -32,6 +32,7 @@ on stock firmware, and it does support NFS mounting:
```
fw=$(mktemp)
nfs=$(dirname $fw)/nfs
mkdir -p $nfs
mount -t nfs -o tcp,nolock 192.168.1.123:/path/to/nfs/share $nfs
cat /dev/mtdblock? > $fw
mv $fw ${nfs}/firmware_full.bin