Hi,
Currently i am using JLinkExe + JLinkRTTClient on ubuntu terminal.
I can receive the data log from the mynewt device, but i can't seem to send any
command to it (eg. the echo <message>).
I have the following syscfg.yml setting in sys/console/full
CONSOLE_RTT:
description: 'Set console output to RTT'
value: 1
CONSOLE_INPUT:
description: 'Enable console input'
value: 1
CONSOLE_TICKS:
description: 'Print OS Ticks'
value: 1
CONSOLE_ECHO:
description: 'Default console echo'
value: 0
Best Regards,
Chew