Announcement
Collapse
No announcement yet.
MSx70 Flasher - Alpha
Collapse
X
-
I want to give a feedback on this flasher for MSV70 ECUs. Tried on my N52 engine with MSV70 ecu program version 921S software version 0GI1S HW reference 0049PP0 followed the first time use procedure but after i flash the RSA bypass with a full flash the ecu bricks itself reporting error DME Checksum
Update: Be careful when compiling the source I accidentally changed the encoding which resulted in partially different full read of the stock binary.Last edited by MsRaZoRR; 11-04-2023, 07:45 AM.
Comment
-
Originally posted by MsRaZoRR View PostI want to give a feedback on this flasher for MSV70 ECUs. Tried on my N52 engine with MSV70 ecu program version 921S software version 0GI1S HW reference 0049PP0 followed the first time use procedure but after i flash the RSA bypass with a full flash the ecu bricks itself reporting error DME Checksum
Update: Be careful when compiling the source accidentally changed the encoding which resulted in partially different full read of the stock binary.
Comment
-
Originally posted by Slideways View Post
Update is not completely clear. Did it mean to say - "Be careful when compiling the source. I accidentally changed the encoding which resulted in partially different full read of the stock binary" ?
- Likes 1
Comment
-
hello.
first of all, thank you so much for sharing this kind software for free. its simply impressive
Today, i tried to read from MSV70 but it doesnt work quite well, i think it just reads out junk data which is 41kb for full read.
the cable i use has latest ediabaslib from github which is working fine with MSS60 flasher, so my assumption is not the cable problem.
is there any solution for this problem? or do i missing something important to do?
terraAttached Files
Comment
-
I successfully done the full/tune read... based on the file sizes.
1. I already have tuned firmware, do I need an RSA patch? This was done using Kess.
2. If I successfully flashed my AT using my cable and xHP, does that mean my cable is good enough for DME flashing?
BTW maybe anyone has xdf for MSV70 (9PP82L)? 9PPL921S xdf not fits
Comment
-
Originally posted by MsRaZoRR View PostI want to give a feedback on this flasher for MSV70 ECUs. Tried on my N52 engine with MSV70 ecu program version 921S software version 0GI1S HW reference 0049PP0 followed the first time use procedure but after i flash the RSA bypass with a full flash the ecu bricks itself reporting error DME Checksum
Update: Be careful when compiling the source I accidentally changed the encoding which resulted in partially different full read of the stock binary.
Feedback. My initial RSA bypass attempt was unsuccessful. DME reported a write error at a certain address. After that I tried again and everything was going well until the signature verification step. So now I have DME in "Signaturprüfung PAF nicht durchgeführt / Signature check PAF not done" state.
I had tuned firmware, not factory. And, unfortunately, I can't restore the factory firmware with WinKFP, because SP-Daten doesn't include an update for my ecu 7559500.
Comment
-
Since the audience here is a bit more into ECUs, i think its a good thread to place this.
MSS70 seems to use the same MAF signal conversion as MSV70 which limits it to 1024kg/h. We came up with an untested solution for this.
This is the parts where the MAF ADC signal gets left shifted. If you nop this, its possible to measure 2048kg/h.
Therefor simply seach the file for "55 6B 0B FC 7D 8C 5B 96" and replace both occurances with "60 00 00 00 7D 8C 5B 96".
After doing that, edit "id_maf_tab" conversion to " X*0.03125 " and reenter the characteristics.
On another note, the standard MAF seems to be nerfed by BMW and could measure more than 1024kg/h.
I extrapolated that curve and came to something that could measure up to 1222kg/h.
If somebody wants to try that, let me know
- Likes 2
Comment
Comment