Brian Ledbetter
Brian Ledbetter
The documentation Aaron linked for the “manual” process will let you offload processing using the power of copy and paste :) On Fri, Nov 8, 2024 at 9:15 AM em1ter...
No, it’s all the same. 18.1 and 18.6 are functionally identical and 18.10 just has a different public key. The steps to enter the bootstrap loader are the same for...
args[1] is `18000` , which isn't a valid hex byte string since it has an odd number of characters :)
I never added DFlash (eeprom) write support; my recollection is that I at least need to adjust some base addresses for it. Trying to write flash starting at 0x80000000 will...
Reprogramming PFlash should work split into sectors and erased before writing, yes. Refer to the source or a datasheet for the sector mapping, the sector sizes change by location. You...
> could one simply pick Flash Stock (re-lock ECU) and upgrade the factory firmware from one version to another Yes, do this and pick an FRF. Make sure that the...
> 3CN906259_0005 to 3CN906259_0006. I couldn't imagine a immobilizer lock based on this. Right, this will generally be safe. > Could we not add a warning in the GUI that...
These control units have a bug in their reflash process where block erase and validate requests fail and need to be retried indefinitely. I haven’t worked around this bug yet....