From: Joseph C. Lehner Date: Fri, 12 Aug 2016 08:46:22 +0000 (+0200) Subject: Merge branch 'master' of github.com:jclehner/nmrpflash X-Git-Tag: v0.9.6~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d82d7ed1e7ec2a56a8987a700efb1c67baed66bb;p=oweals%2Fnmrpflash.git Merge branch 'master' of github.com:jclehner/nmrpflash --- d82d7ed1e7ec2a56a8987a700efb1c67baed66bb diff --cc README.md index cee0e69,7f7a4c6..047484c --- a/README.md +++ b/README.md @@@ -74,9 -74,9 +74,9 @@@ In any case, run `nmrpflash` with `-vvv You must install your Linux distribution's `libpcap` package. In openSUSE 42 for example, install `libpcap0.8` (cheers to -[@gvcastellon](https://github.com/gvcastellon). +[@gvcastellon](https://github.com/gvcastellon)). - ###### Windows: "The program can't start because wpcap.dll is missing" + ###### "The program can't start because wpcap.dll is missing" (Windows) Install [WinPcap](https://www.winpcap.org/install/default.htm). @@@ -104,22 -104,9 +104,9 @@@ the `-c` flag instead of the `-f` flag `# nmrpflash -i eth0 -a 192.168.1.254 -c "busybox tftp -p -l EX2700-V1.0.1.8.img 192.168.1.254"` - - If the upload still fails, and you're on Windows, try executing the following command before - running `nmrpflash`: - - `C:\> netsh interface ip add neighbors ` - - where `` is the pretty interface name (e.g. "Local Area Connection"; as displayed by - `nmrpflash -L`), `` is the same IP address you'd use for `nmrpflash`'s `-a` flag, and `` - is the target device's mac address. - - Cheers to [@ntadmin](https://github.com/ntadmin) for this info! - - ###### "Timeout while waiting for CLOSE_REQ." -After a successful file upload, `nmrpflash` waits for up to 120 seconds for an +After a successful file upload, `nmrpflash` waits for up to 5 minutes for an answer from your device. You can increase this by specifying a longer timeout using `-T` switch (argument is in seconds).