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

Intecreate upload should reject files that don't end in .bin #15

Open
JPHutchins opened this issue Apr 4, 2024 · 0 comments
Open

Intecreate upload should reject files that don't end in .bin #15

JPHutchins opened this issue Apr 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@JPHutchins
Copy link
Collaborator

We can't help if someone renames a .hex to .bin, but we can convert hex -> bin and/or simply reject anything that's not bin. The regular upload and upgrade commands use the MCUBoot tool from smpclient to inspect for image validity and convert from hex -> bin. Here we don't care if it's an MCUBoot valid image but it could be converted to bin similarly.

@JPHutchins JPHutchins added the bug Something isn't working label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant