Skip to content

it seems a bug! #186

Open
Open
@dongwencai

Description

@dongwencai

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;`

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions