Update readme
This commit is contained in:
parent
c8b492f586
commit
0e81ef5fb5
1 changed files with 4 additions and 2 deletions
|
@ -60,19 +60,21 @@ First of all, turn *off* the router. Then start `nmrpflash` using the following
|
||||||
|
|
||||||
```
|
```
|
||||||
# nmrpflash -i eth2 -f EX2700-V1.0.1.8.img
|
# nmrpflash -i eth2 -f EX2700-V1.0.1.8.img
|
||||||
Advertising NMRP server on eth2 ... /
|
Waiting for physical connection.
|
||||||
```
|
```
|
||||||
|
|
||||||
As soon as you see the `Advertising NMRP server` message, turn the router *on*. If all went
|
As soon as you see the `Waiting for physical connection.` message, turn the router *on*. If all went
|
||||||
well, `nmrpflash` will continue printing messages:
|
well, `nmrpflash` will continue printing messages:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Advertising NMRP server on eth2 ... /
|
||||||
Received configuration request from fe:ed:1b:ad:f0:0d
|
Received configuration request from fe:ed:1b:ad:f0:0d
|
||||||
Sending configuration: 10.164.183.252/24
|
Sending configuration: 10.164.183.252/24
|
||||||
Received upload request: filename 'firmware'.
|
Received upload request: filename 'firmware'.
|
||||||
Uploading EX2700-V1.0.1.8.img ...
|
Uploading EX2700-V1.0.1.8.img ...
|
||||||
Upload successful.
|
Upload successful.
|
||||||
Waiting for remote to respond.
|
Waiting for remote to respond.
|
||||||
|
Received keep-alive request (11).
|
||||||
Remote finished. Closing connection.
|
Remote finished. Closing connection.
|
||||||
Reboot your device now.
|
Reboot your device now.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue