This repository contains experimental program to communicate with Ethernet RTT driver from nRF Connect SDK.
This software depends on nrfjprog from nRF5 Command Line Tools.
This program can be build using make command.
make NRFJPROG_PATH=/nrfjprog/path/
Parameter NRFJPROG_PATH=/nrfjprog/path/
may be skipped if nrfjprog is
in your PATH variable.
It will generate eth_rtt_link
program.
Following command will give more help:
./eth_rtt_link --help
If your linux user account have no rights for TAP/TUN device access, you can provide it for the generated program with following command (root password required):
make setcap