Target nRF52832(nrf52dk_nrf52832)
SDK NCS v1.9.1
Hello.
We are preparing production.
So I have to provide flash tool as well as binary only to factory without develop environment.
Binary include bootloader and app.
Can you give me any guide?
Target nRF52832(nrf52dk_nrf52832)
SDK NCS v1.9.1
Hello.
We are preparing production.
So I have to provide flash tool as well as binary only to factory without develop environment.
Binary include bootloader and app.
Can you give me any guide?
Hi Tim,
Please correct if I'm wrong, your question is how you can send the minimum files to the factory to do production programming.
If it's the case, what you need to send to the factory is:
- The hex file: merged.hex which is located in \build\zephyr folder
- The tool for programming, nrfjprog.exe. It can be downloaded here: https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download
The command is:
nrfjprog.exe --program merged.hex --chiperase
Hi Tim,
Please correct if I'm wrong, your question is how you can send the minimum files to the factory to do production programming.
If it's the case, what you need to send to the factory is:
- The hex file: merged.hex which is located in \build\zephyr folder
- The tool for programming, nrfjprog.exe. It can be downloaded here: https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download
The command is:
nrfjprog.exe --program merged.hex --chiperase