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
  • 2 replies
  • 1565 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'

2 replies

PatrickF
PatrickFBest answer
ST Employee
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 'Best Answer' on the reply which solved your issue or answered your question.Tip of the day: Try Sidekick STM32 AI agent
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.