View Single Post
      01-15-2018, 10:06 AM   #32
Sensible_
Colonel
529
Rep
2,503
Posts

Drives: 2008 E90
Join Date: Feb 2012
Location: London

iTrader: (1)

Quote:
Originally Posted by yeukfung View Post
Quote:
Originally Posted by 808AWD325xi View Post
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
                }
[...]
It looks to me like you should be able to reprogram the control units with WinKFP expert mode. The program data set first (*.0pa), followed by the data data set (*.0da).

The modules are in boot mode, do not attempt a boot sector update.

The TCU will need to be reprogrammed with an ICOM A2+B+C.

Hi 808AWD325xi,

Thanks for your insight, and your post helps me out a lot on the car coding and general knowledge.

Recently I have purchased a used CCC from ebay as my old one is out of order, and flashed using winkfp to update the VIN with K+CAN cable, the first attempt is successfully and reported programming okay, but it stucked in BMW logo mode, so I found this post talking the correct order, which I have tried, and now my CCC got the Flash Programming Status 8. I would like to know how can I decode the ipo file? or is that doable if my Sgstaus == 8?


With this issue, I have already purchased ICOM A1/A2, with the MOST head, and I have tried loaded the ISTA/P, but it shows logistic error KMM1027 during the measure plan calculation (I have recently modified my car's VO by removing the options NATIONAL JAPAN VERSION, but my car got a JNAV module listed in inpa, not sure if it is somehow ISTA/P said it's uncompatible?)


Then I am going to perform the with winkfp with following attempt, do you think it looks okay?

edit EDIABAS.ini, connect using REMOTE:MOST_ASYNC,

with expert mode
flash 63(naab, program, data), then flash 62(naab, program, data)

then comfort mode:
CCA60



any advice and helps is really appreciated :-)

Thanks a lot
For CCC flash in this order:

1 -CC6260 <-- Most/gateway obd_625
2 -CC3F60 <-- Audio most_async
3 -CC4760 <-- tune most_async
4 -CC6360 <-- Host most async
5 -CCA060 <--Application most asyn_ab_625

Also try running the job in tool32:

set_swl_end

Also, double check your MOST ring is closed and you have a power supply connected.
Appreciate 0