-
Notifications
You must be signed in to change notification settings - Fork 18
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
When using NervesKey, device identifier becomes manufacturer_sn
even if boardid.config
specifies otherwise
#56
Comments
If you are using NervesKey, you can provide your own
Where |
I'm not sure if this is obvious, but once you program the ATECCx08A with a Fwiw, here's my
|
@mobileoverlord and @fhunleth thanks for responding. The issue here is that I did not expect I understand the rationale behind using I think the best way forward regarding this issue is to update the documentation and maybe give the different setup options more isolated clarity, as in "these are the 3 setups, pick you path and follow". I will take a stab at updating the docs first and submit a PR. |
@fhunleth @mobileoverlord I opened up an issue in the nerves-hub/documentation to track the changes for the docs. I will create a PR when I have something decent. |
It appears that as soon as NervesKey is successfully configured, the identifier for the device becomes the
manufacturer_sn
provisioned into the board, even though/etc/boardid.config
specifies otherwise:There seems to be no way to override this behavior. When I remove the
nerves_key
dependency, the device reports to have a different identifier.So either we need to update the documentation and specify that
manufacturer_sn
will be the identifier or we need code that usesboardid.config
The text was updated successfully, but these errors were encountered: