Hi,
sorry for write here again but i'm not able to do the dfu update.
I'm still trying to understand why is not working, anyways i'm using the guide present on the infocenter (version 2.0.1).
That's what i'm actually doing:
1-2) Generate the keys with the command "nrfutil keys --gen-key private_key.txt", see the keys and change the bootloader_config as you can see in the following images
3) Generate the packet, here i'm using the versione s132_6.0.0 because all the other program are on the versione 6 as well, using the command "nrfutil dfu genpkg --application bin/blinky/blinky_nrf52832_xxAA_s132_6.0.0.hex --company-id 0x00000059 --application-id 1 --application-version 2 --key-file private_key.txt --sd-req 0x009D --mesh dfu_test.zip"
4) Generate the hex page. Using the command "python device_page_generator.py -d nrf52832_xxAA -sd "s132_6.0.0"" (version 6.0.0 as well)
5) Erase all chip, in this case i've 2 developement board
6) Flash the softdevice on all device, i'm using this command "nrfjprog --program bin/softdevice/s132_nrf52_6.0.0_softdevice.hex --chiperase" but i've tryed as well with "nrfjprog --program bin/softdevice/s132_nrf52_6.0.0_softdevice.hex" and the result is the same.
7)Flash the bootloader, here i've the 1st doubt, i'm using segger so i need to choose the gccarmemb right? Anyways i'm actually using it and the command is "nrfjprog --program bin/bootloader/gccarmemb/mesh_bootloader_serial_gccarmemb_nrf52832_xxAA.hex"
8)Flash the application, in this case i'm using segger so i'm just doing the "Download dfu_nrf52..." without any error given. The application that i'm using is the only one on the example dfu folder.
9) Flash the page. Even there i get no error.
Now i should be able to do the dfu but when i try i get the following error (i'm using the command "nrfutil --verbose dfu serial -pkg dfu_test.zip -p <COM port> -b 115200 -fc --mesh")
I get the same error with both of the com ports, i really don't understand what i'm doing wrong. If someone can help will be much appreciated.
Thanks for the help and the support