Hex file of the BRD EEPROM on P2020RDB-PCA

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

Hex file of the BRD EEPROM on P2020RDB-PCA

431 Views
iamdiode
Contributor I

Hi,

 

I'm  using the P2020RDB-PCA board.

There are two I2C EEPROMs on this board, Boot EEPROM(U31) and BRD EEPROM(U51).

The question is, how can I get the hex file of the BRD EEPROM(U51)?

Best Regards, 

 

Yang

0 Kudos
2 Replies

361 Views
ufedor
NXP Employee
NXP Employee

The U51 binary image is attached.

To program the spd, load the spd image to memory, eg 0x1000000, run command:

eeprom write 52 1000000 0 80

which will program target I2C address 0x52, offset 0, length 0x80 from source 0x1000000.
Note: No need to erase the EEPROM before programming.

361 Views
iamdiode
Contributor I

Thanks a lot !

0 Kudos