Welcome to the North American Subaru Impreza Owners Club Thursday March 28, 2024
Home Forums Images WikiNASIOC Products Store Modifications Upgrade Garage
NASIOC
Go Back   NASIOC > NASIOC Technical > Engine Management & Tuning > Open Source Reflashes

Welcome to NASIOC - The world's largest online community for Subaru enthusiasts!
Welcome to the NASIOC.com Subaru forum.

You are currently viewing our forum as a guest, which gives you limited access to view most discussions and access our other features. By joining our community, free of charge, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is free, fast and simple, so please join our community today!

If you have any problems with the registration process or your account login, please contact us.







* As an Amazon Associate I earn from qualifying purchases. 
* Registered users of the site do not see these ads. 
Reply
 
Thread Tools Display Modes
Old 02-12-2008, 11:57 AM   #251
xswrex
Scooby Newbie
 
Member#: 87255
Join Date: May 2005
Location: Greece
Vehicle:
2002 Impreza WRX
given up emptying PMs...

Default

Quote:
Originally Posted by turboge View Post
Are those JDM roms 32-bit?

Also is there any way you could do a patch for A4SE700I? It's 2001/2002 ADM WRX.
nope, they are 16bit JDM roms

A4SE700I can be done, no prob. Email that ROM!
* Registered users of the site do not see these ads.
xswrex is offline   Reply With Quote
Sponsored Links
* Registered users of the site do not see these ads.
Old 02-12-2008, 12:03 PM   #252
xswrex
Scooby Newbie
 
Member#: 87255
Join Date: May 2005
Location: Greece
Vehicle:
2002 Impreza WRX
given up emptying PMs...

Default

Quote:
Originally Posted by AruisDante View Post
Nope. Neither converts to the other in any base between binary to hex (IE Ternary, Quadrinary, Octal, etc). The only thing I can think of is that one is displaying the pointer to the address that the RPM detla is stored to, rather then the actual value.
dont waste too many brain cells thinking about this so hard now will ya
xswrex is offline   Reply With Quote
Old 02-12-2008, 12:09 PM   #253
Hyper
Scooby Guru
 
Member#: 15822
Join Date: Feb 2002
Location: TOPOHTO
Vehicle:
1999 WRB GM6
2.34 LR destroker

Default

Quote:
Originally Posted by xswrex View Post
failed the XML exam
just a small typo mistake in the func_2val & func_val2 attributes, i put them the other way around
use this
Code:
<map name="LC RPM delta" type="1" active="1" help="" class="tinywrex patches" map_struct="" level="0">
			<data count="1" offset="#?????" storagetype="uint16" func_2val="[value]/5.12" func_val2="[value]*5.12" format="%.0f" metric="" caption="" desc="" inc="1" incb="5" incdata="0" incdatab="0" inc_dir="1" cols="1" view="num" color_dir="1"/>
		</map>
forgot to ask...did you change the "offset=#?????" to the correct addresses?


I was so excited that I didn't even bother reading the code, so the offset is still = #?????"

I corrected them according to the patched xml addresses from ecuflash xml

Last edited by Hyper; 02-12-2008 at 12:19 PM.
Hyper is offline   Reply With Quote
Old 02-14-2008, 08:28 AM   #254
xswrex
Scooby Newbie
 
Member#: 87255
Join Date: May 2005
Location: Greece
Vehicle:
2002 Impreza WRX
given up emptying PMs...

Default

i have a problem with my dev system, should be back in a couple of days

http://tinywrex.wordpress.com/2008/0...5-hard-drives/
xswrex is offline   Reply With Quote
Old 02-15-2008, 02:52 PM   #255
SubieStylez
Scooby Specialist
 
Member#: 98709
Join Date: Oct 2005
Chapter/Region: NESIC
Location: Saugus, MA
Vehicle:
2005 Impreza WRX 18g
EWG + Meth

Default

So I followed all the steps on tinywrex, changed to 192k file and all that but the values that came up weren't 0 like the directions said they should be.. I dont think I did anything wrong installing everything. Anyone know what it could be?
SubieStylez is offline   Reply With Quote
Old 02-15-2008, 03:55 PM   #256
AruisDante
Scooby Specialist
 
Member#: 122365
Join Date: Aug 2006
Chapter/Region: MAIC
Location: Pittsburgh, PA
Vehicle:
2015 WRX STI Limited
Ice Silver

Default

Curses, you lost work on the 32bit ECU's? That's a shame

I'm curious, since the 32bit ECU's monitor the clutch switch, are you going to implement FFS on them?
AruisDante is offline   Reply With Quote
Old 02-15-2008, 04:16 PM   #257
fujiillin
Scooby Specialist
 
Member#: 171344
Join Date: Feb 2008
Location: UDel
Vehicle:
2006 STi Wagon
Black HTA Green

Default

Quote:
Originally Posted by AruisDante View Post
Curses, you lost work on the 32bit ECU's? That's a shame

I'm curious, since the 32bit ECU's monitor the clutch switch, are you going to implement FFS on them?
+1

The current method of manipulating the throttle table works, but a rev limit activated by the clutch switch and exceeding the speed threshold would be ideal, and wouldn't require much coding at all.
fujiillin is offline   Reply With Quote
Old 02-15-2008, 06:04 PM   #258
ride5000
Scooby Guru
 
Member#: 32792
Join Date: Feb 2003
Chapter/Region: NESIC
Location: lincoln, ri
Vehicle:
2003 GGA MBP
12.9 / 105+

Default

Quote:
Originally Posted by fujiillin View Post
... and wouldn't require much coding at all.
you say that almost like you have the faintest idea of what you're talking about.
ride5000 is offline   Reply With Quote
Old 02-15-2008, 07:24 PM   #259
AruisDante
Scooby Specialist
 
Member#: 122365
Join Date: Aug 2006
Chapter/Region: MAIC
Location: Pittsburgh, PA
Vehicle:
2015 WRX STI Limited
Ice Silver

Default

I think he means relative to just adding in LC. It would really only require another 'if' section that would check if speed is above threshhold and clutch is pressed, use the FFS limit rather then the LC threshold.

I don't know how the ECU's opcodes, but it wouldn't require more then (assuming there's a Subtract command, nzp registers and 6 general pupose registers)

code :LDR R1, RevLimitLC ; Load R1 with Rev Limit for LC
:LDR R2, Speed ; Load R2 with current Speed
:LDR R3, Threshold ; Load R3 with the speed threshold
:LDR R4, ClutchSwitch ; Load R4 with the current state of the clutch switch, assumes 1 is pressed, 0 is not pressed
:LDR R5, RevLimitFFS ; Load R5 with the Rev Limit for FFS
:SUB R3, R2, R6 ; Subtract Threshold from Speed
:BRp FFS ; If speed is greater then Threshold, branch to FFS code
:Normal LC Code Here
FFS :SUBI R4, #1, R6 ; Test to see if cluctch is depressed
:BRn FFS ; Clutch is not pressed, loop back (to wherever it would need to go)
:Put FFS Rev Limit Code Here


That's about all it would need. But that's using totally made up op codes, so the 32bit ECU may not work like that at all, I honestly didn't look at it. And it assumes you can store easy pointers to the addresses of the info you need, AND that there are 6 general purpose registers, a rareity in the 32bit processors.

Last edited by AruisDante; 02-15-2008 at 07:37 PM.
AruisDante is offline   Reply With Quote
Old 02-15-2008, 08:06 PM   #260
fujiillin
Scooby Specialist
 
Member#: 171344
Join Date: Feb 2008
Location: UDel
Vehicle:
2006 STi Wagon
Black HTA Green

Default

Quote:
Originally Posted by ride5000 View Post
you say that almost like you have the faintest idea of what you're talking about.
I'm in the process of disassembling my own rom to diy if I can find the time..

For xswrex, it would be a walk in the park since it looks like he's damn good at disassembly, following the ecu logic, and obviously coding.

I wasn't demanding anything, just a friendly suggestion.

Last edited by fujiillin; 02-15-2008 at 08:15 PM.
fujiillin is offline   Reply With Quote
Old 02-17-2008, 12:39 AM   #261
minerva1856
Scooby Newbie
 
Member#: 79000
Join Date: Jan 2005
Chapter/Region: SCIC
Location: Pasadena, CA
Vehicle:
2002 WRX
Ver8 EJ207

Default

Where do I paste

<table name="LC disable speed(KMH)threshold" category="tinywrex patches" address="2D2D0" type="1D" level="1" scaling="VehicleSpeed(KMH)"/>
<table name="LC disable speed(MPH)threshold" category="tinywrex patches" address="2D2D0" type="1D" level="1" scaling="VehicleSpeed(MPH)"/>
<table name="LC RPM delta" category="tinywrex patches" address="2D2D2" type="1D" level="1" scaling="EngineSpeed(RPM)"/>

within ecu_defs.xml so that I may edit and view patched ecu's within Romraider? In this case A4SGE01C is my ID

Thanks
minerva1856 is offline   Reply With Quote
Old 02-17-2008, 12:48 PM   #262
Rogan
Scooby Specialist
 
Member#: 142133
Join Date: Feb 2007
Chapter/Region: MAIC
Location: Virginia - hate it
Vehicle:
2011 CC Sport
and a Cummins Dually

Default

can a 160k rom be changed to 192k? if so, how?
Rogan is offline   Reply With Quote
Old 02-17-2008, 12:50 PM   #263
06rexwagon
Scooby Specialist
 
Member#: 114730
Join Date: May 2006
Chapter/Region: SWIC
Location: Albuquerque, NM
Vehicle:
2006 WRX Limited Wag
9.8@150

Default

Quote:
Originally Posted by bchslap View Post
can a 160k rom be changed to 192k? if so, how?
ecuedit will do it. Just download the trial. Go file->Convert->160-192
06rexwagon is offline   Reply With Quote
Old 02-17-2008, 01:16 PM   #264
Nuke209
Scooby Specialist
 
Member#: 108089
Join Date: Feb 2006
Chapter/Region: MWSOC
Location: Minnesota
Vehicle:
2003 WRX
NF Performance

Default

Quote:
Originally Posted by minerva1856 View Post
Where do I paste

<table name="LC disable speed(KMH)threshold" category="tinywrex patches" address="2D2D0" type="1D" level="1" scaling="VehicleSpeed(KMH)"/>
<table name="LC disable speed(MPH)threshold" category="tinywrex patches" address="2D2D0" type="1D" level="1" scaling="VehicleSpeed(MPH)"/>
<table name="LC RPM delta" category="tinywrex patches" address="2D2D2" type="1D" level="1" scaling="EngineSpeed(RPM)"/>

within ecu_defs.xml so that I may edit and view patched ecu's within Romraider? In this case A4SGE01C is my ID

Thanks
It's a little more complicated than that for Enginuity
When I have some time tonight, I'll pm u
Nuke209 is offline   Reply With Quote
Old 02-17-2008, 05:43 PM   #265
minerva1856
Scooby Newbie
 
Member#: 79000
Join Date: Jan 2005
Chapter/Region: SCIC
Location: Pasadena, CA
Vehicle:
2002 WRX
Ver8 EJ207

Default

Quote:
Originally Posted by Nuke209 View Post
It's a little more complicated than that for Enginuity
When I have some time tonight, I'll pm u
Thanks I appreciate it.
minerva1856 is offline   Reply With Quote
Old 02-17-2008, 10:01 PM   #266
SubieStylez
Scooby Specialist
 
Member#: 98709
Join Date: Oct 2005
Chapter/Region: NESIC
Location: Saugus, MA
Vehicle:
2005 Impreza WRX 18g
EWG + Meth

Default

Quote:
Originally Posted by SubieStylez View Post
So I followed all the steps on tinywrex, changed to 192k file and all that but the values that came up weren't 0 like the directions said they should be.. I dont think I did anything wrong installing everything. Anyone know what it could be?
So nobody knows?
SubieStylez is offline   Reply With Quote
Old 02-18-2008, 04:07 AM   #267
xswrex
Scooby Newbie
 
Member#: 87255
Join Date: May 2005
Location: Greece
Vehicle:
2002 Impreza WRX
given up emptying PMs...

Default

patches released

A4TE001I ADM WRX MY03
A4RM100G ADM STI MY03
A4SD900B JDM STI MY01-02

http://tinywrex.wordpress.com
xswrex is offline   Reply With Quote
Old 02-18-2008, 04:12 AM   #268
Nuke209
Scooby Specialist
 
Member#: 108089
Join Date: Feb 2006
Chapter/Region: MWSOC
Location: Minnesota
Vehicle:
2003 WRX
NF Performance

Default

*whistles while waiting for the 32bit*
Nuke209 is offline   Reply With Quote
Old 02-18-2008, 08:38 AM   #269
xswrex
Scooby Newbie
 
Member#: 87255
Join Date: May 2005
Location: Greece
Vehicle:
2002 Impreza WRX
given up emptying PMs...

Default

patches released

A4TE002B JDM STi MY03
A4TE002C JDM STi MY03

http://tinywrex.wordpress.com
xswrex is offline   Reply With Quote
Old 02-18-2008, 08:40 AM   #270
xswrex
Scooby Newbie
 
Member#: 87255
Join Date: May 2005
Location: Greece
Vehicle:
2002 Impreza WRX
given up emptying PMs...

Default

Quote:
Originally Posted by SubieStylez View Post
So nobody knows?
all i know is that if you follow the instructions it works!
xswrex is offline   Reply With Quote
Old 02-18-2008, 04:44 PM   #271
Spec V to Wagon
Scooby Newbie
 
Member#: 129715
Join Date: Oct 2006
Chapter/Region: MAIC
Location: Philadelphia
Vehicle:
03 Wagon
Silver

Default

Here is my 03 Wagon with Open Source Launch Control

Currently set at a low 3600

Spec V to Wagon is offline   Reply With Quote
Old 02-18-2008, 04:56 PM   #272
wuuusaa
Scooby Guru
 
Member#: 92894
Join Date: Aug 2005
Chapter/Region: BAIC
Location: nomo splitting lanes LOL
Vehicle:
2015 Wrx - fury kit
silver duh

Default

Quote:
Originally Posted by Nuke209 View Post
*whistles while waiting for the 32bit*
+1

please hurry up
wuuusaa is offline   Reply With Quote
Old 02-18-2008, 06:02 PM   #273
Sko
Scooby Specialist
 
Member#: 90396
Join Date: Jul 2005
Chapter/Region: NWIC
Location: Portland, OR
Vehicle:
2005 Legacy 2.5i
Brilliant Silver Metallic

Default

Should do a vid watching your boost gauge ^_^
Sko is offline   Reply With Quote
Old 02-19-2008, 01:33 AM   #274
mickeyd2005
Scooby Newbie
 
Member#: 122595
Join Date: Aug 2006
Chapter/Region: NWIC
Vehicle:
2005 LGT Wagon
ABP

Default

Bump for some good work by xswrex.
mickeyd2005 is offline   Reply With Quote
Old 02-19-2008, 05:01 AM   #275
xswrex
Scooby Newbie
 
Member#: 87255
Join Date: May 2005
Location: Greece
Vehicle:
2002 Impreza WRX
given up emptying PMs...

Default

patch released

A4SD900A JDM WRX MY01-02

http://tinywrex.wordpress.com
xswrex is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Launch Control on 2004 WRX Doomsti AccessPort 18 11-16-2012 03:16 PM
Launch Control on 32bit ECU Nuke209 Open Source Reflashes 126 05-17-2008 10:49 AM
Help with wiring in launch control on an 05 WRX. Sir Wagon UTEC 2 03-07-2008 04:45 PM
Failed NY state Inspection because of Launch Control on UTEC? vipernj Engine Management & Tuning 2 01-24-2006 06:10 PM
utec remote switch launch control on 4eat topgrinder Engine Management & Tuning 1 03-27-2003 08:34 PM

All times are GMT -4. The time now is 04:29 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Powered by Searchlight © 2024 Axivo Inc.
Copyright ©1999 - 2019, North American Subaru Impreza Owners Club, Inc.

As an Amazon Associate I earn from qualifying purchases.

When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission
Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.