NefMoto

ECU Files => Original ECU Files => Topic started by: sweegie on January 08, 2013, 07:36:03 AM



Title: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: sweegie on January 08, 2013, 07:36:03 AM
As per title.

Some maps defined & still very much work in progress.
Zip contains Binary, KP, CSV and OLS files.


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AARDQ on January 08, 2013, 12:29:47 PM
As per title.

Some maps defined & still very much work in progress.
Zip contains Binary, KP, CSV and OLS files.

Fantastic.  I had found a few of those but got discouraged and turned my attention to a hardware solution for the mods I want to make (modifying current feedback to the control process to alter shift and TC parameters), but your work may help me get back on track with software mods.  What are you using?  IDA?  Mind sharing the parameters you use to set up?  I understand if not...


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: prj on January 08, 2013, 12:53:35 PM
You guys need to hook up an emu instead of the 29F800 in there...
Also I am unsure how checksumming works on this.


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: sweegie on January 09, 2013, 03:50:58 AM
More than happy to share everything, but unfortunately it's not much at this stage... Not even tried loading this into IDA yet unfortunately - really just started looking at the structure of the file and maps... If I get anywhere with IDA, i will of course let you know. An emulator would indeed work wonders here, but its not something I have access to unfortunately. I believe EVC have a checksum module available (OLS816) but this isn't something I have access to either.  :-\

@AARDQ - are you looking specifically at the RS6 gearbox?


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AARDQ on January 09, 2013, 10:13:09 AM
More than happy to share everything, but unfortunately it's not much at this stage... Not even tried loading this into IDA yet unfortunately - really just started looking at the structure of the file and maps... If I get anywhere with IDA, i will of course let you know. An emulator would indeed work wonders here, but its not something I have access to unfortunately. I believe EVC have a checksum module available (OLS816) but this isn't something I have access to either.  :-\

@AARDQ - are you looking specifically at the RS6 gearbox?

I, too, looked into emulators but given this is a one-off, and I may switch to an M6 if (when?) I blow up the Tip, I can't justify it at this point.

It seems like I'm getting OK results loading into IDA, and the programming actually seems fairly simple, but it looks like indirects are the name of the game, and I'm just not very good at this given it's my first foray into disassembly.  (I was wrong in the other thread about entry point and I will update it.  I may still be wrong, but what I wrote before definitely ain't it.)

My box is a run-of-the-mill 5HP19, not 24, and my TCU is an 4BO927156FE, but I'm hopeful that the programming is similar, if not identical. 

The table values (the one's I've looked at, anyway), seem to be final, whole numbers and not converted to avoid decimals as is the case w/ the ME7X.  It would be nice if ultimately true.  Like you, I don't have a clue as to what they mean yet, and that leads me to think that the PWM drivers may do more conversion.  Another big question I have is why I'm not seeing any TBL lookup instructions in the disassembly.  Direct table lookup is supposed to be a main reason for using a 6833X processor. 


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: sweegie on January 10, 2013, 03:25:31 PM
Sounds like you're well ahead of me at the moment on the disassembly - if you'd be willing to share your settings, I'll have a look also. It's been a while since I worked in IDA though, but the rust may come off after a while.



Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AARDQ on January 10, 2013, 04:12:41 PM
Sounds like you're well ahead of me at the moment on the disassembly - if you'd be willing to share your settings, I'll have a look also. It's been a while since I worked in IDA though, but the rust may come off after a while.



No real idea if this is ultimately right!

processor either 68K (loads all instructions in the family) or 68330

check analysis options checkbox (there's a dialogue box pop-up; I think it's at this step)

Just ROM, default values (could be a problem!)
press 'd' for 'Data' x3 at address 0000h
'd' for Data x3 at address 0004h, points to 00412h

From Tool bar, Options, General, Analysis, Kernel 1 Options, check box Make Final Analysis Pass

Reanalyze Program

Does what seems to be a fairly complete job but gets tripped up in places, not unexpected given the nature of disassembly.




Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: k0mpresd on January 10, 2013, 04:26:24 PM
this is fantastic except i just wish the maps had names.  :D


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: ddillenger on January 11, 2013, 12:39:27 AM
Wonder where one could procure this.

http://www.amazon.de/Elektronische-Getriebesteuerung-EGS-Getriebeausf%C3%BChrungen-Steuerger%C3%A4teentwicklung/dp/3865220266 (http://www.amazon.de/Elektronische-Getriebesteuerung-EGS-Getriebeausf%C3%BChrungen-Steuerger%C3%A4teentwicklung/dp/3865220266)


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: sweegie on January 13, 2013, 07:36:03 AM
1 step forward 2 steps back...

itSh! My original file was byteswapped - no wonder IDA had issues trying to analyze it. I was beginning to think Bosch had used a little endian processor for my file, as nothing made sense with the Motorola settings. Decompiled nicely with your settings Aardq & looks very similar in structure to the file posted by K0mpresd.

Does anyone know if the ECU and TCU communicate via CAN? If so, i have some CAN tools that may be of use to capture what the TCU is transmitting. Maybe this would be a start at tracing things back to the code subroutines.

this is fantastic except i just wish the maps had names.  :D

0x604AA (8x10) = Mavis
0x6523A (6x4) = Charlie

Still looking for "%PWM Drive to solenoid A" though :D


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AARDQ on January 13, 2013, 11:37:45 AM
Yes, they do communicate via CAN, both directions.  Load, throttle angle, kickdown switch, brake, velocity, etc. are all transmitted over CAN.  Very little info to the TCU comes directly from sensors (turbine speed, output speed, fluid temp, shifter position are about all, I think). Torque reduction requests are sent the other way, TCU to ECU.  The 68376 has a built-in CAN module (TouCan is the Motorola/Freescale trade name).





Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AudiMan85 on January 29, 2013, 02:27:14 AM
So it is not possible to flash the RS6 tcu to a A6 2.7t and would there be any benefit from this?


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AARDQ on February 02, 2013, 11:59:27 AM
So it is not possible to flash the RS6 tcu to a A6 2.7t and would there be any benefit from this?

This is uncharted territory as far as I can tell.


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AARDQ on February 02, 2013, 06:46:33 PM
For fun I played with the current signals by changing resistance of the shunts.  My particular issue was a torque converter that occasionally would throw the P0741 code (it's new so probably isn't faulty).  I decreased the resistance from 1 ohm to .8 ohms.  (The EDS valves run stock at up to 67% duty cycle so I feel comfortable upping to 75% or so.)  The controller therefore thinks it's working at less current than it actually is.

I also took line pressure up 20% by increasing the resistance for EDS 1 (EDS 1 is reverse-acting; lower current is more pressure.)  20% is probably a bit too much, 4-3 downshift as when slowing to a stop is a bit clunky.  I'll probably drop it back 10 +10%.

I really want to do this in code someday...

(http://i1176.photobucket.com/albums/x330/dakota70440/11ed69bc-19a3-428e-b4a7-f250489553dc_zps692471c0.jpg)

Getting too far afield for this forum category.  Starting a new thread in Reverse Engineering.


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AARDQ on February 06, 2013, 08:11:08 PM
Wonder where one could procure this.

http://www.amazon.de/Elektronische-Getriebesteuerung-EGS-Getriebeausf%C3%BChrungen-Steuerger%C3%A4teentwicklung/dp/3865220266 (http://www.amazon.de/Elektronische-Getriebesteuerung-EGS-Getriebeausf%C3%BChrungen-Steuerger%C3%A4teentwicklung/dp/3865220266)

There's one available at present.  I've contacted the seller to see if they can ship to the USA (my address wouldn't take) but if someone over on that side of the pond wants to go for it, I won't be devastated.


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: ddillenger on February 06, 2013, 08:16:42 PM
I'd chip in on it, but I'm in the US as well. It was sold out last I checked.


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AARDQ on February 06, 2013, 08:30:41 PM
I'd chip in on it, but I'm in the US as well. It was sold out last I checked.

There's a used one available now.  Started the checkout process but it wouldn't take my address..


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: ddillenger on February 06, 2013, 08:36:12 PM
I'm sure SOMEONE here would be willing to accept delivery and mail it to the US.


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AARDQ on February 07, 2013, 09:19:39 AM
I'm sure SOMEONE here would be willing to accept delivery and mail it to the US.

Yeah, I'm not having any luck.  Anyone?  PM me -- instant payment up front by PayPal including estimated shipping to the USA plus something for your trouble...


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: Acki on February 07, 2013, 01:30:53 PM
I'm from germany. When you need help with shipping issues.


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: AARDQ on February 07, 2013, 03:46:16 PM
Sent you a PM, and thanks!


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: MyTunes on October 07, 2013, 08:03:17 AM
Sent you a PM, and thanks!

Any progress with this?

I have two tuned RS6 files that we could use to compare with the stock file from the first post.
I have the 5hp24 but in a different animal the S8. But i'd imagine that the file structure would be similar since it is essentially the same trans as the RS6 just not as beefed up and without the special bellhousing.


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: majarovv on March 20, 2015, 12:31:31 AM
Hey there!
I have the same control unit tiptronic, really want to make the switch to speed quickly ... Can someone sell tip chip?
https://www.youtube.com/watch?v=R_AtRioAkNc   This video  RS6 0-160km for 7s, my rs6 rides 10s 0-160  :-[
People on the forums write that there are firmware from MTM, a GRIZZ, GIAC, and other ...



Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: sweegie on April 17, 2015, 04:27:23 AM
Greetings, I have the MTM chip in my RS6. It's supplied directly on an EEPROM and needs to be soldered in. Is this something you can tackle?


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: mag356 on January 10, 2016, 08:01:22 AM
Any progress with this?

I have two tuned RS6 files that we could use to compare with the stock file from the first post.
I have the 5hp24 but in a different animal the S8. But i'd imagine that the file structure would be similar since it is essentially the same trans as the RS6 just not as beefed up and without the special bellhousing.

Hi there.

Just to push up this topic. Is there any progress?

I'm also interested in improving my RS6 TCU. Actually, I have finished the build in of transmission and engine after getting back the transmission from a complete overhaul. Before, I drove it with some self made ECU improvements and quite a bit more of torque and power. ;) But this lead, beside the mileage of 150.000km, to a worn clutch. Without changes on clutch control calibration, I don't want to drive it with more than stock power, anymore.

Maybe, I can help in comparing datasets (stock <-> tuned), try to get some more information about TCU logic (even in German) and testing.
It would be interesting for me, if it's possible to flash by wire without desoldering and so on.

Just some words to myself:
I'm doing this just for myself for hobby, not to sell something and make money out of it. If I can help someone, just ask.

My vehicle:
RS6 almost stock with spare cloned ECU and TCU for testing and keeping original ones untouched. Being alble to do flashing by OBD or Galep 5 Programmer.

Thanks a lot for this valueable forum, which gave me a lot of input so far. Hope, to be able to give something back.

Best Regards. :)


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: ddillenger on January 10, 2016, 12:36:04 PM
Welcome.

Check this thread out!

http://nefariousmotorsports.com/forum/index.php?topic=453.195;topicseen


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: mag356 on January 11, 2016, 04:55:54 PM
Welcome.

Check this thread out!

http://nefariousmotorsports.com/forum/index.php?topic=453.195;topicseen

Thank you for the warm welcome and the interesting link. :)


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: f-schlauch on July 15, 2018, 01:47:58 AM
5.5 years later.. still no progress on this? I did ask hoppen about the tcu chip - no reaction


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: MyTunes on July 23, 2018, 07:27:59 PM
Lets see what we can get going back on this for Daz.

Here are are couple of C5 RS6 files that will be my contribution to this, and hopefully are duplicates of anything else...

I do believe that one is an already tuned file :)


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: f-schlauch on July 27, 2018, 12:24:46 PM
pt.I
Code:
zf_gang_best: "Gangbestimmung "
zf_gang_best: Automatic gear determination "Gangbestimmung "
zf_gang_best: Gear determination "Gangbestimmung "
zf_hydraulik: "Druck ausserhalb von Schaltungen  "
zf_sas_edsz_42S: " Schaltablauf zusaetzlicher Druckregler SR 4 -> 2 "
zf_sas_edsz_42Z: " Schaltablauf zusaetzlicher Druckregler ZR 4 -> 2 "
zf_sas_edsz_45Z: " Schaltablauf zusaetzlicher Druckregler ZH 4 -> 5 "
zf_sas_glo: General shifting sequence data " Schaltablauf allgemeine Daten  "
zf_sas_glo: Shifting sequence, general data " Schaltablauf allgemeine Daten  "
zf_sas_glo_11MS: " Schaltablauf allgemeine Daten SR 1 -> 1M "
zf_sas_glo_12S: " Schaltablauf allgemeine Daten SH 1 -> 2 "
zf_sas_glo_12Z: " Schaltablauf allgemeine Daten ZH 1 -> 2 "
zf_sas_glo_1M2S: " Schaltablauf allgemeine Daten SH 1M -> 2 "
zf_sas_glo_1M2Z: " Schaltablauf allgemeine Daten ZH 1M -> 2 "
zf_sas_glo_21MS: " Schaltablauf allgemeine Daten SR 2 -> 1M "
zf_sas_glo_21MZ: " Schaltablauf allgemeine Daten ZR 2 -> 1M "
zf_sas_glo_21S: " Schaltablauf allgemeine Daten SR 2 -> 1 "
zf_sas_glo_21Z: " Schaltablauf allgemeine Daten ZR 2 -> 1 "
zf_sas_glo_23S: " Schaltablauf allgemeine Daten SH 2 -> 3 "
zf_sas_glo_23Z: " Schaltablauf allgemeine Daten ZH 2 -> 3 "
zf_sas_glo_31S: " Schaltablauf allgemeine Daten SR 3 -> 1 "
zf_sas_glo_31Z: " Schaltablauf allgemeine Daten ZR 3 -> 1 "
zf_sas_glo_32S: " Schaltablauf allgemeine Daten SR 3 -> 2 "
zf_sas_glo_32Z: " Schaltablauf allgemeine Daten ZR 3 -> 2 "
zf_sas_glo_34S: " Schaltablauf allgemeine Daten SH 3 -> 4 "
zf_sas_glo_34Z: " Schaltablauf allgemeine Daten ZH 3 -> 4 "
zf_sas_glo_42S: " Schaltablauf allgemeine Daten SR 4 -> 2 "
zf_sas_glo_42Z: " Schaltablauf allgemeine Daten ZR 4 -> 2 "
zf_sas_glo_43S: " Schaltablauf allgemeine Daten SR 4 -> 3 "
zf_sas_glo_43Z: " Schaltablauf allgemeine Daten ZR 4 -> 3 "
zf_sas_glo_45S: " Schaltablauf allgemeine Daten SH 4 -> 5 "
zf_sas_glo_45Z: " Schaltablauf allgemeine Daten ZH 4 -> 5 "
zf_sas_glo_53S: " Schaltablauf allgemeine Daten SR 5 -> 3 "
zf_sas_glo_53Z: " Schaltablauf allgemeine Daten ZR 5 -> 3 "
zf_sas_glo_54S: " Schaltablauf allgemeine Daten SR 5 -> 4 "
zf_sas_glo_54Z: " Schaltablauf allgemeine Daten ZR 5 -> 4 "
zf_sas_gls: " Schaltablauf geregelte Lastschaltung  "
zf_sas_gls_11MS: " Schaltablauf geregelte Lastschaltung SR 1 -> 1M "
zf_sas_gls_12Z: " Schaltablauf geregelte Lastschaltung ZH 1 -> 2 "
zf_sas_gls_1M2Z: " Schaltablauf geregelte Lastschaltung ZH 1M -> 2 "
zf_sas_gls_21MS: " Schaltablauf geregelte Lastschaltung SR 2 -> 1M "
zf_sas_gls_21MZ: " Schaltablauf geregelte Lastschaltung ZR 2 -> 1M "
zf_sas_gls_21Z: " Schaltablauf geregelte Lastschaltung ZR 2 -> 1 "
zf_sas_gls_23Z: " Schaltablauf geregelte Lastschaltung ZH 2 -> 3 "
zf_sas_gls_31S: " Schaltablauf geregelte Lastschaltung SR 3 -> 1 "
zf_sas_gls_31Z: " Schaltablauf geregelte Lastschaltung ZR 3 -> 1 "
zf_sas_gls_32S: " Schaltablauf geregelte Lastschaltung SR 3 -> 2 "
zf_sas_gls_32Z: " Schaltablauf geregelte Lastschaltung ZR 3 -> 2 "
zf_sas_gls_34Z: " Schaltablauf geregelte Lastschaltung ZH 3 -> 4 "
zf_sas_gls_42S: " Schaltablauf geregelte Lastschaltung SR 4 -> 2 "
zf_sas_gls_42Z: " Schaltablauf geregelte Lastschaltung ZR 4 -> 2 "
zf_sas_gls_43S: " Schaltablauf geregelte Lastschaltung SR 4 -> 3 "
zf_sas_gls_43Z: " Schaltablauf geregelte Lastschaltung ZR 4 -> 3 "
zf_sas_gls_45Z: " Schaltablauf geregelte Lastschaltung ZH 4 -> 5 "
zf_sas_gls_53S: " Schaltablauf geregelte Lastschaltung SR 5 -> 3 "
zf_sas_gls_53Z: " Schaltablauf geregelte Lastschaltung ZR 5 -> 3 "
zf_sas_gls_54S: " Schaltablauf geregelte Lastschaltung SR 5 -> 4 "
zf_sas_gls_54Z: " Schaltablauf geregelte Lastschaltung ZR 5 -> 4 "
zf_sas_kab: " Schaltablauf abschaltende Kupplung  "
zf_sas_kab_11MS: " Schaltablauf abschaltende Kupplung SR 1 -> 1M "
zf_sas_kab_1M2S: " Schaltablauf abschaltende Kupplung SH 1M -> 2 "
zf_sas_kab_1M2Z: " Schaltablauf abschaltende Kupplung ZH 1M -> 2 "
zf_sas_kab_21MS: " Schaltablauf abschaltende Kupplung SR 2 -> 1M "
zf_sas_kab_21MZ: " Schaltablauf abschaltende Kupplung ZR 2 -> 1M "
zf_sas_kab_21S: " Schaltablauf abschaltende Kupplung SR 2 -> 1 "
zf_sas_kab_21Z: " Schaltablauf abschaltende Kupplung ZR 2 -> 1 "
zf_sas_kab_23S: " Schaltablauf abschaltende Kupplung SH 2 -> 3 "
zf_sas_kab_23Z: " Schaltablauf abschaltende Kupplung ZH 2 -> 3 "
zf_sas_kab_31S: " Schaltablauf abschaltende Kupplung SR 3 -> 1 "
zf_sas_kab_31Z: " Schaltablauf abschaltende Kupplung ZR 3 -> 1 "
zf_sas_kab_32S: " Schaltablauf abschaltende Kupplung SR 3 -> 2 "
zf_sas_kab_32Z: " Schaltablauf abschaltende Kupplung ZR 3 -> 2 "
zf_sas_kab_34S: " Schaltablauf abschaltende Kupplung SH 3 -> 4 "
zf_sas_kab_34Z: " Schaltablauf abschaltende Kupplung ZH 3 -> 4 "
zf_sas_kab_42S: " Schaltablauf abschaltende Kupplung SR 4 -> 2 "
zf_sas_kab_42Z: " Schaltablauf abschaltende Kupplung ZR 4 -> 2 "
zf_sas_kab_43S: " Schaltablauf abschaltende Kupplung SR 4 -> 3 "
zf_sas_kab_43Z: " Schaltablauf abschaltende Kupplung ZR 4 -> 3 "
zf_sas_kab_53S: " Schaltablauf abschaltende Kupplung SR 5 -> 3 "
zf_sas_kab_53Z: " Schaltablauf abschaltende Kupplung ZR 5 -> 3 "
zf_sas_kab_54S: " Schaltablauf abschaltende Kupplung SR 5 -> 4 "
zf_sas_kab_54Z: " Schaltablauf abschaltende Kupplung ZR 5 -> 4 "


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: f-schlauch on July 27, 2018, 12:26:03 PM
pt.II
Code:
zf_sas_kzu: " Schaltablauf zuschaltende Kupplung  "
zf_sas_kzu_11MS: " Schaltablauf zuschaltende Kupplung SR 1 -> 1M "
zf_sas_kzu_12S: " Schaltablauf zuschaltende Kupplung SH 1 -> 2 "
zf_sas_kzu_12Z: " Schaltablauf zuschaltende Kupplung ZH 1 -> 2 "
zf_sas_kzu_1M2S: " Schaltablauf zuschaltende Kupplung SH 1M -> 2 "
zf_sas_kzu_1M2Z: " Schaltablauf zuschaltende Kupplung ZH 1M -> 2 "
zf_sas_kzu_21MS: " Schaltablauf zuschaltende Kupplung SR 2 -> 1M "
zf_sas_kzu_21MZ: " Schaltablauf zuschaltende Kupplung ZR 2 -> 1M "
zf_sas_kzu_23S: " Schaltablauf zuschaltende Kupplung SH 2 -> 3 "
zf_sas_kzu_23Z: " Schaltablauf zuschaltende Kupplung ZH 2 -> 3 "
zf_sas_kzu_31S: " Schaltablauf zuschaltende Kupplung SR 3 -> 1 "
zf_sas_kzu_31Z: " Schaltablauf zuschaltende Kupplung ZR 3 -> 1 "
zf_sas_kzu_32S: " Schaltablauf zuschaltende Kupplung SR 3 -> 2 "
zf_sas_kzu_32Z: " Schaltablauf zuschaltende Kupplung ZR 3 -> 2 "
zf_sas_kzu_34S: " Schaltablauf zuschaltende Kupplung SH 3 -> 4 "
zf_sas_kzu_34Z: " Schaltablauf zuschaltende Kupplung ZH 3 -> 4 "
zf_sas_kzu_42S: " Schaltablauf zuschaltende Kupplung SR 4 -> 2 "
zf_sas_kzu_42Z: " Schaltablauf zuschaltende Kupplung ZR 4 -> 2 "
zf_sas_kzu_43S: " Schaltablauf zuschaltende Kupplung SR 4 -> 3 "
zf_sas_kzu_43Z: " Schaltablauf zuschaltende Kupplung ZR 4 -> 3 "
zf_sas_kzu_45S: " Schaltablauf zuschaltende Kupplung SH 4 -> 5 "
zf_sas_kzu_45Z: " Schaltablauf zuschaltende Kupplung ZH 4 -> 5 "
zf_sas_kzu_53S: " Schaltablauf zuschaltende Kupplung SR 5 -> 3 "
zf_sas_kzu_53Z: " Schaltablauf zuschaltende Kupplung ZR 5 -> 3 "
zf_sas_kzu_54S: " Schaltablauf zuschaltende Kupplung SR 5 -> 4 "
zf_sas_kzu_54Z: " Schaltablauf zuschaltende Kupplung ZR 5 -> 4 "
zf_sas_me: " Schaltablauf Motoreingriff  "
zf_sas_me_12Z: " Schaltablauf Motoreingriff ZH 1 -> 2 "
zf_sas_me_1M2Z: " Schaltablauf Motoreingriff ZH 1M -> 2 "
zf_sas_me_21MZ: " Schaltablauf Motoreingriff ZR 2 -> 1M "
zf_sas_me_21Z: " Schaltablauf Motoreingriff ZR 2 -> 1 "
zf_sas_me_23Z: " Schaltablauf Motoreingriff ZH 2 -> 3 "
zf_sas_me_31Z: " Schaltablauf Motoreingriff ZR 3 -> 1 "
zf_sas_me_32Z: " Schaltablauf Motoreingriff ZR 3 -> 2 "
zf_sas_me_34Z: " Schaltablauf Motoreingriff ZH 3 -> 4 "
zf_sas_me_42Z: " Schaltablauf Motoreingriff ZR 4 -> 2 "
zf_sas_me_43Z: " Schaltablauf Motoreingriff ZR 4 -> 3 "
zf_sas_me_45Z: " Schaltablauf Motoreingriff ZH 4 -> 5 "
zf_sas_me_53Z: " Schaltablauf Motoreingriff ZR 5 -> 3 "
zf_sas_me_54Z: " Schaltablauf Motoreingriff ZR 5 -> 4 "
zf_sas_mv: " Schaltablauf Magnetventile  "
zf_sas_mv_11MS: " Schaltablauf Magnetventile SR 1 -> 1M "
zf_sas_mv_12S: " Schaltablauf Magnetventile SH 1 -> 2 "
zf_sas_mv_12Z: " Schaltablauf Magnetventile ZH 1 -> 2 "
zf_sas_mv_1M2S: " Schaltablauf Magnetventile SH 1M -> 2 "
zf_sas_mv_1M2Z: " Schaltablauf Magnetventile ZH 1M -> 2 "
zf_sas_mv_21MS: " Schaltablauf Magnetventile SR 2 -> 1M "
zf_sas_mv_21MZ: " Schaltablauf Magnetventile ZR 2 -> 1M "
zf_sas_mv_21S: " Schaltablauf Magnetventile SR 2 -> 1 "
zf_sas_mv_21Z: " Schaltablauf Magnetventile ZR 2 -> 1 "
zf_sas_mv_23S: " Schaltablauf Magnetventile SH 2 -> 3 "
zf_sas_mv_23Z: " Schaltablauf Magnetventile ZH 2 -> 3 "
zf_sas_mv_31S: " Schaltablauf Magnetventile SR 3 -> 1 "
zf_sas_mv_31Z: " Schaltablauf Magnetventile ZR 3 -> 1 "
zf_sas_mv_32S: " Schaltablauf Magnetventile SR 3 -> 2 "
zf_sas_mv_32Z: " Schaltablauf Magnetventile ZR 3 -> 2 "
zf_sas_mv_34S: " Schaltablauf Magnetventile SH 3 -> 4 "
zf_sas_mv_34Z: " Schaltablauf Magnetventile ZH 3 -> 4 "
zf_sas_mv_42S: " Schaltablauf Magnetventile SR 4 -> 2 "
zf_sas_mv_42Z: " Schaltablauf Magnetventile ZR 4 -> 2 "
zf_sas_mv_43S: " Schaltablauf Magnetventile SR 4 -> 3 "
zf_sas_mv_43Z: " Schaltablauf Magnetventile ZR 4 -> 3 "
zf_sas_mv_45S: " Schaltablauf Magnetventile SH 4 -> 5 "
zf_sas_mv_45Z: " Schaltablauf Magnetventile ZH 4 -> 5 "
zf_sas_mv_53S: " Schaltablauf Magnetventile SR 5 -> 3 "
zf_sas_mv_53Z: " Schaltablauf Magnetventile ZR 5 -> 3 "
zf_sas_mv_54S: " Schaltablauf Magnetventile SR 5 -> 4 "
zf_sas_mv_54Z: " Schaltablauf Magnetventile ZR 5 -> 4 "
zf_sas_pmod_11MS: " Schaltablauf Systemdruck SR 1 -> 1M "
zf_sas_pmod_11MS: Shifting sequence system pressure SR 1 - > 1M " Schaltablauf Systemdruck SR 1 -> 1M "
zf_sas_pmod_12S: " Schaltablauf Systemdruck SH 1 -> 2 "
zf_sas_pmod_12Z: " Schaltablauf Systemdruck ZH 1 -> 2 "
zf_sas_pmod_1M2S: " Schaltablauf Systemdruck SH 1M -> 2 "
zf_sas_pmod_1M2Z: " Schaltablauf Systemdruck ZH 1M -> 2 "
zf_sas_pmod_21MS: " Schaltablauf Systemdruck SR 2 -> 1M "
zf_sas_pmod_21MZ: " Schaltablauf Systemdruck ZR 2 -> 1M "
zf_sas_pmod_21S: " Schaltablauf Systemdruck SR 2 -> 1 "
zf_sas_pmod_21Z: " Schaltablauf Systemdruck ZR 2 -> 1 "
zf_sas_pmod_23S: " Schaltablauf Systemdruck SH 2 -> 3 "
zf_sas_pmod_23Z: " Schaltablauf Systemdruck ZH 2 -> 3 "
zf_sas_pmod_31S: " Schaltablauf Systemdruck SR 3 -> 1 "
zf_sas_pmod_31Z: " Schaltablauf Systemdruck ZR 3 -> 1 "
zf_sas_pmod_32S: " Schaltablauf Systemdruck SR 3 -> 2 "
zf_sas_pmod_32Z: " Schaltablauf Systemdruck ZR 3 -> 2 "
zf_sas_pmod_34S: " Schaltablauf Systemdruck SH 3 -> 4 "
zf_sas_pmod_34Z: " Schaltablauf Systemdruck ZH 3 -> 4 "
zf_sas_pmod_42S: " Schaltablauf Systemdruck SR 4 -> 2 "
zf_sas_pmod_42Z: " Schaltablauf Systemdruck ZR 4 -> 2 "
zf_sas_pmod_43S: " Schaltablauf Systemdruck SR 4 -> 3 "
zf_sas_pmod_43Z: " Schaltablauf Systemdruck ZR 4 -> 3 "
zf_sas_pmod_45S: " Schaltablauf Systemdruck SH 4 -> 5 "
zf_sas_pmod_45Z: " Schaltablauf Systemdruck ZH 4 -> 5 "
zf_sas_pmod_53S: " Schaltablauf Systemdruck SR 5 -> 3 "
zf_sas_pmod_53Z: " Schaltablauf Systemdruck ZR 5 -> 3 "
zf_sas_pmod_54S: " Schaltablauf Systemdruck SR 5 -> 4 "
zf_sas_pmod_54Z: " Schaltablauf Systemdruck ZR 5 -> 4 "

does anyone have access to the latest WinOLS version (>4.04)?

pls PM me


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: f-schlauch on August 22, 2018, 01:02:23 AM
GS8.61.16 CROSS REFERENCE
----------------------------

̶4̶̶b̶̶0̶̶ ̶̶9̶̶2̶̶7̶̶1̶̶5̶̶6̶̶ ̶̶f̶̶l̶   ̶r̶̶s̶̶6̶̶ ̶̶u̶̶s̶̶a̶
̶4̶̶b̶̶0̶̶ ̶̶9̶̶2̶̶7̶̶1̶̶5̶̶6̶̶ ̶̶f̶̶b̶   ̶r̶̶s̶̶6̶̶ ̶̶r̶̶d̶̶w̶

̶4̶̶b̶̶0̶̶ ̶̶9̶̶2̶̶7̶̶1̶̶5̶̶6̶̶ ̶̶c̶̶t̶   ̶a̶̶6̶
̶4̶̶b̶̶0̶̶ ̶̶9̶̶2̶̶7̶̶1̶̶5̶̶6̶̶ ̶̶f̶̶g̶   ̶a̶̶6̶

̶4̶̶d̶̶0̶̶ ̶̶9̶̶2̶̶7̶̶1̶̶5̶̶6̶̶ ̶̶d̶̶l̶   ̶a̶̶8̶
̶4̶̶d̶̶0̶̶ ̶̶9̶̶2̶̶7̶̶1̶̶5̶̶6̶̶ ̶̶d̶̶f̶   ̶a̶̶8̶
̶4̶̶d̶̶0̶̶ ̶̶9̶̶2̶̶7̶̶1̶̶5̶̶6̶̶ ̶̶e̶̶c̶   ̶a̶̶8̶
̶4̶̶d̶̶0̶̶ ̶̶9̶̶2̶̶7̶̶1̶̶5̶̶6̶̶ ̶̶e̶̶j̶   ̶a̶̶8̶
̶4̶̶d̶̶0̶̶ ̶̶9̶̶2̶̶7̶̶1̶̶5̶̶6̶̶ ̶̶e̶̶l̶   ̶a̶̶8̶

edit: doesn't work, different bootloaders


handy byteswapper attached
word count 2 already set

batch content:
byteswap in.bin out.bin -w 2
pause


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: f-schlauch on September 25, 2018, 07:04:30 AM
does someone have stock dump from 4B0927156FL?


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: f-schlauch on October 10, 2018, 12:48:45 PM
does someone have stock dump from 4B0927156FL?
still looking for this


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: player on January 24, 2019, 08:33:39 PM
does someone also have eeprom for 4B0927156FB ?

thx


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: vdubnation on January 24, 2019, 08:58:45 PM
I have the e2p and flash dumps for all these


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: f-schlauch on March 06, 2019, 11:39:56 AM
I have the e2p and flash dumps for all these

for 4B0927156FL as well? can you please post the flash dump


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: player on March 25, 2019, 07:56:18 PM
I have the e2p and flash dumps for all these

can u help me with e2p?
thx


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: vwaudiguy on March 25, 2019, 08:23:56 PM
can u help me with e2p?
thx

Please let us know if he gets back to you.


Title: Re: RS6 C5 Gearbox TCU 4B0927156FB 0260002849
Post by: player on April 25, 2019, 03:47:28 PM
no..he doesnt reply..