rust-embedded / not-yet-awesome-embedded-rust

A collection of items that are not yet awesome in Embedded Rust
Creative Commons Attribution Share Alike 4.0 International
117 stars 11 forks source link

Secure Bootloader #17

Open teburd opened 4 years ago

teburd commented 4 years ago

Currently not-awesome, a lack of a rust bootloader using image signing with dfu support.

Perhaps re-using mcuboot is the right thing to do.

dkhayes117 commented 3 years ago

I'm doing a Rust/RISC-V embedded project and I'm running into this problem. WolfBoot from WolfSSL is in the early stages of having wrappers for Rust to use their APIs. If anyone knows of another secure bootloader that Rust can use, let me know! Thanks