Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhbruhn/moonboot
OTA Bootloader Construction Framework for Rust no_std environments
https://github.com/jhbruhn/moonboot
bootloader ota rust
Last synced: 9 days ago
JSON representation
OTA Bootloader Construction Framework for Rust no_std environments
- Host: GitHub
- URL: https://github.com/jhbruhn/moonboot
- Owner: jhbruhn
- License: other
- Created: 2022-04-19T08:27:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T08:35:53.000Z (over 2 years ago)
- Last Synced: 2024-10-13T13:39:51.794Z (22 days ago)
- Topics: bootloader, ota, rust
- Language: Rust
- Homepage: https://jhbruhn.de/posts/moonboot/
- Size: 39.1 KB
- Stars: 26
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- rust-embedded - moonboot
- awesome-embedded-rust - moonboot
README
# moonboot
Moonboot is a framework to build bootloaders for embedded devices, or other kinds of no_std
Rust environments.This crate contains implementations, macros and build.rs helpers for:
* Partitioning of your memory into different sections
* Exchange of the contents of those partitions via the bootloader
* Signature/Checksum-checking of the partitions contents with an algorithm of your choice, because it is
done in firmware, not in bootloader
* Automatic Linker Script generation based on a Section/Parition Description in Rust Code## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.