Hi,
This error occurs when I write below command for OTA_DFU demo:
cmd : exe keys generate private.key
Error:
ImportError: cannot import name 'DIGCF_PRESENT' from 'constants'
Please help me on this regards.
Thanks.
regards,
Archana
Hi,
This error occurs when I write below command for OTA_DFU demo:
cmd : exe keys generate private.key
Error:
ImportError: cannot import name 'DIGCF_PRESENT' from 'constants'
Please help me on this regards.
Thanks.
regards,
Archana
Please follow this to install pip:
Securely Download get-pip.py [1]
Run
python get-pip.py
. [2] This will install or upgrade pip. Additionally, it will install setuptoolsand wheel if they’re not installed already.
Hi,
Thanks.
My OTA succussfully completed.
But I used ready libraray instead of creating.it.
I want to create it so please help me.
The MinGW/GNU make not working for creating libraray in external- micro ecc folder.
D:\37. Nordic\52DK\nRF5_SDK_15.3.0_59ac345\external\micro-ecc\nrf52nf_armgcc\armgcc this is the path of my folder.
when I give this path and make command then libraray not created.
Please share me MinGW or GNU make tool if anybody have.
regards,
Archana
Please check folder C:\Program Files (x86)\GNU Tools ARM Embedded to see which version of gcc you have there.
And update the file in \SDKv15.3\components\toolchain\gcc\Makefile.windows to match with your gcc version and path.
Hi,
Thanks.
Please help me, how to update that file
The gcc version is 5.4.1 20160919
I edited the Makefile.windows by open in worpad and write my gcc version and file path:
After updating also same error:
Update it like this:
GNU_INSTALL_ROOT := C:/Program Files (x86)/GNU Tools ARM Embedded/5.4 2016q3/bin/