hi..
development board - nRF52832
SDK version -15.2 version
Fellowed method - B1b. Use Oberon crypto library instead of uECC
softdevice version - v 6.1.0
tools using - nrfconnect to upload the secure bootloader and softdevice .
generated the zip file by using the below
nrfutil pkg generate --hw-version 52 --application-version 1 --application ble_app_blinky_pca10040_s132.hex --sd-req 0xAF --sd-id 0xAF --key-file private.key blinky_package.zip
while i am uploading the zip file over ota i am getting the gatt error ,
i am using nrftoolbox , dfu option to upload the file .
when i am clicking the upload file ,it is reaching upto 18% after that it is throwing the error , led state changing from led1 and led2 to led1 and led3 is blinking , why i am getting this error please suggest me