Configure mac Addresses in U-boot

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Configure mac Addresses in U-boot

24,233件の閲覧回数
varunkjayan
Contributor II

how to configure MAC addresses in u-boot environment

for configuring the ethernet ports

0 件の賞賛
返信
3 返答(返信)

12,618件の閲覧回数
r8070z
NXP Employee
NXP Employee

The U-boot also says for environment variable of the first/only ethernet:

  • ethaddr: Ethernet MAC address for first/only ethernet interface (= eth0 in Linux).
    This variable can be set only once (usually during manufacturing of the board). U-Boot refuses to delete or overwrite this variable once it has been set.
  • eth1addr: Ethernet MAC address for second ethernet interface (= eth1 in Linux).
  • ...
0 件の賞賛
返信

12,618件の閲覧回数
sinanakman
Senior Contributor III

Hi Varun

e.g. :

=> setenv eth1addr xx:xx:xx:xx

=> saveenv

Change the number in eth1 according to the

interface number you are trying to set the mac

for.

Regards

Sinan Akman

0 件の賞賛
返信

12,618件の閲覧回数
varunkjayan
Contributor II

thanx

0 件の賞賛
返信