I using Keil for open_bootloader example but i can't compile it because some error. Could anyone help me?
Thanks
I using Keil for open_bootloader example but i can't compile it because some error. Could anyone help me?
Thanks
I believe the test setup is quite similar to the secure dfu bootloader over serial link, as both use the usb cdc acm dfu transport. Could you try testing with this setup (steps 1-3) & see if that works? It might be that you forgot to install micro-ecc maybe. What nrfutil command did you use to generate your public key? Was it similar to this:
nrfutil keys display --key pk --format code c:\vault\priv.pem --out_file public_key.c?
I believe the test setup is quite similar to the secure dfu bootloader over serial link, as both use the usb cdc acm dfu transport. Could you try testing with this setup (steps 1-3) & see if that works? It might be that you forgot to install micro-ecc maybe. What nrfutil command did you use to generate your public key? Was it similar to this:
nrfutil keys display --key pk --format code c:\vault\priv.pem --out_file public_key.c?