Skip to content

Commit 763e25b

Browse files
committed
Hardware: Update mains pairing to latest firmware
Because of security reasons the pairing via MME doesn't work anymore. So update to the latest workflow. Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
1 parent abe7dbb commit 763e25b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/source/hardware.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,22 +261,22 @@ The push button pairing method is the most famous method. Charge Control C has n
261261
this method, but the push button can be simulated with on-board tools.
262262

263263
1. Press the powerline security button on the companion (e.g. wallplug adapter) to start the pairing process.
264-
2. Run the following command on Charge Control C - this emulates pressing the pairing button of the \
264+
2. Run the following commands on Charge Control C - this emulates pressing the pairing button of the \
265265
evaluation board:
266266

267267
.. code-block:: sh
268268
269-
root@tarragon:˜ $ plctool −B join −i eth2
270-
eth2 00:B0:52:00:00:01 Join Network
271-
eth2 00:01:87:FF:FF:2B Joining ...
269+
root@tarragon:˜ $ gpioset -t 0,1000,0 QCA700X_MAINS_BOOTLOADER_N=1
270+
root@tarragon:˜ $ gpioget QCA700X_MAINS_BOOTLOADER_N
271+
"QCA700X_MAINS_BOOTLOADER_N"=active
272272
root@tarragon:˜ $
273273
274274
3. You should see the remote powerline adapter after a short while:
275275
.. code-block:: sh
276276
277277
root@tarragon:˜ $ plcstat −t −i eth2
278278
P/L NET TEI −−−−−− MAC −−−−−− −−−−−− BDA −−−−−− TX RX CHIPSET FIRMWARE
279-
LOC STA 002 00:01:87:FF:FF:2B 00:01:87:FF:FF:FE n/a n/a QCA7000 MACQCA7000−1.1.3.1531−00−20150204−CS
279+
LOC STA 002 00:01:87:FF:FF:2B 00:01:87:FF:FF:FE n/a n/a QCA7000 MAC-QCA7000-3.4.0.36-00-20241008-CS
280280
REM CCO 001 00:0B:3B:AA:86:55 E0:CB:4E:ED:1F:53 009 009 INT6400 INT6000−MAC−4−1−4102−00−3679−20090724−FINAL−B
281281
root@tarragon:˜ $
282282

0 commit comments

Comments
 (0)