iscle / sprdclient

A friendly Spreadtrum / Unisoc flashing tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sprdclient

sprdclient aims to be a simple and easy to use tool to interact with Spreadtrum / Unisoc BootROM and FDLs.

Goals

  • Talk to the BootROM
  • Read flash memory
  • Write flash memory

Supported chipsets

  • SC8541E
  • SC9832E
  • UMS512

Build

Linux

git clone https://github.com/iscle/sprdclient
cd sprdclient
mkdir build
cd build
cmake ..
make

License

This project is licensed under the GPL-3.0 license - see the LICENSE file for details.

Acknowledgments

  • TomKing062: Provided dumps of the BootROM for various chipsets.
  • Ilya Kurdyukov: Created the original tool that this project is inspired on.

About

A friendly Spreadtrum / Unisoc flashing tool.

License:GNU General Public License v3.0


Languages

Language:C 99.3%Language:CMake 0.7%