sprdclient aims to be a simple and easy to use tool to interact with Spreadtrum / Unisoc BootROM and FDLs.
- Talk to the BootROM
- Read flash memory
- Write flash memory
- SC8541E
- SC9832E
- UMS512
git clone https://github.com/iscle/sprdclient
cd sprdclient
mkdir build
cd build
cmake ..
make
This project is licensed under the GPL-3.0 license - see the LICENSE file for details.
- TomKing062: Provided dumps of the BootROM for various chipsets.
- Ilya Kurdyukov: Created the original tool that this project is inspired on.