Skip to main content
eeng.1
Associate
January 17, 2023
Solved

Hi, I want to connect external Ethernet module below as a second Ethernet port to stm32mp157d-dk1 board and access it from the embedded linux. How can I do it? Thanks a lot.

  • January 17, 2023
  • 1 reply
  • 1532 views

..

This topic has been closed for replies.
Best answer by PatrickF

Hi @eeng.1​ 

unfortunately, there is very few details on your module, if SPI or similar interface, might probably need SW driver customization where we cannot help much.

With STM32MP157x-DK1/DK2 boards, to add a 2nd Ethernet port, it would be more straightforward to use such USB Type-A<->Ethernet module which is widely available and should work with default Starter Package.

0693W00000Y8RciQAF.pngRegards,

In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

1 reply

PatrickF
PatrickFBest answer
Technical Moderator
January 17, 2023

Hi @eeng.1​ 

unfortunately, there is very few details on your module, if SPI or similar interface, might probably need SW driver customization where we cannot help much.

With STM32MP157x-DK1/DK2 boards, to add a 2nd Ethernet port, it would be more straightforward to use such USB Type-A<->Ethernet module which is widely available and should work with default Starter Package.

0693W00000Y8RciQAF.pngRegards,

In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.NEW ! Sidekick STM32 AI agent, see here
Ma.2
Associate II
February 16, 2023

I bought a USB type A to ethernet converter and it worked perfectly. (with speed 100Mbps). Thanks a lot.