88590015 Evo Live Map - ROM and software
I spoke to mrfred and he can get this on his roadmap but it wont be for a while. Can anyone else port this to the V7 rom for 9s? Now that we have alt maps via the pedal we can actually use this feature without map switch.
im testing this out as im typing this... everything is working so far...i think. gotta change my boost in alt maps to be the same (next stop). Currently working on fuel mapping. Ill prolly have a ton of questions later. so far, its running fine.
Ok. SO, preliminary report is that this map works great. I'm able to make changes to the alt map and it saves to the rom just fine. but...my vista computer isn't liking the program. I'm hving he following issues:
writing .csv. data to a save space i'm getting a "unable to write to <timestamp>.csv", probably due to vista's permissions issues.
I'm also only alotted few minutes (about 2-4min) of realtime adjustment then pops up "unable to read data", I can click "start" and it reconnects for another small amount of time then I get the same error.
Other than that everything will prolly work fine for you if you have a XP pc.
One question:
can this work with any tephra 5.1, or just the ROM provided?
writing .csv. data to a save space i'm getting a "unable to write to <timestamp>.csv", probably due to vista's permissions issues.
I'm also only alotted few minutes (about 2-4min) of realtime adjustment then pops up "unable to read data", I can click "start" and it reconnects for another small amount of time then I get the same error.
Other than that everything will prolly work fine for you if you have a XP pc.
One question:
can this work with any tephra 5.1, or just the ROM provided?
well now that i have moved to 9653... and enjoying the fun of V7 and live mapping..... did the 88590015 ppl want to have DMA on V7 or is already there... if so can someone please give me the link as i need the xml for my program if i want anyone with USDM E9 to use my program.
if not then if there is someone wanting to be a test bunny then i will have a go at porting it... shouldnt be too hard i imagine.
if not then if there is someone wanting to be a test bunny then i will have a go at porting it... shouldnt be too hard i imagine.
well now that i have moved to 9653... and enjoying the fun of V7 and live mapping..... did the 88590015 ppl want to have DMA on V7 or is already there... if so can someone please give me the link as i need the xml for my program if i want anyone with USDM E9 to use my program.
if not then if there is someone wanting to be a test bunny then i will have a go at porting it... shouldnt be too hard i imagine.
if not then if there is someone wanting to be a test bunny then i will have a go at porting it... shouldnt be too hard i imagine.
P.s. To the 88590015 guys that haven't tried this Rom yet, do it. It's totally worth it. Tuning takes a third of the time versus the old way (stop, flash, start, rinse, repeat
)
Last edited by SoCalRedLine; Nov 29, 2009 at 11:14 AM.
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
thanks to the people that are helping develop this.
im more than willing to help test any mods for the IX, as im not a pansy evo owner.
I appologize for taking so long to test this, cause i thought it was only available for the Viii guys till i stumbled upon this thread on google.
im more than willing to help test any mods for the IX, as im not a pansy evo owner.

I appologize for taking so long to test this, cause i thought it was only available for the Viii guys till i stumbled upon this thread on google.
ok i will try and port from V510 to V7 on 88590015... keeping fingers crossed it should be easy enough. i will post up a link in the next day or two in this thread.
once i do it i will post up the most stable version of my app with all defs i can get as well.
he only question was do we move to bigger ram segment size from 2048bytes or keep it at 2048bytes.
once i do it i will post up the most stable version of my app with all defs i can get as well.
he only question was do we move to bigger ram segment size from 2048bytes or keep it at 2048bytes.
Last edited by ziad; Nov 29, 2009 at 03:40 PM.
Awesome! I'll test it as soon as I see it posted. I'm not a coding guru but I know the v7 for the 8859- rom has a larger map than the corresponding 9653- map, so on assumption I'd say more ram would be required. I'd talk to jscbanks, tephra, mrfred, acamus, etc and find out for certain.
hmm looking at the code and its doing my head in... firstly the manual disassembly does not look as where nice as the script for 7052.... also for some strange reason the code is actually split up into different segments in different areas of memory. even JB's of his own car is like that
is this cuz some areas are being written to???
also the rom tables for alt maps are not all in the same block of 2k.
the tables are all the same size. the only issue is that for people running SD there is only space for about 16 items to log... its easy enough to increase once its working..... i need sleep.
is this cuz some areas are being written to???also the rom tables for alt maps are not all in the same block of 2k.
the tables are all the same size. the only issue is that for people running SD there is only space for about 16 items to log... its easy enough to increase once its working..... i need sleep.
Last edited by ziad; Dec 1, 2009 at 03:29 AM.
Man, i only understood about half of what u said...lol. I recall a thread where tephra an the guys were talking about how they had to split up the tephra mods to fit in the rom. Iirc it's cause there are tables called for that can't be moved.
Any work you're doing is greatly appreciated tho. If you get a working rom u need tested, feel free to email it over: socalredline@gmail.com
Any work you're doing is greatly appreciated tho. If you get a working rom u need tested, feel free to email it over: socalredline@gmail.com
ziad, this version was an early port of my 88570008 work. There were about four assembly source files, the resulting hex was then manually pasted in with a hex editor. At the time different methods were being developed to call things from the MUT routine or from the serial port interrupt, and more routines were added to sort things after reflash. I didn't bunch the routines together since there were dozens of versions of each one to get it right. Later I started to move things around to fit around Tephra, and then to put things in the same area of the SH7052 where possible. I also later combined all the source into one file so it could be assembled in one block and the code again inserted with a hex editor.
That is about as much as I remember, but I'm sure I posted the latest source I was using somewhere.
Sadly between running a medical practice and working on the GTR for Cobb I have less than zero time to dig it all out again, but I hope something can be done with it.
I'm sorry to say as well it took six months after I posted this for anyone to test it, by then things move on and I forget what I've done. I just can't work like that, I need something tested that week otherwise I just can't bring it all back.
That is about as much as I remember, but I'm sure I posted the latest source I was using somewhere.
Sadly between running a medical practice and working on the GTR for Cobb I have less than zero time to dig it all out again, but I hope something can be done with it.
I'm sorry to say as well it took six months after I posted this for anyone to test it, by then things move on and I forget what I've done. I just can't work like that, I need something tested that week otherwise I just can't bring it all back.
Last edited by jcsbanks; Dec 1, 2009 at 01:49 PM.


