Random MAC Addresses with i.MX93 Linux

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Random MAC Addresses with i.MX93 Linux

Jump to solution
413 Views
dpearson
Contributor I

In our development/automated test environment we assign fixed IP Addresses based on the target hardware MAC address. Unfortunately I've just discovered that the i.MX93 FRDM boards are randomizing their MAC addresses with each boot. 

Is there a way to configure the board to come up with a consistent MAC Address on every boot?

Tagging @david_dicarlo  for visibility.

 

0 Kudos
Reply
1 Solution
396 Views
xiaocong_fu
NXP Employee
NXP Employee

In u-boot. You can use

$setenv ethaddr xx:xx:xx:xx:xx:xx

$saveenv

View solution in original post

2 Replies
397 Views
xiaocong_fu
NXP Employee
NXP Employee

In u-boot. You can use

$setenv ethaddr xx:xx:xx:xx:xx:xx

$saveenv

393 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi @dpearson :

 

Just add xiaochong's good comments,   the other option to set FRDM-IMX93 with fixed MAC address is to program i.MX93 Fusemap BankNum 39  word 3, word 4, and word 5.   i.MX93 Fusemap located at reference manual attachments  named  <i.MX93_Fusemap.xlsx>.

 

Regards

Daniel