Other Parts Discussed in Thread: SYSCONFIG
We've designed a custom board for the AM2634 Sitara. We're using SDK v08_05_00_24 and sysconfig v1.14.0.
We want to be able set up an ethernet connection on our custom board. In the code generated by sysconfig, part of the setup to establish ethernet connection is to read the MAC address configuration from the EEPROM using I2C. This works fine on the launchpad dev kit, but fails on the custom board. I gather there is something called the efuse, baked into the EEPROM (or is it the chip itself) at manufacturing time, that contains this configuration information. Our custom board has an external EEPROM connected by I2C, and that EEPROM has not been programmed.
My Questions: How do I create my own efuse/storage for this information? How to I point the generated code to this custom efuse? How do I find the relevant MAC information and ensure it is discoverable/readable by the sysconfig generated code?
Thanks!
Abby