Skip to main content
jgauthier
Senior
July 18, 2023
Question

STM32MP1 - MAC address

  • July 18, 2023
  • 1 reply
  • 1808 views

Greetings,

  I have a few STM32MP1 boards. One of which I have configures the OS on, and custom applications.

I copied the SD card and put it in another one.  The MAC address is the same. I read an STM article about the MAC address and "fuse sense 0 57 2" shows me the correct MAC address.  So it must be in software somewhere.  Where?

This topic has been closed for replies.

1 reply

Erwan SZYMANSKI
Technical Moderator
August 1, 2023

Hello @jgauthier ,

Yes this is a typical issue when we copy a SD card into another, it results in this MAC address error.

To tackle it, you will need to stop in U-Boot shell, and process an "erase env" to delete the config with the MAC address, and get a new one.

Hope it will help you,
Kind regards,
Erwan.

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.