/sprdclient

A friendly Spreadtrum / Unisoc flashing tool.

Primary LanguageCGNU General Public License v3.0GPL-3.0

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.