follow ft86club on our blog, twitter or facebook.
FT86CLUB
Ft86Club
Speed By Design
Register Garage Community Calendar Today's Posts Search

Go Back   Toyota GR86, 86, FR-S and Subaru BRZ Forum & Owners Community - FT86CLUB > Technical Topics > Software Tuning

Software Tuning Discuss all software tuning topics.

Register and become an FT86Club.com member. You will see fewer ads

User Tag List

Reply
 
Thread Tools Search this Thread
Old 02-25-2015, 03:09 AM   #365
phrosty
Senior Member
 
Join Date: Apr 2013
Drives: 2013 FR-S
Location: Seattle
Posts: 806
Thanks: 202
Thanked 321 Times in 199 Posts
Mentioned: 18 Post(s)
Tagged: 1 Thread(s)
Quote:
Originally Posted by bur****jp View Post
I got addresses from the 'b01c' addresses file. I can't remember which of the other files I started with, but there were a few things which needed to come over from the addresses file.
Quote:
Originally Posted by steve99 View Post
try @phrosty he is on b01c or d rom sure he has a working logcfg.txt for that rom. strange load does not work as most guys would want that for maf scaling.
B01C/B01D load:

Code:
paramname = Load
paramid = 0xFFF8914C
isfloat = 1
I've got a B01C/B01D log file pre-made with all the typical fields here.
__________________
2013 Whiteout 6AT FR-S | Perrin Inlet Tube + 2.75" CAI | OpenFlash Header | P&L Catback | 4.88 Final Drive | Dialed in OFT 2.0x Stage 2 E85 | 18x8 Enkei Raijin + 225/40 Michelin Pilot Super Sport | 17x7 Stock + 215/45 Michelin X-Ice Xi-2
phrosty is offline   Reply With Quote
The Following 2 Users Say Thank You to phrosty For This Useful Post:
burdickjp (02-25-2015), steve99 (02-25-2015)
Old 04-09-2015, 06:36 AM   #366
steve99
Banned
 
Join Date: Dec 2013
Drives: FT86
Location: Australia
Posts: 7,996
Thanks: 1,035
Thanked 4,992 Times in 2,983 Posts
Mentioned: 598 Post(s)
Tagged: 2 Thread(s)
Added

I rom logging file
D rom logging lile
Cam timing log parameters for G & I roms thanks @ztan
steve99 is offline   Reply With Quote
The Following 2 Users Say Thank You to steve99 For This Useful Post:
NotSoJDM (04-10-2015), Sportsguy83 (04-16-2015)
Old 04-27-2015, 03:21 AM   #367
dave-
Senior Member
 
Join Date: Feb 2013
Drives: 86 GT
Location: Australia
Posts: 100
Thanks: 47
Thanked 11 Times in 10 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
General question here about bad flash a while back.

Basically went to flash like normal and it failed, don't recall the error and can't find the full log but I left the ignition on and only hit write again. It worked but I got the following error on the second write attempt. I assume it is because the first failed write erased everything?

Code:
[11:46:29.509] reading vehicle info...
[11:46:31.514] OBDII communications failed - trying OEM bootloader...
[11:46:31.515] connected to OEM bootloader!
[11:46:31.515] preparing to write area 00008000-0013FEFF...
[11:46:31.517] erasing area 00008000-0013FEFF...
[11:46:37.110] writing area 00008000-0013FEFF...
[11:48:15.121] interface close
Did I avoid a brick by leaving the ignition on and just doing another write? Or is ecuflash smart enough that it would just been able to write the ROM again regardless of what I did with the ignition?
dave- is offline   Reply With Quote
Old 04-27-2015, 03:51 AM   #368
steve99
Banned
 
Join Date: Dec 2013
Drives: FT86
Location: Australia
Posts: 7,996
Thanks: 1,035
Thanked 4,992 Times in 2,983 Posts
Mentioned: 598 Post(s)
Tagged: 2 Thread(s)
Quote:
Originally Posted by dave- View Post
General question here about bad flash a while back.

Basically went to flash like normal and it failed, don't recall the error and can't find the full log but I left the ignition on and only hit write again. It worked but I got the following error on the second write attempt. I assume it is because the first failed write erased everything?

Code:
[11:46:29.509] reading vehicle info...
[11:46:31.514] OBDII communications failed - trying OEM bootloader...
[11:46:31.515] connected to OEM bootloader!
[11:46:31.515] preparing to write area 00008000-0013FEFF...
[11:46:31.517] erasing area 00008000-0013FEFF...
[11:46:37.110] writing area 00008000-0013FEFF...
[11:48:15.121] interface close
Did I avoid a brick by leaving the ignition on and just doing another write? Or is ecuflash smart enough that it would just been able to write the ROM again regardless of what I did with the ignition?
You will probably never know.

but always safer to try writing again before turning ignition off as you can always try again after turning ignition off.

The ECU is still in program mode from previous write attempt, till ignition is turned off.

Their are three ROM area in the ECU

1. SH Boot area (very low level boot area) need serial communication to access ie soldering wires to ECU
2. USER BOOT Area can be accessed via OBD port
3. USER ROM area - the area flashing devices read/erase/write/talk to.

Appears all flashing devices only write to the third area USER ROM area.
So you connect your flashing device, it initially tries to communicate with the software code in the USER ROM area via OBD communication method. If no response the Tactrix and other system can try communicating with the USER BOOT area code. This is your get out of jail free card if flash fails part way through.

Main causes of failed flash are bad connection to obd port, low or flat car battery or laptop issues.



As I understand it Tactrix tries to communicate with the ECU via the OBD communication method first . I believe this is communicating via the software thats contained in the rom you flash. You only get one go at this method as USER ROM area is ERASED before write takes place.

I suspect what happened was

1. Initial flash failed part way through for unknown reason.
2. USER ROM area now erased or partial write
3. Second time tectrix tries to talk to ecu via code in USER ROM area which is trashed it fails
4. Tectrix tries comms via USER BOOT code, comms established , USER ROM area erased and written successfully.


The big problem occurs when you write complete rubbish code, or for some reason the partially written rom cause the ecu to loop or go into some other weird state where you have no communication via the OBD port.

Check your obd connection by either READING ROM or LOGGING and wiggle connection if it drops out during READ or you get heaps of short log files you have connection issues.
steve99 is offline   Reply With Quote
The Following User Says Thank You to steve99 For This Useful Post:
dave- (04-28-2015)
Old 04-28-2015, 02:04 AM   #369
dave-
Senior Member
 
Join Date: Feb 2013
Drives: 86 GT
Location: Australia
Posts: 100
Thanks: 47
Thanked 11 Times in 10 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Yeah I suspect it was bad connection, though I always do a read first and that was fine. Possibly the port/pins are damaged from constantly unplugging a scangauge and connecting a BT dongle or tactrix at the track to collect data. Haven't tried a write since but logging has been fine.
dave- is offline   Reply With Quote
Old 04-28-2015, 03:38 AM   #370
steve99
Banned
 
Join Date: Dec 2013
Drives: FT86
Location: Australia
Posts: 7,996
Thanks: 1,035
Thanked 4,992 Times in 2,983 Posts
Mentioned: 598 Post(s)
Tagged: 2 Thread(s)
Quote:
Originally Posted by dave- View Post
Yeah I suspect it was bad connection, though I always do a read first and that was fine. Possibly the port/pins are damaged from constantly unplugging a scangauge and connecting a BT dongle or tactrix at the track to collect data. Haven't tried a write since but logging has been fine.
I use a short obd extension cable for this reason and leave thet plugged in all the time so i dont wear out port on car.

even better buy one with an inbuilt switch

[ame="http://www.amazon.com/gp/product/B00UR5XBMW/"]Amazon.com: OBD 2 16pin Male to Female Right Angle Diagnostic Extension Cable with Power Switch: Automotive[/ame]
steve99 is offline   Reply With Quote
The Following 2 Users Say Thank You to steve99 For This Useful Post:
burdickjp (04-28-2015), Ultramaroon (05-25-2015)
Old 04-28-2015, 12:33 PM   #371
dave-
Senior Member
 
Join Date: Feb 2013
Drives: 86 GT
Location: Australia
Posts: 100
Thanks: 47
Thanked 11 Times in 10 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by steve99 View Post
I use a short obd extension cable for this reason and leave thet plugged in all the time so i dont wear out port on car.
Yeah hindsight and all.
dave- is offline   Reply With Quote
The Following User Says Thank You to dave- For This Useful Post:
Ultramaroon (05-25-2015)
Old 04-28-2015, 12:45 PM   #372
burdickjp
Senior Member
 
Join Date: Jan 2015
Drives: 2013 ultramarine Scion FR-S
Location: Royal Oak, MI
Posts: 293
Thanks: 140
Thanked 137 Times in 70 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by steve99 View Post
I use a short obd extension cable for this reason and leave thet plugged in all the time so i dont wear out port on car.

even better buy one with an inbuilt switch

Amazon.com: OBD 2 16pin Male to Female Right Angle Diagnostic Extension Cable with Power Switch: Automotive
Oh, that's clever.
burdickjp is offline   Reply With Quote
Old 05-25-2015, 04:03 AM   #373
toyota_86
Member
 
Join Date: Jan 2013
Drives: Toyota 86 (old) / GR86 - (current)
Location: Melbourne - Australia
Posts: 17
Thanks: 0
Thanked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Hi All,

Just wondering Has anyone got a rom raider logging definition made yet?

Also about almost bricking the ECU, My laptop battery (was faulty and showing wrong battery level) has died before during a write and i turned ignition off and then on and was able to write the flash again fine. Its also happened on my WRX before (i know need a new laptop battery) and same thing it was able to write fine on retry.
toyota_86 is offline   Reply With Quote
Old 05-25-2015, 04:20 AM   #374
steve99
Banned
 
Join Date: Dec 2013
Drives: FT86
Location: Australia
Posts: 7,996
Thanks: 1,035
Thanked 4,992 Times in 2,983 Posts
Mentioned: 598 Post(s)
Tagged: 2 Thread(s)
Quote:
Originally Posted by toyota_86 View Post
Hi All,

Just wondering Has anyone got a rom raider logging definition made yet?

Also about almost bricking the ECU, My laptop battery (was faulty and showing wrong battery level) has died before during a write and i turned ignition off and then on and was able to write the flash again fine. Its also happened on my WRX before (i know need a new laptop battery) and same thing it was able to write fine on retry.
No romraider logging available for brz/86 other than basic obd stuff.

The RR guys busy on 2015wrx ecu, best talk to them re any work on rr logging for brz/86

only option with tactrix is the SD card logging at present

Re batterys , I would not push your luck, best to plug laptop into mains power , only have ecuflash running and disable wifi . Also make sure car battery is good.

Tactrix/ecuflash has OEM recovery mode (user boot) if normal obd mode (user rom) fails but its still possible to get ecu into a state where it wont recover when laptops or car battery dies mid flash if the user rom area loops or goes into a weird state due incomplete flash Same with any other flashing system.
steve99 is offline   Reply With Quote
The Following User Says Thank You to steve99 For This Useful Post:
Ultramaroon (05-25-2015)
Old 05-25-2015, 09:30 PM   #375
steve99
Banned
 
Join Date: Dec 2013
Drives: FT86
Location: Australia
Posts: 7,996
Thanks: 1,035
Thanked 4,992 Times in 2,983 Posts
Mentioned: 598 Post(s)
Tagged: 2 Thread(s)
added ZA1JA02J rom for middle east region
steve99 is offline   Reply With Quote
Old 06-03-2015, 04:57 PM   #376
Sportsguy83
I Love custom Turbo kits
 
Sportsguy83's Avatar
 
Join Date: Mar 2012
Drives: Limited BRZ
Location: Miami
Posts: 10,770
Thanks: 20,004
Thanked 8,346 Times in 4,361 Posts
Mentioned: 441 Post(s)
Tagged: 12 Thread(s)
Garage
@steve99 was able to flash a friend's auto 15' FRS with Stg. 1 93 pumpgas ROM.

I let Ecuflash correct the checksum.

The Ecu did not want to accept the key (like it was an Ecutek/BRZEdite, etc. locked ECU but it was not, he bought the car brand new fresh from the lot), until it finally accepted it and successfully flashed the ROM.

I can't thank you enough for this post. It helped tremendously!!

He has a D00D ROM.
Sportsguy83 is offline   Reply With Quote
Old 06-03-2015, 07:25 PM   #377
steve99
Banned
 
Join Date: Dec 2013
Drives: FT86
Location: Australia
Posts: 7,996
Thanks: 1,035
Thanked 4,992 Times in 2,983 Posts
Mentioned: 598 Post(s)
Tagged: 2 Thread(s)
Quote:
Originally Posted by Sportsguy83 View Post
@steve99 was able to flash a friend's auto 15' FRS with Stg. 1 93 pumpgas ROM.

I let Ecuflash correct the checksum.

The Ecu did not want to accept the key (like it was an Ecutek/BRZEdite, etc. locked ECU but it was not, he bought the car brand new fresh from the lot), until it finally accepted it and successfully flashed the ROM.

I can't thank you enough for this post. It helped tremendously!!

He has a D00D ROM.
thanks

usually that sort of thing is caused by bad connectio, tactrix adapter has thin pins ,i bent mine inwards slightly.

or you hit go to flash without waiting 15 secs

i always do a read first and wiggle cable to see i have a soild connection the obd ports in thes cars can be a intermittent.
steve99 is offline   Reply With Quote
The Following 2 Users Say Thank You to steve99 For This Useful Post:
Sportsguy83 (06-04-2015), Ultramaroon (06-03-2015)
Old 06-03-2015, 09:51 PM   #378
EAGLE5
Dismember
 
EAGLE5's Avatar
 
Join Date: Mar 2013
Drives: 2013 Red Scion FR-S
Location: Castro Valley
Posts: 5,562
Thanks: 2,153
Thanked 4,002 Times in 2,157 Posts
Mentioned: 43 Post(s)
Tagged: 1 Thread(s)
Garage
I always do a full read before doing a write.
EAGLE5 is offline   Reply With Quote
The Following User Says Thank You to EAGLE5 For This Useful Post:
Sportsguy83 (06-04-2015)
 

Tags
ecuflash, tactrix, taxtrix, tuning


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
ECUFlash - Getting close! xjohnx Software Tuning 698 03-22-2015 01:10 PM
EcuTek Flash finished but now it shows only a Partial Flash... Cross Software Tuning 32 02-12-2014 11:55 AM
Tactrix Openport jamesm Engine, Exhaust, Bolt-Ons 1 01-28-2014 09:27 PM
Visconti Tuning - Latest BRZ Flash Info Visconti Software Tuning 6530 12-24-2013 11:18 PM
Overboost Protection With OFT/EcuFlash? FrX Software Tuning 9 10-23-2013 08:27 AM


All times are GMT -4. The time now is 11:41 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
User Alert System provided by Advanced User Tagging v3.3.0 (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.

Garage vBulletin Plugins by Drive Thru Online, Inc.