Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Rigby <[email protected]>
  • Loading branch information
ConnorRigby committed Oct 16, 2022
1 parent f728d4b commit ee76037
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.9.0

* Enhancements
* Add argument parsing
* prototype implemention of ROM upload
* allow ram download

## v0.2.0

* Bug fixes
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,24 @@ at tuners for ported, boosted or otherwise modified engines.
## Usage

Execute `ecudump` or `ecudump.exe` depending on your platform.

### Downloading the ROM from an ECU

It should take about 2 minutes to complete. Once complete, you
should have a file in the same directory as the executable labeled
with your ECU's VIN and CALID. If you experience problems, please
feel free to reach out or open an issue.
with your ECU's VIN and CALID.

```powershell
ecudump.exe --download
```

### Downloading a RAM snapshot from an ECU

This should only take about 5 seconds.

```powershell
ecudump.exe --download=ramdump.bin --start-address=0xffff6000 --transfer-size=0x7D00
```

## Planned Features

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.2.0
0.9.0

0 comments on commit ee76037

Please sign in to comment.