Enable to merge header region into update binary

Hi, I’m working in the project according to Arm Mbed OS managed bootloader

with “header” region.

I found that in real application the update binary shall be combined header and application together so I edited UPDATE_WHITELIST in “tools/regions.py” as

UPDATE_WHITELIST = (
“application”,
“header”
)

Hope this will be merged into Mbed-OS mainline

1 Like

Hi Yoshiki,

thank you for your post. Would you consider raising a pull request yourself against mbed-os with your suggested changes so that they can be considered?

Thanks
Anna

Dear Anna,

Ok.
I’ll consider to make the pull-request into Mbed-OS main line