RomRaider

Open Source ECU Tools
 FAQ •  Register •  Login 

RomRaider

Documentation

Community

Developers

It is currently Thu May 23, 2013 1:36 am

All times are UTC - 5 hours [ DST ]





Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Need STI SADM 09 DEFINATION Please!!
PostPosted: Fri Nov 20, 2009 3:22 pm 
Offline
Newbie

Joined: Mon Jul 14, 2008 1:51 am
Posts: 7
Hello i need this asap please the id from the loggers says 5AA2784207

its sti sadm 09 2.5

Here is the rom

thanks


Attachments:
STI 2009 Panama SADM.hex [1 MiB]
Downloaded 89 times
Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Sat Nov 21, 2009 2:00 am 
Offline
Newbie

Joined: Mon Jul 14, 2008 1:51 am
Posts: 7
any?

Thanks


Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Sat Nov 21, 2009 12:45 pm 
Offline
RomRaider Donator
User avatar

Joined: Sun Sep 14, 2008 7:59 am
Posts: 76
Location: France
AZIG200J :wink:


Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Sat Nov 21, 2009 1:15 pm 
Offline
Newbie

Joined: Mon Jul 14, 2008 1:51 am
Posts: 7
legaulois wrote:
AZIG200J :wink:


i was trying that on ecuflash but i cant see any maps and with romraider says i need the deff :S


Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Sat Nov 21, 2009 1:25 pm 
Offline
Administrator
User avatar

Joined: Wed Oct 25, 2006 12:32 am
Posts: 3039
AZ1G200J is supported.

topic1642.html
topic360.html


Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Sat Nov 21, 2009 1:31 pm 
Offline
Newbie

Joined: Mon Jul 14, 2008 1:51 am
Posts: 7
mickeyd2005 wrote:
AZ1G200J is supported.

topic1642.html
topic360.html


i download does one but when im trying to read it with romraider says ecu defination not found , do i need to edit something? did you open the rom?

thanks


Last edited by HeFe_Pma on Sat Nov 21, 2009 1:37 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Sat Nov 21, 2009 1:35 pm 
Offline
Newbie

Joined: Mon Jul 14, 2008 1:51 am
Posts: 7
i open it with ecuedit and says AZ1G202J

Let me know guys what i need to do

thanks for the help


Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Sat Nov 21, 2009 3:40 pm 
Offline
Administrator
User avatar

Joined: Wed Oct 25, 2006 12:32 am
Posts: 3039
I think that legualois was implying that you can use the older rom. Or you can use the older rom defs as a starting point for creating new defs for yourself.

There is some risk. In a worst case scenario, you will need to send your ecu to tactrix to get it bench flashed.


Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Sun Nov 22, 2009 7:09 pm 
Offline
Newbie

Joined: Mon Jul 14, 2008 1:51 am
Posts: 7
mickeyd2005 wrote:
I think that legualois was implying that you can use the older rom. Or you can use the older rom defs as a starting point for creating new defs for yourself.

There is some risk. In a worst case scenario, you will need to send your ecu to tactrix to get it bench flashed.


lol i think thats much for me :mrgreen:

well i think i will need to wait until somebody have it

thanks


Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Mon Nov 23, 2009 3:11 am 
Offline
RomRaider Donator
User avatar

Joined: Sun Sep 14, 2008 7:59 am
Posts: 76
Location: France
in your file "ecu_defs.xml" add code :
Code:
<rom base="AZ1G200J">
        <romid>
            <xmlid>AZ1G202J</xmlid>
            <internalidaddress>2004</internalidaddress>
            <internalidstring>AZ1G202G</internalidstring>
            <ecuid>5AA2784207</ecuid>
            <year>08</year>
            <market>SADM</market>
            <make>Subaru</make>
            <model>Impreza</model>
            <submodel>STi</submodel>
            <transmission>MT</transmission>
            <memmodel>SH7058</memmodel>
            <flashmethod>subarucan</flashmethod>
            <filesize>1024kb</filesize>
        </romid>
    </rom>


Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Wed Nov 25, 2009 11:15 am 
Offline
Newbie

Joined: Mon Jul 14, 2008 1:51 am
Posts: 7
legaulois wrote:
in your file "ecu_defs.xml" add code :
Code:
<rom base="AZ1G200J">
        <romid>
            <xmlid>AZ1G202J</xmlid>
            <internalidaddress>2004</internalidaddress>
            <internalidstring>AZ1G202G</internalidstring>
            <ecuid>5AA2784207</ecuid>
            <year>08</year>
            <market>SADM</market>
            <make>Subaru</make>
            <model>Impreza</model>
            <submodel>STi</submodel>
            <transmission>MT</transmission>
            <memmodel>SH7058</memmodel>
            <flashmethod>subarucan</flashmethod>
            <filesize>1024kb</filesize>
        </romid>
    </rom>



thanks i just change this part <internalidstring>AZ1G202G</internalidstring> to <internalidstring>AZ1G202J</internalidstring> and work great!!!!


Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Thu Nov 26, 2009 1:33 am 
Offline
RomRaider Donator

Joined: Wed Jul 12, 2006 11:01 am
Posts: 148
legaulois wrote:
in your file "ecu_defs.xml" add code :
Code:
<rom base="AZ1G200J">
        <romid>
            <xmlid>AZ1G202J</xmlid>
            <internalidaddress>2004</internalidaddress>
            <internalidstring>AZ1G202G</internalidstring>
            <ecuid>5AA2784207</ecuid>
            <year>08</year>
            <market>SADM</market>
            <make>Subaru</make>
            <model>Impreza</model>
            <submodel>STi</submodel>
            <transmission>MT</transmission>
            <memmodel>SH7058</memmodel>
            <flashmethod>subarucan</flashmethod>
            <filesize>1024kb</filesize>
        </romid>
    </rom>


Do the logging parameters in romraider logger also compatible (using same logging address), of course, this required manual work to insert the Ecuid information into the logger definition. Unfortunately Logger definition inheritance capability is not so great..


Top
 Profile  
 
 Post subject: Re: Need STI SADM 09 DEFINATION Please!!
PostPosted: Mon Jan 03, 2011 2:57 pm 
Offline
RomRaider Developer

Joined: Wed May 20, 2009 9:49 pm
Posts: 3662
Location: Canada eh!
Ticket opened: http://trac2.assembla.com/romraider/ticket/13


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subsilver by phpBBservice.nl