Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prepare file option to checksum & patch file #130

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ConnorHowell
Copy link
Contributor

Added an option to prepare files for flashing with a different/bench tool, will automatically correct checksums and patch if applicable to the selected module.

Marking as draft for now, still need to do a couple of bits and not 100% on the UI atm:

  • Should probably add another section to the docs
  • Currently I've added it the same as the unlock dialog since it's not necessarily a "Flash" option for the dropdown, although curious for your thoughts on this?
  • Currently the file gets prefixed with "PATCHED_" although on second thoughts "CHECKSUMED_" or even prompting for output file instead of directory would probably make more sense.
  • If I get the time I will probably look at doing a refactor PR at the very least on the UI code, repeating the module check for setting flash_utils stressed me out so I should probably move it to seperate function lol

@Golfather
Copy link

How do i use just the checksum facility?
I have a .bin which has various sections modified to support an immo off outside the cal area
Most tools only checksum the cal area so when i write back the ecu gets stuck in bootloader.
Is there anyway of using this to checksum to entire .bin?
Thanks

@aarons3
Copy link
Contributor

aarons3 commented Jul 21, 2024 via email

@Golfather
Copy link

CLI only. python3 VW_Flash.py --action prepare --input_bin [inputbin] --output_bin [output bin dir]

On Sun, Jul 21, 2024 at 4:21 AM Golfather @.> wrote: How do i use just the checksum facility? I have a .bin which has various sections modified to support an immo off outside the cal area Most tools only checksum the cal area so when i write back the ecu gets stuck in bootloader. Is there anyway of using this to checksum to entire .bin? Thanks — Reply to this email directly, view it on GitHub <#130 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWS7XYQVS2NDNLWCKB6MHLLZNN4SXAVCNFSM6AAAAABI4GWZTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRGU2DCMBQHA . You are receiving this because you are subscribed to this thread.Message ID: @.>

Yes tried this option before but it moves and strips data from the ori boot read bin file as well. Just need something to ONLY perform checksums in all areas of the bin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants