Skip to content

Commit 0061227

Browse files
authored
Add tool comparison section in README
1 parent e8afb8c commit 0061227

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ For the transfer of updates to the car, a USB flash drive is required:
8181
- Recommended size is **32 GB**. Although most updates are smaller than 16 GB, some navigations maps can be larger than 16 GB.
8282
- It must be formatted as **FAT32** and **empty**.
8383

84-
> Note: When using Windows, if the USB flash drive is larger than 32 GB, it is not possible to format it using FAT32. Alternatives are:
84+
> [!NOTE]
85+
> When using Windows, if the USB flash drive is larger than 32 GB, it is not possible to format it using FAT32. Alternatives are:
8586
>
8687
> - Create a 32 GB partition and format if as FAT32 and leave the rest unformatted.
8788
> - Use a third-party tool to format the USB flash drive using FAT32. The official vendor application presumably uses [fat32format from Ridgecrop Consultants Ltd](http://ridgecrop.co.uk/index.htm?guiformat.htm) to achieve this.
@@ -107,6 +108,17 @@ $ cargo build --release
107108
$ ./target/release/psa-update --version
108109
```
109110

111+
## Other tools
112+
113+
The table below quickly compares `psa-update` with other available tools I'm aware of:
114+
115+
| Tool | Type | Platform | Language | Download updates | Format USB drive | Extract to USB Drive |
116+
| ------------------------------------------------------------------------------------------- | ----------- | ----------------------- | -------- | ---------------- | ---------------- | -------------------- |
117+
| Official (Peugeot Update, Citroën Update, Opel Update, DS Update) | Desktop app | Windows / MacOS | Multi | ✅ (with resume) |||
118+
| [psa-update](https://github.com/zeld/psa-update) | Terminal | Windows / Linux / MacOS | English | ✅ (with resume) |||
119+
| [Peugeot Update alternative](https://github.com/bagou9/Peugeot-Update-logiciel-alternatif/) | Desktop app | Windows | French | ✅ (with resume) |||
120+
| [peugeot-tools](https://github.com/sbz/peugeot-tools) | Terminal | ? | English | ✅ (with resume) |||
121+
110122
## Proxy
111123

112124
Download of updates is possible behind a proxy provided the `http_proxy` and `https_proxy` environment variables are correctly set.

0 commit comments

Comments
 (0)