-
Notifications
You must be signed in to change notification settings - Fork 83
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
gaps between VW and m74.9 #91
Comments
Hi! Using a cheap OEM ECU to run rusEFI is very cool! Is this really an ECU powered by a knockoff Chinese STM32? That's amazing, I would never have expected to see such a thing. Why not just write a simple script using the The basic The weird memory bootloader would be a complete departure and needs its own tool. Do you know the checksum algorithm / range? That seems like it must be the main thing you're missing to be able to flash, unless there are also internal signatures or checksums inside the uploaded binary. Have you successfully written a modified firmware yet? |
@bri3d this world has changed in Feb of 2022. https://github.com/rusefi/m74.9 and https://github.com/rusefi/s105 are two consequence of those events. Thank you for the https://udsoncan.readthedocs.io/en/latest/ hint! |
This is extremely interesting to learn - it makes sense, of course, politically. But - I'm just curious, was it STM32 ARM before the supply chain changed, and Artery now? Even that would be surprising to me, STM32 is not a safety/ASIL approved processor so it is almost never seen in automotive applications (besides rusEFI, of course!!!). Yes, I'd just use udsoncan and start from scratch - not that I don't like you, I just think it will be easier to start from scratch with a purpose made tool as there is not much there. The interesting parts of VW_Flash were the compression, SA2, encryption, and signature bypass exploit, none of which apply to you :) Please let me know if you have any other questions or road blocks, this is a very interesting project to me. |
Two different stories
|
Thank you! At the moment still too few of those m74.9 in our possession, we are still mostly preparing for when we have more pieces to play with. |
Hello Brian
We have two UDS firmware update traces at https://github.com/rusefi/m74.9/tree/main/firmware/oem see .xls files
https://github.com/rusefi/m74.9/blob/main/firmware/oem/FirmwareUpdate.md has some UDS dialect notes and even secrets
Question: any chance you could glance and evaluate the gaps between this VW_Flash and being able to flash m74.9?
The end results is being able to flash rusEFI into OEM m74.9 hardware without opening the case
The text was updated successfully, but these errors were encountered: