Closed evlo closed 1 year ago
ComSwireReader825x.py - does not have a "wr" parameter
It is same with the writer, but then i'm missing the --File parameter
TLSR825xComFlasher.py is exactly like described
it did work even without the reset pin - just the 3 wires connected adapter used is CP2102
No issue other than me actually reading readme
If I try to start program like this
..\python ComSwireReader825x.py --port COM6 wf 0 Original_OTA_Xiaomi_MHO_C401_v1.0.0_0010.bin
on windows, I do getComSwireReader: error: unrecognized arguments: wf 0 Original_OTA_Xiaomi_MHO_C401_v1.0.0_0010.bin
even
..\python ComSwireReader825x.py --port COM6 -d wf
does not get recognized as operationEven the help does skip over sub parsers?!
what am I doing wrong?;
I have tried command line instead of powershell and it is the same
I tried on linux and it is the same, feels like I'm missing some stupid thing