Novena/EEPROM
Novena has a utility EEPROM that can be used for storing device-specific data. This is optional, and default values will be used if it is blank / not present.
All multi-byte integers are in native host order.
Structure
Size | Value | Description | Default value, if not present |
---|---|---|---|
6 | "Novena" | Unterminated EEPROM signature | The EEPROM contents will not be used |
1 | 1 | Version number of EEPROM structure | The EEPROM contents will not be used |
1 | 0 | Currently unused | No change |
4 | - | Device serial number | Device-specific settings (e.g. MAC address) are randomized |