We used nRF5_SDK_15.0.0_a53641a and nrf5_SDK_for_Mesh_v2.0.0_src.
We are following DFU quick start guide http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v0.10.0%2Findex.html
For nRF52:
We used nRF5_SDK_15.0.0_a53641a and nrf5_SDK_for_Mesh_v2.0.0_src.
We are following DFU quick start guide http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v0.10.0%2Findex.html
For nRF52:
You were fine to skip step 8, as the mesh stack has already been built before being uploaded as a zip file to the nordic semi homepage. Did you use the dfu_nrf52832_xxAA_s132_6_0_0 segger project to build the dfu example? If so, then you will need to make sure all of the steps before 8 also use the s132 softdevice version 6. I believe you have used version 5 up until this point. Did you flash the program via nrfjprog or via segger embedded studio (SES) directly? If you used SES, then you will have flashed the softdevice to the device again, which is not a good idea. I would build the example with SES & then program the hex file located in the build folder via nrfjprog (like shown in step 8).
I believe the reason you are getting the serial port error is that you are not running the cmd prompt as an administrator. You can start command prompt as an administrator by searching for "cmd", right click on the command prompt icon & run as administrator.
You were fine to skip step 8, as the mesh stack has already been built before being uploaded as a zip file to the nordic semi homepage. Did you use the dfu_nrf52832_xxAA_s132_6_0_0 segger project to build the dfu example? If so, then you will need to make sure all of the steps before 8 also use the s132 softdevice version 6. I believe you have used version 5 up until this point. Did you flash the program via nrfjprog or via segger embedded studio (SES) directly? If you used SES, then you will have flashed the softdevice to the device again, which is not a good idea. I would build the example with SES & then program the hex file located in the build folder via nrfjprog (like shown in step 8).
I believe the reason you are getting the serial port error is that you are not running the cmd prompt as an administrator. You can start command prompt as an administrator by searching for "cmd", right click on the command prompt icon & run as administrator.