From: Joseph C. Lehner Date: Thu, 5 Sep 2019 13:58:25 +0000 (+0200) Subject: Update readme X-Git-Tag: v0.9.14~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68569530864d5e95bc0fb191d356693180c6d5f1;p=oweals%2Fnmrpflash.git Update readme --- diff --git a/README.md b/README.md index 29811a5..880e0ce 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ Advertising NMRP server on eth0 ... / Received configuration request from a4:2b:8c:00:00:01. Sending configuration: ip 10.164.183.252, mask 255.255.255.0. Received upload request: filename 'firmware'. -Uploading EX2700-V1.0.1.8.img ... OK +Uploading EX2700-V1.0.1.8.img ... +Upload successful. Waiting for remote to respond. Remote finished. Closing connection. Reboot your device now. @@ -74,8 +75,10 @@ packages (exact names will vary depending on your distribution). ###### "The program can't start because wpcap.dll is missing" (Windows) -On Windows 8.1 and older, install [WinPcap](https://www.winpcap.org/install/default.htm). -On Windows 10, install [Npcap](https://nmap.org/npcap/) (be sure to select "WinPcap Compatibility"). +Install [Npcap](https://nmap.org/npcap/). For `nmrpflash` versions prior +to 0.9.14, install Npcap with "WinPcap Compatibility" enabled. + +Version 0.9.13 is the last version to support Windows XP. ###### "No suitable network interfaces found." @@ -148,6 +151,12 @@ this case setting the IP address to 192.168.1.2). This usually means that flashing is in progress. On some devices, you may get a few hundred keep-alive requests before it eventually finishes! +###### "TFTP block rollover. Upload might fail!" + +By default, file transfers using TFTP are limited to `65535 * 512` bytes +(almost 32 MiB). Uploading files exceeding this limit might fail, depending +on the device. + ### Building and installing ###### Linux, Mac OS X, BSDs