Skip to content

Commit

Permalink
Fetch latest blflash version from git repository.
Browse files Browse the repository at this point in the history
"cargo install cargo-blflash" can install blflash 0.3.0, which requires funty 1.2.0 as a dependency. Funty 1.2 was yanked a while back (ferrilab/funty#7)
  • Loading branch information
Brandagot authored Apr 1, 2023
1 parent 0cd7aca commit 6dabbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rustup component add llvm-tools-preview --toolchain nightly-2022-12-25
rustup target add riscv32imac-unknown-none-elf
cargo install cargo-binutils
cargo install cargo-blflash
cargo install --git https://github.com/spacemeowx2/blflash cargo-blflash
```

These commands add the required toolchain targets along with binary flashing for easy development (No need for GUIs anymore 😉).
Expand Down

0 comments on commit 6dabbe6

Please sign in to comment.