From 0e81ef5fb554dc6adf2322842c6ca7d776d82717 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Sun, 13 Dec 2020 12:09:08 +0100 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d51083e..dd9fe96 100644 --- a/README.md +++ b/README.md @@ -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 -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: ``` +Advertising NMRP server on eth2 ... / Received configuration request from fe:ed:1b:ad:f0:0d Sending configuration: 10.164.183.252/24 Received upload request: filename 'firmware'. Uploading EX2700-V1.0.1.8.img ... Upload successful. Waiting for remote to respond. +Received keep-alive request (11). Remote finished. Closing connection. Reboot your device now. ```