This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[nRF Connect SDK]How to add version information to bin file? And how to read it?

Target nRF52832(nrf52dk_nrf52832)
SDK NCS v1.9.1

I have two quick questions.

1) How to add version information(string) when make binary.

2) How can I read version when I finish DFU using nRF Connect Device Manager? 
"nRF Connect Device Manager" does not have read version feature easily.

Addition) 
1) build
west build -b nrf52dk_nrf52832 --pristine

2) flash
nrfjprog --family nRF52 --eraseall
nrfjprog --program merged.hex --verify -f NRF52 
nrfjprog --reset -f NRF52



Parents Reply Children
No Data
Related