-
Notifications
You must be signed in to change notification settings - Fork 69
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 MCUboot and enable it for BMS C1 #72
Conversation
98a1f1d
to
82721e3
Compare
This is a preparation to use MCUboot, which doesn't need peripherals like CAN or the BMS IC drivers. Kconfig selection has to be moved to the app/boards folder.
82721e3
to
704e48f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me. I'd like to test them on my setup this week. Is that okay with you?
Sure. No hurry from my side. Let me know if everything worked well and if the documentation was sufficient. |
I did test it and encountered two problems:
|
Ah, interesting. I just noticed it doesn't work anymore (but didn't associate it with |
704e48f
to
ad77832
Compare
@pasrom I have updated the commit sha in west.yml to pull in your fixes for 2. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀🎉
Thank you for adding this feature!
As the title suggests, this PR adds support for DFU with MCUboot.
So far only enabled for the BMS C1.
See the docs updates on instructions how to test it.
Depends on ThingSet/thingset-zephyr-sdk#48