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 link script for use with bootloader, and minimal build support #151

Closed
terrillmoore opened this issue Apr 3, 2021 · 1 comment
Closed
Assignees

Comments

@terrillmoore
Copy link
Member

The new MCCI bootloader (to be published soon) requires that the app live 20k offset into flash. We need the following:

  1. Two link scripts, one for use with bootloader, the other without.
  2. A menu item to select bootloader or not
  3. An McciBootloader_AppInfo_t header (this can always be present)
  4. Some place to put signature data -- this should be a 256-byte blob at the end of the image.
  5. A toolflow that test-signs images for downloading using the test script. If debugging, it's obvious that we'll need to check and sign ELF images (which is going to require an probably-beneficial adjustment to the bootloader toolflow).
@terrillmoore
Copy link
Member Author

Fix by #152

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

No branches or pull requests

1 participant