We would like to create the boot settings page and merge it with the application and flash the merged hex file using J-Link and nrfjprog.exe in production.
Currently in production we program the nRF51822 with softdevice S130 and a boot-loader using J-link. Then we program the application using the boot-loader. Our production time would be significantly reduced if we could initially program the application directly. We don't have direct access to the nRF51822 UART pins as they are connected to another microcontroller.
We are able to create the boot-setting page and flash the merged hex file for nRF52832 and SDK 15.3.0 with SoftDevice S132. The process is well documented by Nordic
However there is not much documentation on how to do this for nRF51822 and SDK 11.0.0 with SoftDevice S130. I have tried to adapt the process used for nRF52832. However the boot-loader fails to start the application. We see that the memory layout is different, and we think this may be the problem.
When we use the boot-loader to flash the application in nRF51822 it looks like the boot-setting page is created by the boot-loader at 0x0003FC00. Our nrfutil creates a boot setting page also at this address.
Any suggestions on how to use nrfutil to create the boot-settings page would be greatly appreciated.