malec » Пт июн 09, 2017 5:02 pm
Hi!
The software version is stored in EEPROM starting at address 0x3A0 (in ascii).
If you know how to read/write eeprom with VAGPro you can change it, I don't know how to use it.
Another solution is to use the console access from RCC and use modifyE2P binary.
example: /usr/apps/modifyE2P w 3a5 45 52 5f 41 55 47 31 31 5f 50 30 30 34 30
this will write in eeprom at address 0x3A5 the string ER_AUG11_P0040
Use it wise, if don't want to trigger component protection.
Cheers!
Hi!
The software version is stored in EEPROM starting at address 0x3A0 (in ascii).
If you know how to read/write eeprom with VAGPro you can change it, I don't know how to use it.
Another solution is to use the console access from RCC and use modifyE2P binary.
example: /usr/apps/modifyE2P w 3a5 45 52 5f 41 55 47 31 31 5f 50 30 30 34 30
this will write in eeprom at address 0x3A5 the string ER_AUG11_P0040
Use it wise, if don't want to trigger component protection.
Cheers!