You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
The problem is in the file dfu_public_key.c. The key generated there is split into two lines of 32 hex values each. The problem is that at the end of the first key line (i.e. between pk[31] and pk[32]) there is no comma. Therefore the C compiler is complaining that the file is not correct.
Generated dfu_public_key.c looks something like this:
Using the new nrfutil I cannot re-generate the private key C code from the PEM file anymore.
The command I use is:
The problem is in the file
dfu_public_key.c
. The key generated there is split into two lines of 32 hex values each. The problem is that at the end of the first key line (i.e. between pk[31] and pk[32]) there is no comma. Therefore the C compiler is complaining that the file is not correct.Generated dfu_public_key.c looks something like this:
(Actual key replaced by 0x00 bytes manually by me.)
The text was updated successfully, but these errors were encountered: