Skip to content

Instantly share code, notes, and snippets.

@ralexx
Last active January 21, 2020 21:22
Show Gist options
  • Save ralexx/8d43f9ad5a837aea0d2ea3be6a3ffa12 to your computer and use it in GitHub Desktop.
Save ralexx/8d43f9ad5a837aea0d2ea3be6a3ffa12 to your computer and use it in GitHub Desktop.
Audi MMI map update

Prep

  • >=32GB SD card formatted to FAT32 (MS-DOS)
  • my.audiusa user name and password
  • Java 8 (because 11 doesn't work)

Steps

  1. https://www.audiusa.com/myaudi
  2. Click on "Audi connect® services and Key User registration" icon, underneath image of car
  3. Click on "Services" tab if not selected
  4. Click on "Map update"
  5. Make life easier and select "Complete package" radio button
  6. Click "Prepare package" at the lower right of the window. You may need to maximize to see it.
  7. Save the downloader-<UUID>.jnlp file
  8. From the CLI, java -version should return java version "1.8.x_xxx" # this is Java 8
  9. Still at the CLI, javaws /path/to/downloader-<UUID>.jnlp
  10. Select the SD card as the download destination (files are first saved to a temp directory in /var/...

Prior art

https://www.audiworld.com/forums/q5-sq5-mkii-discussion-218/update-your-nav-2018-maps-2939975/#post25089771

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment