Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
4861 Discussions

Method for updating EEPROM in a 10 GbE Controller 82599

TSuzu6
Beginner
3,018 Views

Hi !

I use a 10 GbE Controller 82599EN. I need to update an EEPROM which is programed via ROM Writer.

I try to update by using ethtool.

Type as below:

ethtool -E eth2 magic 0x10FB0860 offset 0x0 length 0x1 value 0x07

Result as below:

Cannot set EEPROM data:Invalid argument.

Would you tell me what are invalid arguments ?

Or Would you tell another method for updating an external EEPROM ?

BR,

Taira

0 Kudos
3 Replies
idata
Employee
1,609 Views

Hi Taira,

 

 

Thank you for the post. I will check for you about the invalid argument. Will update you as soon as there is any finding.

 

 

rgds,

 

wb

 

0 Kudos
TSuzu6
Beginner
1,609 Views

Hi !!

I understand why does ethtool command occur the error message(Invalid argument).

I used incorrect magic number in case of using ethtool -E option.

The magic number should be "Device ID + Vender ID", but I set "Vender ID + Device ID".

I input correct magic number, and success to update EEPROM contents.

BR,

Taira

0 Kudos
idata
Employee
1,609 Views

Hi Taira,

 

 

Thank you for the update and glad you manage to resolve the issue.

 

 

rgds,

 

wb

 

0 Kudos
Reply