Untitled

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1. Login to terminal and put this command one by one.

touch /mnt/persist_new/swup/skipCheckMetaChecksumPROD
touch /mnt/persist_new/swup/skipCheckVariantPROD
touch /mnt/persist_new/swup/skipCheckInstallerChecksumPROD
touch /mnt/persist_new/swup/checkAllUpdatesPROD

2.
Add to main.mnf file from EU firmware your current Train version from unit.

3.
Start update

4.
Coding unit to EU. Adaptations and coding

5.
Greacnote part:

#backup gracenotes

mount -t qnx6 /dev/mnanda0t177.9 /mnt/gracenotedb

tar cf /fs/sdb0/gracenotes_backup.tar /mnt/gracenotedb

#remove old
rm -rf /mnt/gracenotedb/*

#Upload New

cp -r /fs/sda0/gracenotedb/ /mnt/

6.
Radio Station Logos part:

#remove old
rm /mnt/misc1/rsdb/VW_STL_DB.sqlite

#Upload New
cp -r /fs/sdb0/VW_STL_DB.sqlite /mnt/misc1/rsdb/VW_STL_DB.sqlite

Change adaptation in vehicle configuartion to gracenote 1_EU

Done!!!

You might also like