can you write content into EEPROM of beagelone?

Hi all,

I would like to write some content to the eeprom for own ID purpose.

according to A6 Ref manual Page 52 (Table 7) http://beagleboard.org/static/beaglebone/latest/Docs/Hardware/BONE_SRM.pdf

It states that there are 32702 byte available.

I do know I can read via uboot and kernel. But How do you write to it (preferably a user program) ?

Thanks

You will need to ground the write enable.

Make sure you do not write over what is there.

As to a program to do the writing, I will defer to the SW folks on that. Should not b too complicated.

Gerald