https://github.com/dbrgn/bl602-rust-poc
https://github.com/dbrgn/bl602-rust-poc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbrgn/bl602-rust-poc
- Owner: dbrgn
- Created: 2020-12-31T01:20:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-31T01:24:02.000Z (over 5 years ago)
- Last Synced: 2026-01-11T12:59:46.949Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 2.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust + RISCV + BL602 Demo
This demo runs Rust firmware on the BL602.
Tested with the BL602 Evalboard by Sipeed (pre-production units).
## Setup
rustup target add riscv32imac-unknown-none-elf
cargo install cargo-embed --features ftdi
## Links
- [Sipeed BL602 Rust Guide](https://github.com/sipeed/bl602-rust-guide)
- [Lupyuen's PineCone BL602 + Rust Docs](https://lupyuen.github.io/pinecone-rust/)
- [pine64 BL602 Docs](https://github.com/pine64/bl602-docs)