2020-12-05 15:57:46 +00:00
|
|
|
# blflash
|
2020-12-03 08:47:36 +00:00
|
|
|
|
|
|
|
BL602 serial flasher
|
|
|
|
|
2022-02-06 03:05:03 +00:00
|
|
|
blflash is written in rust. It requires the latest environment of rust, which
|
|
|
|
you can get via running 'rustup update'. You can build blflash by running
|
|
|
|
'cargo build'.
|
|
|
|
|
2020-12-04 16:09:05 +00:00
|
|
|
Inspired by https://github.com/esp-rs/espflash, https://github.com/bouffalolab/BLOpenFlasher
|
2020-12-03 13:47:28 +00:00
|
|
|
|
|
|
|
ISP documentation: https://github.com/bouffalolab/bl_docs/tree/main/BL602_ISP
|
2020-12-04 09:29:28 +00:00
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
|
|
- [x] Flash protocol
|
2020-12-04 11:24:40 +00:00
|
|
|
- [x] Generate Partition bin
|
2020-12-04 14:58:14 +00:00
|
|
|
- [x] Generate boot info with compiled bin
|
2020-12-04 09:29:28 +00:00
|
|
|
- [ ] Generate dtb bin
|