Filesize Converter

Restore ECU files to their correct flash size

What does this tool do?

Some ECU reading tools (like Autotuner) save files that are smaller than the ECU's actual flash memory. This causes issues when writing back — the file doesn't match the expected layout. This tool restores the correct size by prepending the missing 0xFF padding bytes before your original data.

Read file
~2 MB Incorrect size
β†’
Converted file
8 MB Correct size
0xFF padding (prepended) Original ECU data
How it works
1 Select the ECU type to determine the expected total size and data offset
2 Drop your original file (the one read with Autotuner or similar)
3 Click Convert & Download β€” the output is filled with 0xFF up to the offset, then your data follows
Known compatible reading tools Autotuner Any tool producing undersized reads
Important: Always verify the converted file with a checksum tool before writing it back to the ECU.
EcuConfig { Name = ME17, Label = 4 MB, TotalSize = 4194304, DataOffset = 0 }
ME17
EcuConfig { Name = MED17, Label = 4 MB, TotalSize = 4194304, DataOffset = 0 }
MED17
EcuConfig { Name = MEG17, Label = 4 MB, TotalSize = 4194304, DataOffset = 0 }
MEG17
EcuConfig { Name = MEV17, Label = 4 MB, TotalSize = 4194304, DataOffset = 0 }
MEV17
EcuConfig { Name = EDC17, Label = 4 MB, TotalSize = 4194304, DataOffset = 2097152 }
EDC17
EcuConfig { Name = MD1, Label = 8 MB, TotalSize = 8388608, DataOffset = 6291456 }
MD1
EcuConfig { Name = MG1, Label = 8 MB, TotalSize = 8388608, DataOffset = 6291456 }
MG1
EcuConfig { Name = Continental, Label = 4 MB, TotalSize = 4194304, DataOffset = 2097152 }
Continental