E92(A) ECU parameter mapping
-
- Posts: 38
- Joined: Sun May 19, 2024 12:00 am
- cars: Seat Leon 2016
Ford ranchero with L83+6L80e
E92(A) ECU parameter mapping
Hello, thanks for all the help with the TCM compatibility issue, solution was to buy a newer TCM...
My question is i have a L83 with the E92A ECU, OS 12677878, and HPTuners is starting to remove any and all emission related parameters, so im trying to use EFI live and tunerPro to map the missing parameters out so i can put it in the user defined variables.
But trying to change parameters and save, then figure out where it changed is super jank and often it makes changes in the entire file.. Do any here have a map or know where i can find a file with some known parameters?
Kind regards
(Im allowed by law to remove emision equipment on my car from 1973, so thats not an issue)
My question is i have a L83 with the E92A ECU, OS 12677878, and HPTuners is starting to remove any and all emission related parameters, so im trying to use EFI live and tunerPro to map the missing parameters out so i can put it in the user defined variables.
But trying to change parameters and save, then figure out where it changed is super jank and often it makes changes in the entire file.. Do any here have a map or know where i can find a file with some known parameters?
Kind regards
(Im allowed by law to remove emision equipment on my car from 1973, so thats not an issue)
-
- Posts: 695
- Joined: Thu Feb 13, 2020 11:32 pm
- cars: Mainly GM trucks, a Cruze and an Equinox for dailys..
Re: E92(A) ECU parameter mapping
UniversalPatcher has the DTC's layed out for that ecm and OS.
https://github.com/joukoy/UniversalPatcher/tree/master
https://github.com/joukoy/UniversalPatcher/tree/master
-
- Posts: 38
- Joined: Sun May 19, 2024 12:00 am
- cars: Seat Leon 2016
Ford ranchero with L83+6L80e
Re: E92(A) ECU parameter mapping
Thank you so much for that, I totaly forgot universal patcher! Sadly it's not the DTC's I'm most after, it's the enable / disable rear 02 sensor tests, and all the cat test + light off stuff..ironduke wrote: ↑Thu Oct 10, 2024 1:04 am UniversalPatcher has the DTC's layed out for that ecm and OS.
https://github.com/joukoy/UniversalPatcher/tree/master
BUT I'll compare the dtc list with hpt and see if there's any missing.
Just talking about this on hpt forum gets ones posts delete with no explanation or nothing.. Very "oh no we do not like this so you are not allowed" even tho we are paying customers...
Re: E92(A) ECU parameter mapping
Unfortunately Ghidra is really the only way with gen 4 gen 5 stuff.
Use an older HP version that has the tables you need. Modify the tables and export to bin to locate the addresses. Open up in ghidra and go to the locations. Note the instruction patterns and data structures. Then for any new OS you can search on instruction combos. That usually only returns a few results with one of them being the table you're after. That'll give you everything you need to create a xdf or define in efilive.
Use an older HP version that has the tables you need. Modify the tables and export to bin to locate the addresses. Open up in ghidra and go to the locations. Note the instruction patterns and data structures. Then for any new OS you can search on instruction combos. That usually only returns a few results with one of them being the table you're after. That'll give you everything you need to create a xdf or define in efilive.
-
- Posts: 38
- Joined: Sun May 19, 2024 12:00 am
- cars: Seat Leon 2016
Ford ranchero with L83+6L80e
Re: E92(A) ECU parameter mapping
im using HPtuners currently, sadly i cant open my tune with a older version as it says its incompatible...hjtrbo wrote: ↑Thu Oct 10, 2024 9:13 am Unfortunately Ghidra is really the only way with gen 4 gen 5 stuff.
Use an older HP version that has the tables you need. Modify the tables and export to bin to locate the addresses. Open up in ghidra and go to the locations. Note the instruction patterns and data structures. Then for any new OS you can search on instruction combos. That usually only returns a few results with one of them being the table you're after. That'll give you everything you need to create a xdf or define in efilive.
-
- Posts: 2959
- Joined: Sun Aug 02, 2009 9:16 pm
- Location: Bayside, Melbourne, Victoria
- Contact:
Re: E92(A) ECU parameter mapping
You need to read the file with the older version for it to be compatible!
-
- Posts: 38
- Joined: Sun May 19, 2024 12:00 am
- cars: Seat Leon 2016
Ford ranchero with L83+6L80e
Re: E92(A) ECU parameter mapping
yea, but the MPIV3 i have will not read to a VCM editor that is before like 4.10.. and the VCM version i can find was 4.6.xx so thats not an optionVX L67 Getrag wrote: ↑Thu Oct 10, 2024 5:02 pm You need to read the file with the older version for it to be compatible!
-
- Posts: 695
- Joined: Thu Feb 13, 2020 11:32 pm
- cars: Mainly GM trucks, a Cruze and an Equinox for dailys..
Re: E92(A) ECU parameter mapping
You've got a .bin of your ecm though, right?
Re: E92(A) ECU parameter mapping
Another one bitten by HPs updates.
Having the bin is good. You ever used Ghidra or IDA?
Having the bin is good. You ever used Ghidra or IDA?