EvolutionM - Mitsubishi Lancer and Lancer Evolution Community

EvolutionM - Mitsubishi Lancer and Lancer Evolution Community (https://www.evolutionm.net/forums/)
-   ECU Flash (https://www.evolutionm.net/forums/ecu-flash-179/)
-   -   help with 2 byte load for 98640014 (https://www.evolutionm.net/forums/ecu-flash/416690-help-2-byte-load-98640014-a.html)

infini_IV Apr 26, 2009 01:24 AM

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

sub7 Apr 26, 2009 03:55 AM

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 :)

infini_IV Apr 26, 2009 11:54 AM

yeah ive seen that thread, trouble is it doesnt tell you how to do it, only tells you what to do, not how to?

infini_IV Apr 27, 2009 01:35 AM

no one knows how?

R. Mutt Apr 27, 2009 11:40 AM

You should have a MUT Table...access the table and change the values for MUT00 and MUT01 to the following:

Click Image
http://img207.imageshack.us/img207/3852/39214958.th.jpg

Relash the car and you should be able to log MUT 2byte Mod in Evoscan

infini_IV Apr 27, 2009 11:56 AM

thanks for that, but when i open my rom there is no "mut table" would you know why that is? thanks

R. Mutt Apr 27, 2009 04:22 PM

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.

infini_IV Apr 27, 2009 10:46 PM


Originally Posted by R. Mutt (Post 6992570)
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

infini_IV Apr 27, 2009 11:57 PM

1 Attachment(s)
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?

R. Mutt Apr 28, 2009 09:44 AM

1 Attachment(s)
Yup...just reflash and you should be able to log it in evoscan.

infini_IV Apr 28, 2009 11:55 AM

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??

rob2006 Apr 28, 2009 12:24 PM


Originally Posted by infini_IV (Post 6995891)
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.

R. Mutt Apr 28, 2009 01:41 PM

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
http://img207.imageshack.us/img207/3852/39214958.th.jpg

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. {thumbup}

infini_IV Apr 28, 2009 10:37 PM

sweet, got it sorted. thanks so much i appreciate you taking the time to help me out


All times are GMT -7. The time now is 11:00 PM.


© 2024 MH Sub I, LLC dba Internet Brands