I have the irom disassemble in IDA. I've looked at it sometime ago in order to modify it for multimap purpose. For this, we have to patch a specific checksum in this part of the code (0x10000-0x13FFF range).
But is the checksums I need to patch are in the irom or in the Flash (and their I will have to disasemble the Flash ?)
Thanks for the help
Might be a good idea to at least understand the memory layout.
This ECU only has internal ROM, which is 32kb in the processor.
And the rest is external flash, 29F400BT.
You can not change the internal ROM, it's OTP. Chances are you haven't even read it.
You can change everything in the extflash.
0x10000-0x13FFF does not even exist in the memory map. Load the file correctly first before you say even more silly things.