Skip to content
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

Generating default settings on PC and flashing them during provisioning #49

Open
TjazVracko opened this issue Oct 2, 2023 · 0 comments
Labels
type: feature request New feature or request.

Comments

@TjazVracko
Copy link
Collaborator

Context

Default settings values could be provisioned at factory time.
A project exists (here), which is able to generate a .hex file containing a valid NVS image with settings. It supports string values only, but should be easily extendible to provision whatever.

The program should be run using the json representation of the user settings, as described in #4.

Required steps / Implementation details

TODO: figure out the exact steps

Definition of Done

I can run a program like ./prov_settings_gen -i settings.json which generates a settings.hex file.
The file can then be flashed onto the target (figure out exactly how to do this).
When the firmware is flashed and run, default values for the settings will be already set.

@TjazVracko TjazVracko added the type: feature request New feature or request. label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request New feature or request.
Projects
None yet
Development

No branches or pull requests

1 participant