6iller
Newbie
Karma: +0/-0
Offline
Posts: 2
|
|
« Reply #210 on: September 11, 2021, 01:32:59 AM »
|
|
|
Thanks, great work turbat Can confirm that eepromtool can immo off a ME 7.1.1, Golf 5, R32, 022906032CD, with 95160 eeprom.
Read in 2048bytes Setting Immobiliser: Off - Immobiliser Off - Setting backup pages - Correcting checksums
- Write Successful
Read in 2048bytes EEPROM Status: - Type: ECU_eeprom - Version: Immo2 - VIN: WVWZZZ1KZ6W0..... (VW 2006 - Golf and Jetta 5, 6, Wolfsburg, Germany) - SKC: 06520 - Immobiliser: Error, set Immo - Current values: 0x12 = 0x04, 0x22 = 0x04 - Checksum: Invalid Checksum - Size: 2048bytes - 512bytes expected, check this is a eeprom bin - Cluster Code: 87 9E 5D 0B EA F2 5F - P0601 DTC: not set - Immo ID: VWZ7Z0E27..... - Softcoding ID: 0132 - Tuner Tag: Not Set - Flash Programming (successful): 4 - Flash Programming (attempts): 149
Hey guys. I have an ECU 022906032KF (HW 04) with 95160 eeprom in a Golf 5 R32 and want just to read an SKC. Could you please explain me in steps how it should be done? Command INFILE would be enough? To specify the input file I created a blank txt and renamed it into infile.bin. But it doesn't work so. Do I have to dismantle the ECU and enter into the boot mode? Or it's possible to do it on the car via OBD? Actually I wanted to try me7_95040 after I successfully tested it on ME 7.5 from my 1.8T. But as I found out the memory and structure of R32 G5 ECU is other so I didn't risk it... Besides that I don't know how to enter to bootmode on it. Thanks
|
|
« Last Edit: September 11, 2021, 02:24:36 AM by 6iller »
|
Logged
|
|
|
|
bamofo
|
|
« Reply #211 on: September 13, 2021, 08:40:22 AM »
|
|
|
Hey guys. I have an ECU 022906032KF (HW 04) with 95160 eeprom in a Golf 5 R32 and want just to read an SKC. Could you please explain me in steps how it should be done? Command INFILE would be enough?
To specify the input file I created a blank txt and renamed it into infile.bin. But it doesn't work so.
Do I have to dismantle the ECU and enter into the boot mode? Or it's possible to do it on the car via OBD?
Actually I wanted to try me7_95040 after I successfully tested it on ME 7.5 from my 1.8T. But as I found out the memory and structure of R32 G5 ECU is other so I didn't risk it... Besides that I don't know how to enter to bootmode on it.
Thanks
Not supported correctly with that tool. 95160 i do by hand. There are differences. If you need help PM me.
|
|
|
Logged
|
|
|
|
Nosfogger
Newbie
Karma: +0/-0
Offline
Posts: 1
|
|
« Reply #212 on: June 23, 2022, 05:48:42 PM »
|
|
|
UPDATE: Eeepromtool is now hosted on github. The most recent release will always be located in: https://github.com/turboat/eepromtool/releases/Source code is in: https://github.com/turboat/eepromtoolPull requests are welcome Eepromtool is a command line tool, either run using 'python eepromtool_04.py' or 'eepromtool_04.exe'. If it just flashes up and disappears, this is because it is a command line tool. If you dont know what a command line tool is, you probably shouldnt be trying to edit your ECU. Displaying InformationTo simply display the info in a bin called INFILE, use: eepromtool_04.exe INFILEFor example with an ecu eeprom: eepromtool_04.exe ecu.bin EEPROM Status: - Type: ECU_eeprom - Version: Immo3 - VIN: WAULC68E52A221040 (Audi 2002 - A4 01-08, Ingolstadt, Germany) - SKC: 01256 - Immobiliser: On - Checksum: OK - Size: 512bytes - Cluster Code: 98 8A 4E AB 77 D2 A2 - P0601 DTC: not set - Immo ID: AUZ6Z0C0185357 - Softcoding ID: 16701 - Tuner Tag: Not Set - Flash Programming (successful): 0 - Flash Programming (attempts): 1 With a cluster eeprom: eepromtool_04.exe cluster.bin Read in 2048bytes Detected 2kb bin, parsing as a cluster eeprom (prevent this guessing by using --force) EEPROM Status: - Type: Cluster - VIN: WVWZZZ1JZ4W115023 (VW 2004 - Golf and Bora 4, Wolfsburg, Germany) - SKC: 01629 - Cluster Code: 2F 27 CE D8 89 6D 36 - Immo ID: VWZ7Z0C852208 Immo On/OffTo set immo status, you must specify input file, output file and desired immo status. Checksums will be corrected automatically unless you specify --nofixcs. For example: eepromtool_04.exe --in ecu.bin --immo off --out ecu_off.bin Read in 512bytes Setting Immobiliser: Off - Immobiliser Off - Setting backup pages - Correcting checksums
- Write Successful eepromtool_04.py --in ecu_off.bin --status Read in 512bytes EEPROM Status: - Type: ECU_eeprom - Version: Immo3 - VIN: WAULC68E52A221040 (Audi 2002 - A4 01-08, Ingolstadt, Germany) - SKC: 01256 - Immobiliser: Off - Checksum: OK - Size: 512bytes - Cluster Code: 98 8A 4E AB 77 D2 A2 - P0601 DTC: not set - Immo ID: AUZ6Z0C0185357 - Softcoding ID: 16701 - Tuner Tag: Not Set - Flash Programming (successful): 0 - Flash Programming (attempts): 1
So I ran this on my 2002 audi allroad 2.7t. To turn off the immo. It ran fine. I then ran the verification. Everything looks fine says immo off and it worked great. Installed the ecu back Into the car. Light on cluster still flashing and car still just starts and dies right away. Any thoughts on what I'm. Missing?
|
|
|
Logged
|
|
|
|
arved
Newbie
Karma: +0/-5
Offline
Posts: 16
|
|
« Reply #213 on: September 27, 2022, 05:48:36 AM »
|
|
|
How can i download the exe file?
|
|
|
Logged
|
|
|
|
dal
Full Member
Karma: +6/-7
Offline
Posts: 210
|
|
« Reply #214 on: September 27, 2022, 06:34:17 AM »
|
|
|
Click on the github repo /releases link (first link). Locate file name 'eepromtool_04.exe' and click on it.
|
|
|
Logged
|
|
|
|
goliat17
Newbie
Karma: +0/-0
Offline
Posts: 2
|
|
« Reply #215 on: January 23, 2023, 10:05:11 AM »
|
|
|
UPDATE: Eeepromtool is now hosted on github. The most recent release will always be located in: https://github.com/turboat/eepromtool/releases/Source code is in: https://github.com/turboat/eepromtoolPull requests are welcome Eepromtool is a command line tool, either run using 'python eepromtool_04.py' or 'eepromtool_04.exe'. If it just flashes up and disappears, this is because it is a command line tool. If you dont know what a command line tool is, you probably shouldnt be trying to edit your ECU. Displaying InformationTo simply display the info in a bin called INFILE, use: eepromtool_04.exe INFILEFor example with an ecu eeprom: eepromtool_04.exe ecu.bin EEPROM Status: - Type: ECU_eeprom - Version: Immo3 - VIN: WAULC68E52A221040 (Audi 2002 - A4 01-08, Ingolstadt, Germany) - SKC: 01256 - Immobiliser: On - Checksum: OK - Size: 512bytes - Cluster Code: 98 8A 4E AB 77 D2 A2 - P0601 DTC: not set - Immo ID: AUZ6Z0C0185357 - Softcoding ID: 16701 - Tuner Tag: Not Set - Flash Programming (successful): 0 - Flash Programming (attempts): 1 With a cluster eeprom: eepromtool_04.exe cluster.bin Read in 2048bytes Detected 2kb bin, parsing as a cluster eeprom (prevent this guessing by using --force) EEPROM Status: - Type: Cluster - VIN: WVWZZZ1JZ4W115023 (VW 2004 - Golf and Bora 4, Wolfsburg, Germany) - SKC: 01629 - Cluster Code: 2F 27 CE D8 89 6D 36 - Immo ID: VWZ7Z0C852208 Immo On/OffTo set immo status, you must specify input file, output file and desired immo status. Checksums will be corrected automatically unless you specify --nofixcs. For example: eepromtool_04.exe --in ecu.bin --immo off --out ecu_off.bin Read in 512bytes Setting Immobiliser: Off - Immobiliser Off - Setting backup pages - Correcting checksums
- Write Successful eepromtool_04.py --in ecu_off.bin --status Read in 512bytes EEPROM Status: - Type: ECU_eeprom - Version: Immo3 - VIN: WAULC68E52A221040 (Audi 2002 - A4 01-08, Ingolstadt, Germany) - SKC: 01256 - Immobiliser: Off - Checksum: OK - Size: 512bytes - Cluster Code: 98 8A 4E AB 77 D2 A2 - P0601 DTC: not set - Immo ID: AUZ6Z0C0185357 - Softcoding ID: 16701 - Tuner Tag: Not Set - Flash Programming (successful): 0 - Flash Programming (attempts): 1
Hello eepromtool_04 champions!!! I'm French, so apologies in advance for the deepl translation!!! I need help to solve a problem of modifying several mapping bin files after using eepromtool_04 in command line on a single bin file! At first sight my files are still ok, but they are apparently filled with values like fffffffffff or aaaaaaaaa, yyyyyyyyy in front of and behind the bin file when I open it with a hex editor! I'm currently working on an eeprom 25320A to fix an immo off problem with julie emulator ! any help will be welcome ! thanks in advance
|
|
|
Logged
|
|
|
|
EuroXs4
Full Member
Karma: +15/-31
Offline
Posts: 209
|
|
« Reply #216 on: June 25, 2023, 05:36:02 PM »
|
|
|
Hey guys so I suspect I may have a corrupt dump in my 95P08 eeprom cause I keep getting p1681 fault code after key cycle and I have tried the work around and so on on this me7.1.1 vw phaeton ecu with immo. Can I write any 95P08 eeprom? and then try adapting again?
|
|
|
Logged
|
|
|
|
|
EuroXs4
Full Member
Karma: +15/-31
Offline
Posts: 209
|
|
« Reply #218 on: August 25, 2023, 12:05:23 PM »
|
|
|
New meaning brand new cluster or NEW(used donor)? Each has its own crypto mask and checksum.
|
|
|
Logged
|
|
|
|
Roggy
Newbie
Karma: +0/-0
Offline
Posts: 12
|
|
« Reply #219 on: October 26, 2023, 09:37:58 AM »
|
|
|
Hi, worked great so far. But i got a situation going on, is there a way i could write directly to the cluster the modified eeprom.bin using the command line? cause eeprom programmer , vag k can etc doesn't connect to the new cluster and cant do it that way, the original cluster does get recognized but with the "new" one i simply get the "ecu not found" and stuff.
Thanks in advance.
|
|
|
Logged
|
|
|
|
unicorn89
Newbie
Karma: +0/-0
Offline
Posts: 18
|
|
« Reply #220 on: May 26, 2024, 06:30:54 AM »
|
|
|
Having an issue with a 256 byte file. Command: eepromtool_04 --in eeprom.ori --status Read in 256bytes Traceback (most recent call last): File "eepromtool_04.py", line 794, in <module> File "eepromtool_04.py", line 731, in main File "eepromtool_04.py", line 70, in __init__ File "eepromtool_04.py", line 171, in parse IndexError: list index out of range [10036] Failed to execute script eepromtool_04
|
|
|
Logged
|
|
|
|
|