Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for binaries behind boot loaders on device #82

Open
kilograham opened this issue Apr 27, 2023 · 1 comment
Open

add support for binaries behind boot loaders on device #82

kilograham opened this issue Apr 27, 2023 · 1 comment
Milestone

Comments

@kilograham
Copy link
Contributor

If the boot loader itself contains binary info which points to the other binaries, we could support this

@earlephilhower
Copy link
Contributor

Sounds like a good plan! As long as the binary_info_header_redirect (or whatever) is defined in such a way that it can be static even as its target (real) app changes, should be easy to support in OTA/2ndary bootloaders. I suppose that's kind of a given since the binary_info_header of the real app is always placed immediately after its vector table, and normally the real app starting flash address is always constant too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants