Skip to main content
Visitor II
October 21, 2020
Question

Добрый день, ? решил одну проблему как подключить ? ? к stm32mp157a-dk1 по tcp

  • October 21, 2020
  • 1 reply
  • 600 views

Good day, I solved one problem how to connect to stm32mp157a-dk1 over tcp. In the console, you need to write ifconfig eth0 192.168.1.5 ; net data-P ttyRPMSG0 ; net data-p8888 but I do not see data in the buffer ttyRPMSG0. in my program OpenAMP_TTY_echo although the data should be. Sincerely, Alexander.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    October 26, 2020

    Hi @Vlaty.1​ ,

    It's not clear to me what you are trying to achieve.

    ttyRPMSG0 is the virtual tty channel used to exchange message between A7 and M4 and so far have nothing to do with TCP connection to board.

    Thanks to clarify in order I can help.

    Olivier