Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 853 Bytes

README.rst

File metadata and controls

36 lines (21 loc) · 853 Bytes

EXPERIMENTAL: Ethernet over RTT for Linux

This repository contains experimental program to communicate with Ethernet RTT driver from nRF Connect SDK.

Dependencies

This software depends on nrfjprog from nRF5 Command Line Tools.

Build

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