I am trying to do mesh dfu package transfer. Trying out the steps given in nrf infocenter.
getting the error : No such command 'genpkg'.
I am trying to do mesh dfu package transfer. Trying out the steps given in nrf infocenter.
getting the error : No such command 'genpkg'.
Hi,
Can you give me more information about your setup? What device are you using, is it custom or a DK?
What SDK are you using?
What documentation did you follow on infocenter? Can you give a link?
If you you are new to mesh I suggest you have a look at these:
Hi,
In regards to DFU, did you follow everything under "Requirements"?
Hareesh said:I want to know if there is an already existing provisioner and provisionee code which can be flashed to my DK and dongle.
You can find provisioner example in our SDK under <InstallFolder>/examples/provisioner. As for provisionee code I suggest you have a look at the Light switch client/server example, you can find it under <InstallFolder>/examples/light_switch. It is no native support for the nRF52840 dongle so you will have to do some modifications to the example. I suggest that you take a look at this. It should contain information about how to modify examples to fit the nRF52840 Dongle.
Hi,
In regards to DFU, did you follow everything under "Requirements"?
Hareesh said:I want to know if there is an already existing provisioner and provisionee code which can be flashed to my DK and dongle.
You can find provisioner example in our SDK under <InstallFolder>/examples/provisioner. As for provisionee code I suggest you have a look at the Light switch client/server example, you can find it under <InstallFolder>/examples/light_switch. It is no native support for the nRF52840 dongle so you will have to do some modifications to the example. I suggest that you take a look at this. It should contain information about how to modify examples to fit the nRF52840 Dongle.