diff --git a/README.md b/README.md index e9a959b..1f33ac5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Welcome to the BMW Coding Guides repository! This repository contains a collecti - [Introduction](#introduction) - [Guides](#guides) +- [Tools](#tools) - [License](#license) ## Introduction @@ -21,6 +22,9 @@ The guides are organized in the `guides` directory. Each PDF file in this direct - [Enabling the Bluetooth Music Option with Combox Module](guides/Enhanced_Bluetooth_Music.pdf) - [Hacking NBTEVO ID6 car image](https://davidpetric.com/2024/06/21/nbt-evo-id6-hacking-the-car-image/) +### Tools +fat32format.txt - Application for formatting USB drives to FAT32. +copie_scr.sh - Script for pulling the 1b file out of CIC systems. ## License diff --git a/tools/copie_scr.sh b/tools/copie_scr.sh new file mode 100644 index 0000000..f8af022 Binary files /dev/null and b/tools/copie_scr.sh differ diff --git a/tools/fat32format.exe b/tools/fat32format.exe new file mode 100644 index 0000000..077d7b9 Binary files /dev/null and b/tools/fat32format.exe differ