Request for Application Note AN3638

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

Request for Application Note AN3638

Jump to solution
526 Views
leavs
Contributor IV

Hi,

I'm using my custom LS1046A board.

I want to use EEPROM to store MAC address.

From the source code

uboot/board/freescale/common/sys_eeprom.c

I know there is one application note AN3638 to know the detail of EEPROM layout for CCID or NXID formats.

Can you share it with me?

And is there one Userland Application source code to access the EEPROM to write this EEPROM by using the CCID or NXID formats.

Thanks.

0 Kudos
1 Solution
490 Views
June_Lu
NXP TechSupport
NXP TechSupport

Please find https://www.nxp.com.cn/docs/en/application-note/AN3638.pdf

In the uboot use the command "i2c md 0x53 0x40 0x100" in LS1046ARDB, you could read the inform.

You could use uboot i2c command to change the IDs.

View solution in original post

0 Kudos
3 Replies
457 Views
June_Lu
NXP TechSupport
NXP TechSupport

Sorry, could not find the Userland Application source code.

0 Kudos
491 Views
June_Lu
NXP TechSupport
NXP TechSupport

Please find https://www.nxp.com.cn/docs/en/application-note/AN3638.pdf

In the uboot use the command "i2c md 0x53 0x40 0x100" in LS1046ARDB, you could read the inform.

You could use uboot i2c command to change the IDs.

0 Kudos
470 Views
leavs
Contributor IV

Thanks for your link.

Do you have one userland application to access this EEPROM?

0 Kudos