A download client for TomTom firmware using python3 and various sources
- python3
- bs4 (from python's pip3)
- cabextract
- requests
- Clone this repository
- Run pip3 install -r cabs/requirements.txt
- Run python3 cabs/download.py and wait for the firmware to be downloaded
- Run ./extract.sh and wait for the firmware to be extracted
- You'll find the extracted firmware in the firmware directory, use
cd firmware
- That's it!
- In case you face "permission issues" do not forget to make the extract script executable with chmod +x cabs/extract.sh
- This script is written very lazily, pull requests are welcome