Update readme
This commit is contained in:
parent
8c54437357
commit
e18ba2183d
1 changed files with 13 additions and 4 deletions
17
README.md
17
README.md
|
|
@ -70,11 +70,20 @@ Reboot your device now.
|
||||||
|
|
||||||
In any case, run `nmrpflash` with `-vvv` before filing a bug report.
|
In any case, run `nmrpflash` with `-vvv` before filing a bug report.
|
||||||
|
|
||||||
|
###### Linux: "error while loading shared libraries: libpcap.so.0.8"
|
||||||
|
|
||||||
|
You must install your Linux distribution's `libpcap` package. In
|
||||||
|
openSUSE 42 for example, install `libpcap0.8` (cheers to
|
||||||
|
[@gvcastellon](https://github.com/gvcastellon).
|
||||||
|
|
||||||
|
###### Windows: "The program can't start because wpcap.dll is missing"
|
||||||
|
|
||||||
|
Install [WinPcap](https://www.winpcap.org/install/default.htm).
|
||||||
|
|
||||||
###### "No suitable network interfaces found."
|
###### "No suitable network interfaces found."
|
||||||
|
|
||||||
Make sure the network interface is up. Wireless interfaces are not supported. Make sure the network interface
|
Make sure the network interface is up. Wireless interfaces are not supported.
|
||||||
is active. On Windows, try rebooting the WinPcap service (commands must
|
On Windows, try rebooting the WinPcap service (commands must be run as administrator):
|
||||||
be run as administrator):
|
|
||||||
|
|
||||||
```
|
```
|
||||||
C:\> net stop npf
|
C:\> net stop npf
|
||||||
|
|
@ -135,7 +144,7 @@ disabled.
|
||||||
An alternative would be to add `-c 'ifconfig <interface> <ip>'` to the command line,
|
An alternative would be to add `-c 'ifconfig <interface> <ip>'` to the command line,
|
||||||
for example:
|
for example:
|
||||||
|
|
||||||
`nmrpflash -i eth0 -a 192.168.1.1 -f firmware.bin -c 'ifconfig eth0 192.168.1.2'`
|
`# nmrpflash -i eth0 -a 192.168.1.1 -f firmware.bin -c 'ifconfig eth0 192.168.1.2'`
|
||||||
|
|
||||||
This will execute the command specified by `-c` prior to starting the TFTP upload (in
|
This will execute the command specified by `-c` prior to starting the TFTP upload (in
|
||||||
this case setting the IP address to 192.168.1.2).
|
this case setting the IP address to 192.168.1.2).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue