Pages: 1 2 [3] 4
Author Topic: 95040 EEPROM programmer  (Read 53858 times)
nyet
Administrator
Hero Member
*****

Karma: +607/-168
Offline Offline

Posts: 12270


WWW
« Reply #30 on: September 27, 2013, 10:00:53 AM »

Thanks for the reply nyet, not sure how I missed it yesterday Huh anyway, this is where I show my inexperience with cmd....I'd like to back up the contents of my used ecu eeprom, but I don't know how to write the cmd line. Where does it save it to and or how do I retrieve it? Should I be using a redirect command to do this? ie:
>desktop\me7_95040 --OBD -r -p 3 95040.bin > C:\Users\Owners\Documents\Passat ECU

No. You can't redirect to a directory, even thats what you wanted to do, which it isn't. the file 95040.bin will be saved  in whatever directory you ran cmd from.

Quote
I think the way to write the cmd for the Immo off file is: >desktop\me7_95040 --bootmode -w -p 3 immodef95040  where I'm using ddilingers Immo off file. I also downloaded the Dd's immo off vlc file but I can't get that to open...

vlc file?

Thanks for all your input!
[/quote]
Logged

ME7.1 tuning guide
ECUx Plot
ME7Sum checksum
Trim heatmap tool

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
ddillenger
Moderator
Hero Member
*****

Karma: +641/-21
Offline Offline

Posts: 5640


« Reply #31 on: September 27, 2013, 10:20:47 AM »

vlc file?

Thanks for all your input!


The videolan (vlc player) detects .bin as a media file and associates it with the program.
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
xr500t
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #32 on: September 27, 2013, 10:48:35 AM »

No. You can't redirect to a directory, even thats what you wanted to do, which it isn't. the file 95040.bin will be saved  in whatever directory you ran cmd from.

vlc file?

Thanks for all your input!


It's another Immo off file Dil put up....Anyway, not sure what you mean by "whatever directory you ran cmd from" since I have it pinned or can pull it up from my search box....so what you're saying is that I may have it saved already, just need to find it? I was trying to open the vlc file on its own, which may be why it's not opening (I do have the vlc player).

If I just do: >desktop\me7_95040 --bootmode -w -p 3 immodef95040 and make sure that immodef95040 is also on the desktop I should gold? Smiley

Logged
ddillenger
Moderator
Hero Member
*****

Karma: +641/-21
Offline Offline

Posts: 5640


« Reply #33 on: September 27, 2013, 11:07:57 AM »

It's another Immo off file Dil put up....Anyway, not sure what you mean by "whatever directory you ran cmd from" since I have it pinned or can pull it up from my search box....so what you're saying is that I may have it saved already, just need to find it? I was trying to open the vlc file on its own, which may be why it's not opening (I do have the vlc player).

If I just do: >desktop\me7_95040 --bootmode -w -p 3 immodef95040 and make sure that immodef95040 is also on the desktop I should gold? Smiley



Download teamviewer, I'll school you quick to make this fooproof.

My email is in my sig.
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
nyet
Administrator
Hero Member
*****

Karma: +607/-168
Offline Offline

Posts: 12270


WWW
« Reply #34 on: September 27, 2013, 02:55:35 PM »

"whatever directory you ran cmd from"

cmd runs in a directory. the cmd prompt shows you the directory it is in, eg:

"C:\WINDOWS>"

"cd" changes directory.

Logged

ME7.1 tuning guide
ECUx Plot
ME7Sum checksum
Trim heatmap tool

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
xr500t
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #35 on: September 27, 2013, 05:50:19 PM »

cmd runs in a directory. the cmd prompt shows you the directory it is in, eg:

"C:\WINDOWS>"

"cd" changes directory.



Definitely getting schooled here Cool I'm attaching a shot of the command as it stands.

I'm so out of it I can't even paste the screen shot:(




Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>immo --OBD -r -p 3 95040.bin
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Initiating communication ... OK
ECU ID response: 3B0907551BS
                 2.8L V6/5V      G
                 0001
Reading EEPROM .................................................................
. OK
File saved
Closing COM3

C:\Documents and Settings\Administrator>immo --OBD -w -p 3 95040.bin
Ver: 1.30
Error: EEPROM write via OBD port not supported. (error=0x01)

C:\Documents and Settings\Administrator>


« Last Edit: September 27, 2013, 05:58:29 PM by xr500t » Logged
nyet
Administrator
Hero Member
*****

Karma: +607/-168
Offline Offline

Posts: 12270


WWW
« Reply #36 on: September 27, 2013, 07:37:44 PM »

dude, cmon :/

C:\Documents and Settings\Administrator

....


anyway, its better you cut and paste the contents of the command anyway, not post a screenshot, which nobody can quote from.
Logged

ME7.1 tuning guide
ECUx Plot
ME7Sum checksum
Trim heatmap tool

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
xr500t
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #37 on: September 28, 2013, 12:48:17 PM »

dude, cmon :/

....


anyway, its better you cut and paste the contents of the command anyway, not post a screenshot, which nobody can quote from.

Sooner or later I'd get it Embarrassed, but thanks for taking this dumb horse there Grin I was still having some issues getting programs to open by simply not understanding what I needed. I downloaded HxD editor which allowed me to open the saved file (part of the reason I couldn't understand part of this puzzle...thanks Dil for pointing me there.)

The other problem I have is that my cable is not liking W7, but playing nicely with XPmode, so I mirrored all the programs to XP. Anyway, I was looking for the saved file in W7, when it dawns on me I should look for it on XP (thank you NYET for knocking on my noggin!) I opened the file with the Hx Editor and it matched(obviously) what I had originally displayed to the screen.

I guess my final steps will be to name and save that stock file as a back up and then Immo off blocks 12 and 22 and write it in. Hopefully, it'll play nice and allow me to write over the OBD port.
Logged
ddillenger
Moderator
Hero Member
*****

Karma: +641/-21
Offline Offline

Posts: 5640


« Reply #38 on: September 28, 2013, 12:54:36 PM »

You need to bootmode the ecu to write. Your cmd should be:

immo --bootmode -wp1 off.bin

where off is the name of your immo-off file.
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
xr500t
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #39 on: September 28, 2013, 12:58:28 PM »

You need to bootmode the ecu to write. Your cmd should be:

immo --bootmode -wp1 off.bin

where off is the name of your immo-off file.

Thanks man, I'll change 1 to 3 as that is my port on XP.
Logged
xr500t
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #40 on: September 28, 2013, 02:16:13 PM »

Thanks man, I'll change 1 to 3 as that is my port on XP.

Unbelievable...she's just playing hard to get....all I want is some booty mode! lol! This is my result....even used a jumper cable between cars to make sure power supply was up.

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>immo --bootmode -wp3 off.bin
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Starting Boot_mode ... FAIL ... No response from ECU. (error=0x07)
Closing COM3

C:\Documents and Settings\Administrator>immo --bootmode -wp3 off.bin
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Starting Boot_mode ... FAIL ... No response from ECU. (error=0x07)
Closing COM3

C:\Documents and Settings\Administrator>immo --OBD -p3 --screen
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Initiating communication ... OK
ECU ID response: 3B0907551BS
                 2.8L V6/5V      G
                 0001
Reading EEPROM .................................................................
. OK
Printing to screen

Offset  0  1  2  3  4  5  6  7   8  9  A  B  C  D  E  F
   0   12 68 30 17 63 5A FF FF  FF FF FF FF FF FF FF A5
  10   05 01 01 00 65 77 00 00  00 00 69 C1 00 A5 4D FD
  20   05 01 01 00 65 77 00 00  00 00 69 C1 00 A5 4C FD
  30   04 01 27 0E 60 85 A8 61  DE 8F B4 00 01 00 B3 FB
  40   04 01 27 0E 60 85 A8 61  DE 8F B4 00 01 00 B2 FB
  50   07 02 54 02 AA 01 FA FF  33 04 2E 0E 07 00 7E FC
  60   00 00 A4 0D 54 0E 00 00  82 03 01 00 00 00 61 FE
  70   05 04 00 09 15 00 00 01  00 00 80 1D 00 00 34 FF
  80   05 04 00 09 15 00 00 01  00 00 80 1D 00 00 34 FF
  90   00 80 80 80 80 00 00 80  00 80 80 FF 00 00 78 FB
  A0   00 80 80 80 80 00 00 80  00 80 80 FF 00 00 78 FB
  B0   05 07 00 00 10 57 41 55  42 48 01 00 00 00 61 FE
  C0   05 07 00 00 10 57 41 55  42 48 01 00 00 00 61 FE
  D0   35 34 42 39 31 4E 30 36  36 35 37 34 41 01 12 FD
  E0   35 34 42 39 31 4E 30 36  36 35 37 34 41 01 12 FD
  F0   55 5A 37 5A 30 59 31 36  30 31 39 39 30 01 BD FC
 100   55 5A 37 5A 30 59 31 36  30 31 39 39 30 01 BD FC
 110   00 00 83 7E BC 0C 00 00  00 00 00 00 00 00 11 11
 120   FF FF FF FF FF FF FF FF  FF FF FF FF FF FF FF FF
 130   FF FF FF FF FF FF FF FF  FF FF FF FF FF FF FF FF
 140   FF FF FF FF FF FF FF FF  FF FF FF FF FF FF FF FF
 150   01 07 00 00 00 00 00 00  00 00 00 00 00 00 E3 FF
 160   00 00 00 00 00 00 00 00  00 00 00 00 00 00 EA FF
 170   00 00 00 22 7B 00 91 00  01 88 27 00 9D 20 4E FD
 180   6D 6D 02 88 40 02 0C 00  02 22 6C 00 15 20 71 FD
 190   00 00 00 88 6C 01 07 00  03 11 7E 02 16 20 21 FE
 1A0   00 00 01 44 EC 00 0D 24  01 44 57 00 05 20 C3 FD
 1B0   00 00 00 00 00 00 00 00  00 00 00 00 00 00 E5 FF
 1C0   00 00 00 00 00 00 00 00  00 00 00 00 00 00 E4 FF
 1D0   00 00 00 00 00 00 00 00  00 00 00 00 00 00 E3 FF
 1E0   01 02 00 00 00 00 00 00  00 00 00 00 00 00 DF FF
 1F0   01 02 00 00 00 00 00 00  00 00 00 00 00 00 DF FF

Closing COM3

C:\Documents and Settings\Administrator>immo --bootmode -wp3 off.bin
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Starting Boot_mode ... FAIL ... No response from ECU. (error=0x07)
Closing COM3

C:\Documents and Settings\Administrator>immo --bootmode -wp3 off.bin
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Starting Boot_mode ... FAIL ... No response from ECU. (error=0x07)
Closing COM3

C:\Documents and Settings\Administrator>

I guess I'm going to read the boot mode issues.
Logged
ddillenger
Moderator
Hero Member
*****

Karma: +641/-21
Offline Offline

Posts: 5640


« Reply #41 on: September 28, 2013, 02:19:23 PM »

You need to open the ecu, ground pin 24 of the flash chip, then power on the ecu while keeping it grounded (for 10 seconds). After that, removing the ground while leaving the ecu powered will result in bootmode.

Is that what you're doing, or are you just hoping the ecu magically can enter bootmode on it's own Tongue
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
xr500t
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #42 on: September 28, 2013, 02:25:07 PM »

You need to open the ecu, ground pin 24 of the flash chip, then power on the ecu while keeping it grounded (for 10 seconds). After that, removing the ground while leaving the ecu powered will result in bootmode.

Is that what you're doing, or are you just hoping the ecu magically can enter bootmode on it's own Tongue

I thought I'd read that somewhere.....buut I thought I was Houdini....oh wait....he drowned!

Ok, I'll call it a night before my wife kills me and go at it again tommorow....thanks for the heads up!
Logged
jackson.amrol@gmail.com
Full Member
***

Karma: +4/-6
Offline Offline

Posts: 128


"you sir are an animal"


WWW
« Reply #43 on: September 29, 2013, 06:23:25 PM »

Mine enters boot mode magically, the shoots sparks and disappears... Leaving only tracking info to NY.. Odd right?!
Logged

Lost, No.. My minds around here somewhere..
Shh, I'm calling my mom.. "It's 3AM" SHH!
Mom, is there such a thing as kosher pork?
"I'm not bailing you out tonight"...
xr500t
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 30


« Reply #44 on: September 30, 2013, 04:10:25 PM »

I thought I'd read that somewhere.....buut I thought I was Houdini....oh wait....he drowned!

Ok, I'll call it a night before my wife kills me and go at it again tommorow....thanks for the heads up!

Ok, somewhat succesfull, but not quite there yet. I left off needing to boot the ECU, which I managed after a few tries. I got argdubs tool to write to the ECU, seemed to have gone well....but, my immo off file didn't seem to have flashed in, even thought the program told me it did. When I read the file back it came back as Immo on....So, where do I go from here? I only flashed it once as you can see.


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>immo --bootmode -wp3 off.bin
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Starting Boot_mode ... FAIL ... No response from ECU. (error=0x07)
Closing COM3

C:\Documents and Settings\Administrator>immo --OBD -r -p 3 95040.bin
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Initiating communication ... OK
ECU ID response: 3B0907551BS
                 2.8L V6/5V      G
                 0001
Reading EEPROM .................................................................
. OK
File saved
Closing COM3

C:\Documents and Settings\Administrator>immo --bootmode -wp3 off.bin
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Starting Boot_mode ... FAIL ... No response from ECU. (error=0x07)
Closing COM3

C:\Documents and Settings\Administrator>immo --bootmode -wp3 off.bin
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Starting Boot_mode ... uC identification response = 0xC5 (C167 derivatives) ...
OK
Sending Loader + MonitorCore ... MonitorCore successfully launched
Initializing registers ... ... OK
Sending EEPROM driver ... OK
Searching Chip_Select pin ... P4.7
Configuring SPI Interface ... OK
Checking EEPROM status ... 0x00F0 ... OK
Writing EEPROM ................................ OK
Verifying EEPROM write ... OK
Closing COM3

C:\Documents and Settings\Administrator>immo --OBD -p3 --screen
Ver: 1.30
Com Port: 3
Baud Rate: 10400
Opening COM3 ... OK
Initiating communication ... OK
ECU ID response: 3B0907551BS
                 2.8L V6/5V      G
                 0001
Reading EEPROM .................................................................
. OK
Printing to screen

Offset  0  1  2  3  4  5  6  7   8  9  A  B  C  D  E  F
   0   12 68 30 17 63 5A FF FF  FF FF FF FF FF FF FF A5
  10   05 01 01 00 65 77 00 00  00 00 69 C1 00 A5 4D FD
  20   05 01 01 00 65 77 00 00  00 00 69 C1 00 A5 4C FD
  30   04 01 27 0E 60 85 A8 61  DE 8F B4 00 01 00 B3 FB
  40   04 01 27 0E 60 85 A8 61  DE 8F B4 00 01 00 B2 FB
  50   07 02 4B 02 A4 01 02 00  23 04 EE 0D 07 00 D5 FD
  60   00 00 AF 0D 54 0E 00 00  82 03 01 00 00 00 56 FE
  70   05 04 00 09 15 00 00 01  00 00 80 1D 00 00 34 FF
  80   05 04 00 09 15 00 00 01  00 00 80 1D 00 00 34 FF
  90   00 80 80 80 80 00 00 80  00 80 80 FF 00 00 78 FB
  A0   00 80 80 80 80 00 00 80  00 80 80 FF 00 00 78 FB
  B0   05 07 00 00 10 57 41 55  42 48 01 00 00 00 61 FE
  C0   05 07 00 00 10 57 41 55  42 48 01 00 00 00 61 FE
  D0   35 34 42 39 31 4E 30 36  36 35 37 34 41 01 12 FD
  E0   35 34 42 39 31 4E 30 36  36 35 37 34 41 01 12 FD
  F0   55 5A 37 5A 30 59 31 36  30 31 39 39 30 01 BD FC
 100   55 5A 37 5A 30 59 31 36  30 31 39 39 30 01 BD FC
 110   00 00 36 D8 9C A5 00 00  00 00 00 00 00 00 11 11
 120   FF FF FF FF FF FF FF FF  FF FF FF FF FF FF FF FF
 130   FF FF FF FF FF FF FF FF  FF FF FF FF FF FF FF FF
 140   FF FF FF FF FF FF FF FF  FF FF FF FF FF FF FF FF
 150   01 07 00 00 00 00 00 00  00 00 00 00 00 00 E3 FF
 160   00 00 00 00 00 00 00 00  00 00 00 00 00 00 EA FF
 170   00 00 00 22 7B 00 91 00  01 88 27 00 9D 20 4E FD
 180   6D 6D 02 88 40 02 0C 00  02 22 6C 00 15 20 71 FD
 190   00 00 00 88 6C 01 07 00  03 11 7E 02 16 20 21 FE
 1A0   00 00 03 44 EC 00 0D 24  01 44 57 00 05 20 C1 FD
 1B0   00 00 00 22 2B 01 19 00  02 88 69 00 7F 00 0C FE
 1C0   00 00 00 00 00 00 00 00  00 00 00 00 00 00 E4 FF
 1D0   00 00 00 00 00 00 00 00  00 00 00 00 00 00 E3 FF
 1E0   01 02 00 00 00 00 00 00  00 00 00 00 00 00 DF FF
 1F0   01 02 00 00 00 00 00 00  00 00 00 00 00 00 DF FF

Closing COM3

C:\Documents and Settings\Administrator>




Logged
Pages: 1 2 [3] 4
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.027 seconds with 17 queries. (Pretty URLs adds 0s, 0q)