Hello I found example for dual bank bootloader ("examples\dfu\bootloader\pca10040\dual_bank_ble_s132"). And it works well. Do you plan also to add a SINGLE bank boot-loader example over BLE (not serial) for S132 stack?
Hello I found example for dual bank bootloader ("examples\dfu\bootloader\pca10040\dual_bank_ble_s132"). And it works well. Do you plan also to add a SINGLE bank boot-loader example over BLE (not serial) for S132 stack?
Hello, I'm using same application and same approach. I'm only adding dummy size __dumySize FILL 2000,0xABCDEF11,4
. I do generate zip with same command: nrfutil.exe dfu genpkg --application %HEX% out.zip
. It fails when my bin is 348KB big. nRFgo says Application size: 360kB so it shall fit. Frontline log is here
Hello, I'm using same application and same approach. I'm only adding dummy size __dumySize FILL 2000,0xABCDEF11,4
. I do generate zip with same command: nrfutil.exe dfu genpkg --application %HEX% out.zip
. It fails when my bin is 348KB big. nRFgo says Application size: 360kB so it shall fit. Frontline log is here