bl602 serial flasher
Go to file
Rafa Couto c7e23256b8 Update main.rs
Help explanation is saying the opposite meaning of the flag:

    -w, --without-boot2    With boot2

Expected is:

    -w, --without-boot2    Without boot2
2020-12-13 15:50:29 +08:00
.github/workflows ci: change cargo cache path 2020-12-05 23:47:23 +08:00
blflash Update main.rs 2020-12-13 15:50:29 +08:00
cargo-blflash fix: dep version 2020-12-05 23:57:46 +08:00
.gitignore chore: bump version to 0.1.1 2020-12-05 23:35:22 +08:00
Cargo.lock fix: dep version 2020-12-05 23:57:46 +08:00
Cargo.toml refactor: remove flash program check 2020-12-04 17:15:09 +08:00
LICENSE-APACHE docs: add license 2020-12-05 00:09:05 +08:00
LICENSE-MIT docs: add license 2020-12-05 00:09:05 +08:00
README.md fix: dep version 2020-12-05 23:57:46 +08:00

blflash

BL602 serial flasher

Inspired by https://github.com/esp-rs/espflash, https://github.com/bouffalolab/BLOpenFlasher

ISP documentation: https://github.com/bouffalolab/bl_docs/tree/main/BL602_ISP

TODO

  • Flash protocol
  • Generate Partition bin
  • Generate boot info with compiled bin
  • Generate dtb bin