Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 732 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 732 Bytes

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.