dist/tools/ethos: adapt README.md to USEMODULE+=stdio_ethos

This commit is contained in:
Kaspar Schleiser 2019-06-24 09:56:30 +02:00
parent 5e2f2672e9
commit f1ffa10c7e

View File

@ -8,8 +8,8 @@ To use, add
# #
GNRC_NETIF_NUMOF := 2 GNRC_NETIF_NUMOF := 2
USEMODULE += ethos gnrc_netdev USEMODULE += stdio_ethos gnrc_netdev
CFLAGS += '-DETHOS_UART=UART_DEV(0)' -DETHOS_BAUDRATE=115200 -DUSE_ETHOS_FOR_STDIO CFLAGS += '-DETHOS_UART=UART_DEV(0)' -DETHOS_BAUDRATE=115200
to app Makefile, "make clean all flash", then run this tool so follows: to app Makefile, "make clean all flash", then run this tool as follows:
# sudo ./ethos <tap-device> <serial> # sudo ./ethos <tap-device> <serial>