Hello everyone,
I have problem to generate news private and public keys for my project.
In according to http://dev.ti.com/tirex/content/simplelink_cc2640r2_sdk_3_10_00_15/docs/blestack/ble_user_guide/html/oad-secure/tools.html#sec-gen-security-keys is it necessary execute the key_genetator.ph script. It runs successfully, but its output is wrong.
The content of file key_info.txt is:
Public Key 7dae01a6535a2fc34334347cf7b203b66f9a2fd5690c4c6fb6e23bf328dc5528be74849007317dbe3e39f0cf2509f15b24f024f9a4b472744ae60475cd214008
Public key X: da e0 1a 65 35 a2 fc 34 33 43 47 cf 7b 20 3b 66 f9 a2 fd 56 90 c4 c6 fb 6e 23 bf 32 8d c5 52 8
Public key Y : e7 48 49 00 73 17 db e3 e3 9f 0c f2 50 9f 15 b2 4f 02 4f 9a 4b 47 27 44 ae 60 47 5c d2 14 00 8
The public key X and Y is not equal with public key string. I tried handler them with correct string manually in the struct at bim_main.c.
The OAD image is not updated with new files.
Can anyone help me?
Tanks in advance.