Update README.md

master
Tudor Gruian 5 years ago committed by GitHub
parent b6b6b50715
commit 6fa9f31059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,3 +16,19 @@ $ cd vw_mmc-tools
$ chmod +x mmc
# and after that you can use ./mmc command, you have to read forums depending on your nav system.
```
# Updating the maps on RNS315 (THIS GUIDE IS FOR RNS315 ONLY, IF YOU DON'T HAVE THIS NAVIGATION, YOU MIGHT END BREAKING YOUR SD CARD, IF YOU HAVE OTHER SYSTEM, SUCH AS RNS310 READ OTHER FORUMS)
Steps:
Extract the content and copy on the SD, top folder is navpsf_update
Look under /dev to see which SD is yours, in my case it is mmcblk0
Change the CID with the attached tool
sudo ./mmc prog_cid /dev/mmcblk0 5d53424c32424d31013917ca53010400
remove the card and reinsert it
Now lock the card by password, it's not possible to unlock it with normal MMC
driver, you need a patched version of kernel to be able to unlock it. Password
you know from command below.
sudo ./mmc lock_sd /dev/mmcblk0 C99A20843ED7D90B6801E49F2BC80277
Enjoy your new maps!

Loading…
Cancel
Save