Open
Description
i flashed SD BL and pagedevice.hex using nrfjprog, then flashed app using serial, it was blocked when updating.
when i comment out the 2 lines in bootloader_info_on_flash_idle(), the app could be flashed ! but it seems erase UCIR.bootloader, and bootloader is invalid!
`void bootloader_info_on_flash_idle(void)
{
m_write_in_progress = false;
// mp_info_entry_head = (info_buffer_t*) mp_info_entry_buffer;
// mp_info_entry_tail = (info_buffer_t*) mp_info_entry_buffer;`