-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate the Rotating Device Id based on Reset Counter #4224
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Note that fixing this is a must-have for shipping rotating device ids. |
#4362 triggered a runtime issue inside our NVM implementation The R/W to a LifetimePersistedCounter that is stored in NVM/Configuration is incorrect. Was there an idea to setup the relation between the new lifetimecounter and the configuration manager defines ? We will disable the feature for now at build-time to proceed, but I think the structural solution would be to introduce a specific key in the ConfigurationManager for this counter. |
@hnnajh What remains to be done here? |
It looks like rotating ID unique id input is coming from a #define (CHIP_DEVICE_CONFIG_ROTATING_DEVICE_ID_UNIQUE_ID). This needs to be something that device makers can populate at run time from storage. |
Currently the Rotating Device Id is hard-coded however it should be generated from the device serial number + reset counter
The text was updated successfully, but these errors were encountered: