aarons3

Results 18 comments of aarons3

immo bricked, will need open it up and boot it, flash correct sw back on.

Is it project code SCG? Have you pulled a "get ecu info" with it?

Either will work fine. If you have a 0007 bin and are reasonbly certain it's a stock file, I would use that. You could also verify that CVN matches that...

It's been a hot minute since I've used this, but IIRC when that command is run, first the ecu is reset, and then the HWCFG / BSL pin is brought...

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...

That appears to be simos19.3 On Fri, Apr 18, 2025 at 9:53 PM CherryTuning ***@***.***> wrote: > Hello, > I'm trying to get VW Flash working with a 2024 Audi...

bin layout is different, you need to follow what VW_Flash expects. CAL starts at 0x30000 and ASW starts at 0x50000, and driver needs to at 0x0. Extract a frf with...

Works fine on windows 11 here. Do you have a screenshot of the issue? Are you using the EXE version or native python?