This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zephyr: Read in keys from the RTT terminal

Hello

Is it possible to read in keys from the RTT terminal with Zephyr? How should we do this in our Zephyr project?

Parents
  • Hi 

    This is possible, yes, if you use the RTT backend for the shell. 

    In order to do this you need to set the following configuration:

    CONFIG_SHELL=y
    CONFIG_SHELL_BACKEND_RTT=y

    We have tested this using the PuTTy client in Windows, using the same settings as described here.

    Please give this a go, and let me know if you have problems getting it working. 

    Best regards
    Torbjørn

Reply
  • Hi 

    This is possible, yes, if you use the RTT backend for the shell. 

    In order to do this you need to set the following configuration:

    CONFIG_SHELL=y
    CONFIG_SHELL_BACKEND_RTT=y

    We have tested this using the PuTTy client in Windows, using the same settings as described here.

    Please give this a go, and let me know if you have problems getting it working. 

    Best regards
    Torbjørn

Children
Related