Gassan Idriss
Gassan Idriss
Thanks bro I appreciate it. This is definitely on my TODO. For now I added a bit more info in the README as well added a few examples in the...
You probably have some other software on your system that is connecting to the device first, for example ModemManager does this sometimes. The Sahara protocol sends the hello handshake to...
You need to send a valid device programmer image (https://github.com/openpst/assets/tree/master/programmers) for your device. If you have one already, when you load Sahara just browse and send it then finalize with...
If your device does not have secure boot enabled, you can use any programmer for your SoC. But if it has secure boot enabled you need to get a signed...
In my experience, command mode will return invalid command (as it did here) when the command is not supported. Since this value is read from QFPROM one time fuses, it...
Sahara is retarded sometimes. When it encounters an error, the session needs to be restarted or the device needs to be restarted. Sadly, I did not handle this in the...
You can use the sahara app to upload any programmer, streaming dload or firehose. However, there is no further support in this project for firehose so you would have to...
If you are in 9006 mode then you can use a tool like dd to just write the partitions that are corrupted. When plugged in, the EMMC should enumerate to...
If Sahara accept SBL1 image in EDL and reboots into memory debug after you send the done command that means that SBL1 was loaded and executed and some other issue...
Also as far as building QCDM, its broken AF right now. Feel free to contribute fixes to the build system - I will try to jump back into this project...