You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,8 @@ For the transfer of updates to the car, a USB flash drive is required:
81
81
- Recommended size is **32 GB**. Although most updates are smaller than 16 GB, some navigations maps can be larger than 16 GB.
82
82
- It must be formatted as **FAT32** and **empty**.
83
83
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:
85
86
>
86
87
> - Create a 32 GB partition and format if as FAT32 and leave the rest unformatted.
87
88
> - 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
107
108
$ ./target/release/psa-update --version
108
109
```
109
110
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 |
0 commit comments