Notices
ECU Flash

help with 2 byte load for 98640014

Thread Tools
 
Search this Thread
 
Old Apr 26, 2009, 01:24 AM
  #1  
Evolving Member
Thread Starter
iTrader: (4)
 
infini_IV's Avatar
 
Join Date: Nov 2008
Location: Forever with BIG
Posts: 171
Likes: 0
Received 0 Likes on 0 Posts
help with 2 byte load for 98640014

hi, can anyone help me with a step by step on setting up 2 byte load for my evo 7 rom id 98640014, its probably very simple im just not sure on how to set it all up. thanks
Old Apr 26, 2009, 03:55 AM
  #2  
Evolving Member
 
sub7's Avatar
 
Join Date: Jun 2005
Location: Kuala Lumpur
Posts: 282
Likes: 0
Received 5 Likes on 5 Posts
This has been discussed here.

https://www.evolutionm.net/forums/ec...te-thread.html

You should change your rom to 90550001 and donate to tephra
Old Apr 26, 2009, 11:54 AM
  #3  
Evolving Member
Thread Starter
iTrader: (4)
 
infini_IV's Avatar
 
Join Date: Nov 2008
Location: Forever with BIG
Posts: 171
Likes: 0
Received 0 Likes on 0 Posts
yeah ive seen that thread, trouble is it doesnt tell you how to do it, only tells you what to do, not how to?
Old Apr 27, 2009, 01:35 AM
  #4  
Evolving Member
Thread Starter
iTrader: (4)
 
infini_IV's Avatar
 
Join Date: Nov 2008
Location: Forever with BIG
Posts: 171
Likes: 0
Received 0 Likes on 0 Posts
no one knows how?
Old Apr 27, 2009, 11:40 AM
  #5  
Evolving Member
 
R. Mutt's Avatar
 
Join Date: Feb 2006
Location: Vancouver, BC
Posts: 264
Received 6 Likes on 5 Posts
You should have a MUT Table...access the table and change the values for MUT00 and MUT01 to the following:

Click Image


Relash the car and you should be able to log MUT 2byte Mod in Evoscan
Old Apr 27, 2009, 11:56 AM
  #6  
Evolving Member
Thread Starter
iTrader: (4)
 
infini_IV's Avatar
 
Join Date: Nov 2008
Location: Forever with BIG
Posts: 171
Likes: 0
Received 0 Likes on 0 Posts
thanks for that, but when i open my rom there is no "mut table" would you know why that is? thanks
Old Apr 27, 2009, 04:22 PM
  #7  
Evolving Member
 
R. Mutt's Avatar
 
Join Date: Feb 2006
Location: Vancouver, BC
Posts: 264
Received 6 Likes on 5 Posts
Make sure Ecuflash is closed and add the following code to your 98640014.xml file located in C:\Program Files\OpenECU\EcuFlash\rommetadata\mitsubishi\evo

Code:
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
Code:
<table name="MUT Table" category="MUT" address="2e9e0" type="3D" level="1" scaling="Hex16">
		<table name="X" type="Static X Axis" elements="32">
			<data>-</data>
			<data>0</data>
			<data>-</data>
			<data>1</data>
			<data>-</data>
			<data>2</data>
			<data>-</data>
			<data>3</data>
			<data>-</data>
			<data>4</data>
			<data>-</data>
			<data>5</data>
			<data>-</data>
			<data>6</data>
			<data>-</data>
			<data>7</data>
			<data>-</data>
			<data>8</data>
			<data>-</data>
			<data>9</data>
			<data>-</data>
			<data>A</data>
			<data>-</data>
			<data>B</data>
			<data>-</data>
			<data>C</data>
			<data>-</data>
			<data>D</data>
			<data>-</data>
			<data>E</data>
			<data>-</data>
			<data>F</data>
		</table>
		<table name="Y" type="Static Y Axis" elements="30">
			<data>MUT0X</data>
			<data>MUT1X</data>
			<data>MUT2X</data>
			<data>MUT3X</data>
			<data>MUT4X</data>
			<data>MUT5X</data>
			<data>MUT6X</data>
			<data>MUT7X</data>
			<data>MUT8X</data>
			<data>MUT9X</data>
			<data>MUTAX</data>
			<data>MUTBX</data>
			<data>MUTCX</data>
			<data>MUTDX</data>
			<data>MUTEX</data>
			<data>MUTFX</data>
			<data>MUT10X</data>
			<data>MUT11X</data>
			<data>MUT12X</data>
			<data>MUT13X</data>
			<data>MUT14X</data>
			<data>MUT15X</data>
			<data>MUT16X</data>
			<data>MUT17X</data>
			<data>MUT18X</data>
			<data>MUT19X</data>
			<data>MUT1AX</data>
			<data>MUT1BX</data>
			<data>MUT1CX</data>
			<data>MUT1DX</data>
		</table>
	</table>
When you open ecuflash and your rom you should see the table. If you're still confused send me your definition file and I'll add it for you.
Old Apr 27, 2009, 10:46 PM
  #8  
Evolving Member
Thread Starter
iTrader: (4)
 
infini_IV's Avatar
 
Join Date: Nov 2008
Location: Forever with BIG
Posts: 171
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by R. Mutt
Make sure Ecuflash is closed and add the following code to your 98640014.xml file located in C:\Program Files\OpenECU\EcuFlash\rommetadata\mitsubishi\evo

Code:
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
Code:
<table name="MUT Table" category="MUT" address="2e9e0" type="3D" level="1" scaling="Hex16">
		<table name="X" type="Static X Axis" elements="32">
			<data>-</data>
			<data>0</data>
			<data>-</data>
			<data>1</data>
			<data>-</data>
			<data>2</data>
			<data>-</data>
			<data>3</data>
			<data>-</data>
			<data>4</data>
			<data>-</data>
			<data>5</data>
			<data>-</data>
			<data>6</data>
			<data>-</data>
			<data>7</data>
			<data>-</data>
			<data>8</data>
			<data>-</data>
			<data>9</data>
			<data>-</data>
			<data>A</data>
			<data>-</data>
			<data>B</data>
			<data>-</data>
			<data>C</data>
			<data>-</data>
			<data>D</data>
			<data>-</data>
			<data>E</data>
			<data>-</data>
			<data>F</data>
		</table>
		<table name="Y" type="Static Y Axis" elements="30">
			<data>MUT0X</data>
			<data>MUT1X</data>
			<data>MUT2X</data>
			<data>MUT3X</data>
			<data>MUT4X</data>
			<data>MUT5X</data>
			<data>MUT6X</data>
			<data>MUT7X</data>
			<data>MUT8X</data>
			<data>MUT9X</data>
			<data>MUTAX</data>
			<data>MUTBX</data>
			<data>MUTCX</data>
			<data>MUTDX</data>
			<data>MUTEX</data>
			<data>MUTFX</data>
			<data>MUT10X</data>
			<data>MUT11X</data>
			<data>MUT12X</data>
			<data>MUT13X</data>
			<data>MUT14X</data>
			<data>MUT15X</data>
			<data>MUT16X</data>
			<data>MUT17X</data>
			<data>MUT18X</data>
			<data>MUT19X</data>
			<data>MUT1AX</data>
			<data>MUT1BX</data>
			<data>MUT1CX</data>
			<data>MUT1DX</data>
		</table>
	</table>
When you open ecuflash and your rom you should see the table. If you're still confused send me your definition file and I'll add it for you.

hi thanks for that do i add both these codes above? if so does it matter where in the file i put it. once again i appreciate your help
Old Apr 27, 2009, 11:57 PM
  #9  
Evolving Member
Thread Starter
iTrader: (4)
 
infini_IV's Avatar
 
Join Date: Nov 2008
Location: Forever with BIG
Posts: 171
Likes: 0
Received 0 Likes on 0 Posts
here is my definition file if it makes it easier, thanks for your help. once the file is updated and i change the 2 values using ecuflash is that it done?
Attached Files
Old Apr 28, 2009, 09:44 AM
  #10  
Evolving Member
 
R. Mutt's Avatar
 
Join Date: Feb 2006
Location: Vancouver, BC
Posts: 264
Received 6 Likes on 5 Posts
Yup...just reflash and you should be able to log it in evoscan.
Attached Files
File Type: zip
98640014.zip (3.5 KB, 0 views)
Old Apr 28, 2009, 11:55 AM
  #11  
Evolving Member
Thread Starter
iTrader: (4)
 
infini_IV's Avatar
 
Join Date: Nov 2008
Location: Forever with BIG
Posts: 171
Likes: 0
Received 0 Likes on 0 Posts
thanks heaps, you say just reflash, but this is just the definition file so how is it flashed into my ecu, i was under the understanding the .hex file is my rom and this was just the definition file used to read it??
Old Apr 28, 2009, 12:24 PM
  #12  
Newbie
 
rob2006's Avatar
 
Join Date: Apr 2009
Location: Caithness
Posts: 5
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by infini_IV
thanks heaps, you say just reflash, but this is just the definition file so how is it flashed into my ecu, i was under the understanding the .hex file is my rom and this was just the definition file used to read it??
If i understand correctly and i prob dont.. lol the Definition file is like a map for your ecu, Tables in the ecu are hidden away, the info you input into the defiinition file allows you access into these tables so they can be modified.
Old Apr 28, 2009, 01:41 PM
  #13  
Evolving Member
 
R. Mutt's Avatar
 
Join Date: Feb 2006
Location: Vancouver, BC
Posts: 264
Received 6 Likes on 5 Posts
Both of you are correct. So infini IV, all you need to do now is:

1. Make sure Ecuflash is closed

2. Unzip the file I attached in my previous post and place it into C:\Program Files\OpenECU\EcuFlash\rommetadata\mitsubishi\evo

3. Open Ecuflash and change the values for MUT00 and MUT01 to the following:

Click Image


4. Reflash the car

Can't break it down any simpler than that. You should be able to log 2 byte load from here on out.

Last edited by R. Mutt; Apr 28, 2009 at 05:24 PM.
Old Apr 28, 2009, 10:37 PM
  #14  
Evolving Member
Thread Starter
iTrader: (4)
 
infini_IV's Avatar
 
Join Date: Nov 2008
Location: Forever with BIG
Posts: 171
Likes: 0
Received 0 Likes on 0 Posts
sweet, got it sorted. thanks so much i appreciate you taking the time to help me out
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
EvoPower81
ECU Flash
18
May 29, 2019 11:04 AM
Jack_of_Trades
ECU Flash
363
May 29, 2018 07:05 AM
Evo_Goodness
ECU Flash
18
Sep 2, 2016 05:05 PM
roni4g63
ECU Flash
1
Nov 14, 2015 11:45 AM
b16a95eg
ECU Flash
4
May 16, 2012 07:18 PM



Quick Reply: help with 2 byte load for 98640014



All times are GMT -7. The time now is 08:33 PM.