Open main menu

DAVE Developer's Wiki β

DESK-XZ7-L/General/ConfigID

< DESK-XZ7-L
Revision as of 13:26, 11 July 2023 by U0007 (talk | contribs)

History
ID# Issue Date Notes

17981

11/07/2023 First version



Contents

ConfigIDEdit

This article describes how the ConfigID is implemented in the products supported by the DESK-XZ7-L Linux Kit.

Hardware implementationEdit

BORA family uses the first 32bytes OTP block on NOR SPI to store ConfigID (and its CRC32), UniqueID (and its CRC32). For BORA Lite module configured for booting from NAND, the ConfigID is stored on internal I2C EPROM: see here for more information.

U-Boot integrates the software routines for reading and displaying the ConfigID. Hereunder an example of SOM ConfigID at startup:

...
SOM ConfigID#: 00000002
SOM UniqueID#: fffffefc:fffffefc
CB ConfigID#: 00000001
CB UniqueID#: a600000f:24188b2d
...

Generally speakingEdit

  • SOM ConfigID is used to identify the configuration of the basic features of the SOM
  • CB ConfigID is used to identify the peripherals and the I/O interfaces.