Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

X5 E70 ECU Status:5
26-04-2016, 23:47 PM,
Post: #1
X5 E70 ECU Status:5
Is there a way to reset the ECU state from 5 to 1 (normal). The transmission is not working and I am not able to re-flash that ECU. I tried with ISTA/P and WinKFP (both mode) without success ...

ADR / Gen. name / JobStatus / State / State text
18 / EGS / OKAY / 5 / Signaturprufung PAF nicht durchgefuhrt

Error message from ISTA/P

Global.VehicleCommunication.CoAPI.2086 - (CoAPI)- Signature check incorrect

Thanks

Also, can you tell me where the EGS module is located? Part number?
Quote this message in a reply
27-04-2016, 07:08 AM,
Post: #2
RE: X5 E70 ECU Status:5
To programming use ICOM, cheap d-can interfaces does not handle long signature sting.
EGS is located inside the gearbox.
Quote this message in a reply
27-04-2016, 15:07 PM,
Post: #3
RE: X5 E70 ECU Status:5
I am USB INPA K+DCAN Interface with ICOM emulator 4.9 from Beemerboy

I will start some research concerning Ediabas ToolSet 32. It looks like it has some reset functions for the GS19C (EGS modules).
Quote this message in a reply
28-04-2016, 14:21 PM,
Post: #4
RE: X5 E70 ECU Status:5
I played with Tool32 last night and found the "flash_programmier_status_lesen" command showing the ECU status = 5 (FLASH_PROGRAMMIER_STATUS=5)

But no luck finding a way to put the status at 1. The search continue....


======================================================================
apiJob("GS19C","flash_programmier_status_lesen","","")
Satz : 0
OBJECT = gs19c
SAETZE = 1
JOBNAME = flash_programmier_status_lesen
VARIANTE = GS19C
JOBSTATUS =
UBATTCURRENT = -1
UBATTHISTORY = -1
IGNITIONCURRENT = -1
IGNITIONHISTORY = -1
Satz : 1
JOB_STATUS = OKAY
FLASH_PROGRAMMIER_STATUS_TEXT = Signaturpruefung PAF nicht durchgefuehrt
FLASH_PROGRAMMIER_STATUS = 5 00 05 ..
_TEL_AUFTRAG = 5 Bytes
0000 : 82 18 F1 31 0A ?.ñ1.
_TEL_ANTWORT = 7 Bytes
0000 : 83 F1 18 71 0A 05 0C ?ñ.q...
Quote this message in a reply
28-04-2016, 16:05 PM,
Post: #5
XZBMW  RE: X5 E70 ECU Status:5
(28-04-2016, 14:21 PM)oups59 Wrote:  I played with Tool32 last night and found the "flash_programmier_status_lesen" command showing the ECU status = 5 (FLASH_PROGRAMMIER_STATUS=5)

But no luck finding a way to put the status at 1. The search continue....


======================================================================
apiJob("GS19C","flash_programmier_status_lesen","","")
Satz : 0
OBJECT = gs19c
SAETZE = 1
JOBNAME = flash_programmier_status_lesen
VARIANTE = GS19C
JOBSTATUS =
UBATTCURRENT = -1
UBATTHISTORY = -1
IGNITIONCURRENT = -1
IGNITIONHISTORY = -1
Satz : 1
JOB_STATUS = OKAY
FLASH_PROGRAMMIER_STATUS_TEXT = Signaturpruefung PAF nicht durchgefuehrt
FLASH_PROGRAMMIER_STATUS = 5 00 05 ..
_TEL_AUFTRAG = 5 Bytes
0000 : 82 18 F1 31 0A ?.ñ1.
_TEL_ANTWORT = 7 Bytes
0000 : 83 F1 18 71 0A 05 0C ?ñ.q...

Based on this snippet of PABD code:
Code:
[...]
//**********************************************************************
// Festlegung Programm-, Datenprogrammierung, Reihenfolge
//**********************************************************************

        if ( ProgrammUndDaten == TRUE )
        {
                if( SgStatus == 0x05 || // Signaturpruefung PAF nicht durchgefuehrt
                        SgStatus == 0x07 || // Programmprogrammiersitzung aktiv
                        SgStatus == 0x0A || // Programmreferenzeintrag fehlerhaft
                        SgStatus == 0x0B || // Referenzierungsfehler Hardware -> Programm
                        SgStatus == 0x0C )  // Programm nicht vollstaendig
                {
                        ProgTyp = 3;          // Programm + Daten
                        ProgOrder = 2;        // Programm zuerst
                }
[...]

You can try to fix this with WinKFP in expert mode. Flash the program data set first (*.0pa) followed by the data data set (*.0da). If expert mode succeeds, then you will likely have to re-flash the TCU in comfort mode.

If WinKFP expert mode doesn't work, you will need an ICOM interface and ISTA/P to resolve the issue.
Quote this message in a reply
28-04-2016, 21:49 PM,
Post: #6
RE: X5 E70 ECU Status:5
Actually I dont think it need expert mode. And highly recomenned not to Do anything with ecu anymore with winkfp without icom. There is still connection to Transmission so its possible to fix with icom. Found someone Who have it.

handshake If my post helped you hit the thanks and reputation button handshake
Quote this message in a reply
28-04-2016, 22:13 PM,
Post: #7
RE: X5 E70 ECU Status:5
I will try to get one (icom)
Quote this message in a reply
29-04-2016, 00:22 AM,
Post: #8
RE: X5 E70 ECU Status:5
I've seen enough guys brick ECUs with DCan cables; there's just too many variables that can go wrong with flashing modules this way. As others have said, use an icom seeing as you can still talk to the ecu.
Quote this message in a reply
08-05-2016, 14:50 PM,
Post: #9
RE: X5 E70 ECU Status:5
It worked with an Icom (A2) smile

But it is pretty slow. I only push at 32 Kbits/sec so it takes an eternity to flash.
Quote this message in a reply
08-05-2016, 17:58 PM,
Post: #10
RE: X5 E70 ECU Status:5
How to Syncronisation CAS/EGS e70 ? i have just swaped mechatronic but vehicle do not star
pls help me
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW ISTA D - identification possible, unable to get status of each module thedafeet 6 286 04-03-2024, 15:25 PM
Last Post: thedafeet
XZBMW CIC Status 12 hojo29 52 16,553 02-08-2023, 18:12 PM
Last Post: johann74270
XZBMW Solved ✔ BMW G31 sim card status "Emergency calls only" remcar 7 1,284 09-12-2022, 23:34 PM
Last Post: remcar
XZBMW Help! NBT Evo + ATM Retrofit GPS Status "Reserved" doni 3 951 24-09-2022, 13:20 PM
Last Post: nixte
XZBMW Solved ✔ E90 DSC module - prog status 12 after ISTA/P treatment jutny 8 2,128 10-10-2019, 06:39 AM
Last Post: that4chanhacker
XZBMW ISTA-P activation code status Edward1968 4 722 30-08-2019, 07:07 AM
Last Post: Edward1968
  NBT retrofit - GPS antenna in status "Reserved" emeka 3 1,833 28-11-2018, 15:46 PM
Last Post: jaramillo
  How to get the Battery Status of the RDC-Modules? M-Simon 3 644 01-10-2018, 16:49 PM
Last Post: M-Simon
  FSC Status cancelled Freddy1 12 2,296 31-07-2018, 09:29 AM
Last Post: georgia55
XZBMW CCC APP programing status 12 muskatas 3 1,576 27-02-2018, 21:41 PM
Last Post: PlayerP

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content