i.MX53 SODIMM PC Changing MAC Address

From Voipac Wiki
Revision as of 11:53, 4 April 2021 by Voipac (talk | contribs) (Created page with "Category:i.MX53 SODIMM PC - Development kit <!-- --> MAC address (indicated on the label of the module) is written in E-Fuses for permanent identifying the module. This pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MAC address (indicated on the label of the module) is written in E-Fuses for permanent identifying the module. This page shows the possibility of changing it using Barebox.

Changing procedure

Stop autoboot and start editing the config file:

edit env/config

600px

Scroll down to the last line where the current MAC address is defined:
600px

Update the MAC address. To exit the editor and save the changes, press Ctrl + D:
600px

Save the Barebox environment:

saveenv
reset

600px

To check if the new MAC address was saved, cat env/config can be used to view the configuration file. Alternatively DHCP negotiation shows the assigned IP address with the new MAC address as well:

barebox@Voipac VMX53:/ dhcp