Skip to content

Commit 8cdde1b

Browse files
committed
Rework after review
Signed-off-by: Fabian Hartung <[email protected]>
1 parent e32aa82 commit 8cdde1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/development_debugging_and_logging.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Logging and Debugging
55

66
There are different ways to analyze the EVerest charging software. In the following, different
77
ways are described. In preparation for starting this chapter, it is necessary to be connected to the board
8-
via Ethernet. This is also necessary to copy logs and traces from the board to the local PC via an FTP
9-
tool like WinSCP <https://winscp.net/eng/download.php>`_ or FileZilla <https://filezilla-project.org/>`_.
8+
via Ethernet. This is also necessary to copy logs and traces from the board to the local PC via a SFTP
9+
tool like `WinSCP <https://winscp.net/eng/download.php>`_ or `FileZilla <https://filezilla-project.org/>`_.
1010

1111
journalctl logs
1212
---------------
@@ -62,7 +62,7 @@ In general, there are two ways to capture pcap traces:
6262

6363
tcpdump -i eth1 -w /srv/charge_com_01.pcap
6464

65-
This command captures all packets on the eth1 (QCA) interface and writes them to
65+
This command captures all packets on the eth1 (PLC) interface and writes them to
6666
a pcap file. Stop the capture by pressing :code:`Ctrl + C`.
6767

6868
.. note::

0 commit comments

Comments
 (0)