diff --git a/blflash/README.md b/blflash/README.md new file mode 100644 index 0000000..5a2bd7b --- /dev/null +++ b/blflash/README.md @@ -0,0 +1,14 @@ +# 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 + +- [x] Flash protocol +- [x] Generate Partition bin +- [x] Generate boot info with compiled bin +- [ ] Generate dtb bin diff --git a/cargo-blflash/README.md b/cargo-blflash/README.md new file mode 100644 index 0000000..2ca6c4d --- /dev/null +++ b/cargo-blflash/README.md @@ -0,0 +1,3 @@ +# cargo-blflash + +Work in progress