Mefi5 tuner pro xdf and checksum calculations bin files

Disassembly, Reassembly, Tools and devleopment. Going deep with Hardware and Software.
Post Reply
04colyZQ8
Posts: 380
Joined: Thu Jan 16, 2014 12:41 pm
cars: 2004 Colorado 4.8L swap
86/90 Jimmy 6.5L diesel swap
80 Chevrolet Silverado TBI swap
88dodge W100 LPG conversion

Mefi5 tuner pro xdf and checksum calculations bin files

Post by 04colyZQ8 »

Looking for help on this mefi5 bin file I think it is mefi5B its 16kb first 4 bytes are the checksum cannot for the life of me calculate it? I have a xdf for a mefi5a but that doesn't work on my controller or calculate the checksums, if anyone has xdfs to share or at least tell me the start and ending file lengths as specified in tuner pro for the checksum calculation! Looking for others who have mefi bins and xdfs.

I have tired for two years to get a hold of Bob from mefi burn! He will not answer my calls! I guess he is out of business? Because I would like to buy stuff from him!! and my cable is not working well loose connection at the box to obd2 adapter, was hoping he might sell me a new box or plug to solder on.

Here is me mefi5b please help calculating the checksum!
This is the mefi5a checksum:
mefi5achecksum.png
mefi5achecksum.png (32.72 KiB) Viewed 1464 times
And the mefi5B cal file :
mefi5b.bin
(16 KiB) Downloaded 45 times
User avatar
antus
Site Admin
Posts: 8253
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Mefi5 tuner pro xdf and checksum calculations bin files

Post by antus »

It looks like its standard crc32 from 4-2FFF

Must be your and my lucky day, I saw the FFFFs around that offset and got it first guess!
Attachments
mefi5b crc32  4-2FFF.jpg
mefi5b crc32 4-2FFF.jpg (181.04 KiB) Viewed 1452 times
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
User avatar
antus
Site Admin
Posts: 8253
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Mefi5 tuner pro xdf and checksum calculations bin files

Post by antus »

Tunerpro doesnt seem to have CRC out of the box, so you'll need a checksum plugin that provides it, or another tool that can fix it outside of tuner pro. At a minimum you can use hxd like I have above and then type the sum over the first 4 bytes. Just be careful to overwrite, not insert and change all the offsets and extend the file size, obvious problems there.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
04colyZQ8
Posts: 380
Joined: Thu Jan 16, 2014 12:41 pm
cars: 2004 Colorado 4.8L swap
86/90 Jimmy 6.5L diesel swap
80 Chevrolet Silverado TBI swap
88dodge W100 LPG conversion

Re: Mefi5 tuner pro xdf and checksum calculations bin files

Post by 04colyZQ8 »

Ok great I kept trying around those ffffs as well wondered what that extra stuff was on the end of the file! I tried 4-2fff8, 4-2fffc, 4-2fffa, 4-2fffb no dice must be the tuber pro plugin not working well. I do have an extra plugin for it.
User avatar
antus
Site Admin
Posts: 8253
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Mefi5 tuner pro xdf and checksum calculations bin files

Post by antus »

My copy of tunerpro (might be out of date) only has checksums and 1s or 2s compliment (which are still checksums), not CRC sums, so its just not capable of the new algorithm needed out of the box.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
04colyZQ8
Posts: 380
Joined: Thu Jan 16, 2014 12:41 pm
cars: 2004 Colorado 4.8L swap
86/90 Jimmy 6.5L diesel swap
80 Chevrolet Silverado TBI swap
88dodge W100 LPG conversion

Re: Mefi5 tuner pro xdf and checksum calculations bin files

Post by 04colyZQ8 »

antus wrote: Fri Jan 19, 2024 9:21 am Tunerpro doesnt seem to have CRC out of the box, so you'll need a checksum plugin that provides it, or another tool that can fix it outside of tuner pro. At a minimum you can use hxd like I have above and then type the sum over the first 4 bytes. Just be careful to overwrite, not insert and change all the offsets and extend the file size, obvious problems there.
Done that before .. usually results in bricking it!
User avatar
antus
Site Admin
Posts: 8253
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: Mefi5 tuner pro xdf and checksum calculations bin files

Post by antus »

yep, figuring this stuff out is dangerous. Ideally you want an editor that'll make a change and update the sums. Then you can do the same change manually and see if you get the same end result, or if there is a second sum you have missed.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
Post Reply