libretiny-eu/ltchiptool
GitHub: libretiny-eu/ltchiptool
面向 BK7231、RTL8710B 等多款 IoT 芯片的通用 GUI 固件刷写与 Flash 转储工具,同时提供 CLI 和 Python API 用于二进制固件操作。
Stars: 207 | Forks: 17
# ltchiptool
通用、易用的 GUI 刷写/转储工具,适用于 BK7231、LN882H、RTL8710B 和 RTL8720C。还包含一些用于操作二进制固件的 CLI 工具。
[](https://github.com/psf/black)
[](https://pypi.org/project/ltchiptool/)
[](https://github.com/libretiny-eu/ltchiptool/releases/latest)

## 这是什么?
这个仓库是一个工具集合,用于 [LibreTiny 项目](https://github.com/kuba2k2/libretiny)中执行一些特定于芯片的任务,例如打包二进制镜像或向芯片上传固件。
自 v2.0.0 起,它包含一个通用的、与芯片无关的 CLI 和 API,用于在下载模式下与受支持的芯片进行交互(读/写 flash)。
自 v3.0.0 起,它包含一个对新手友好的 GUI,用于刷写固件或转储 flash 内容。
# 用法/文档
## [在此查看](https://docs.libretiny.eu/docs/flashing/tools/ltchiptool/)
## 许可证
```
MIT License
Copyright (c) 2022 Kuba Szczodrzyński
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
标签:GUI工具, 固件刷写, 嵌入式开发, 文档结构分析, 物联网, 硬件工具, 逆向工具