Difference between revisions of "MIB Exception List file"

From Automotive Wiki from mr-fix
Jump to: navigation, search
(List of supported FSCs)
(Fazit IDs)
Line 21: Line 21:
 
Different main unit versions use different 3-character prefix. <ref>https://turbo-quattro.com/archive/index.php/t-24737.html</ref>
 
Different main unit versions use different 3-character prefix. <ref>https://turbo-quattro.com/archive/index.php/t-24737.html</ref>
  
* JTB = MIB1
+
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
* BKA = MIB2
+
* 8VV = MIB2 STD Delphi
* JTH
+
* AW7 = MIB1 Aisin
* AW7
+
* BKA = MIB2 Harman
* YJL
+
* GRO = MIB2 Delphi
* HHA
+
* HHA =??
 +
* JTH = MIB2 Harman
 +
* JTB = MIB1/MIB2 High Harman
 +
* PM6 = MIB STD Panasonic
 +
* YJL = MIB2 Harman
 +
* YD5 = MIB STD2 Technisat/Preh
 +
* YD7 = MIB STD2 Preh
 +
</div>
  
 
=== Boardbook data path ===
 
=== Boardbook data path ===

Revision as of 10:18, 21 August 2020

Purpose

File names and locations

  • /tsd/etc/slist/signed_exception_list.txt
  • /HBpersistence/FEC/Exceptionlist.txt
  • prodEL.txt

File Content

Fazit IDs

There's a mechanism that can secure the file and prohibit for using it in different device than it's intended to. Example: VVV-074DD.MM.YYZZZZZZZZ

  • VVV = vendor or main unit code name
  • DD = production day
  • MM = production month
  • YY = production year
  • ZZZZZZZZ = VCRN

There seems to be a workaround mechanism by replacing characters with ?. That way we get ???-?????.??.?????????? which in theory should be accepted as valid by main units with different VCRNs and production dates.

Different main unit versions use different 3-character prefix. [1]

  • 8VV = MIB2 STD Delphi
  • AW7 = MIB1 Aisin
  • BKA = MIB2 Harman
  • GRO = MIB2 Delphi
  • HHA =??
  • JTH = MIB2 Harman
  • JTB = MIB1/MIB2 High Harman
  • PM6 = MIB STD Panasonic
  • YJL = MIB2 Harman
  • YD5 = MIB STD2 Technisat/Preh
  • YD7 = MIB STD2 Preh

Boardbook data path

Destination = "/net/mmx/mnt/boardbook"
SigDestination = "/net/mmx/mnt/boardbook/RSDB"

PPOI data path

Destination = "/net/mmx/mnt/navdb/PersonalPOI"

List of supported FSCs

[SupportedFSC]
fsc = "00030000"
fsc2 = "00040100"
fsc3...

FEC can be provided as a range of values, for example fsc = "02100000;0210003F".

Signature

[Signature]
signature1 = ...

Parsing

Process tsd.mibstd2.system.swap checks the file, compares production date, VCRN, signature. If it's all OK, then it passes listed FEC codes ad valid.

Patching tsd.mibstd2.system.swap

Altering parts of this files code one can make it to skip the checking procedure and force it to pass FEC codes.
  1. https://turbo-quattro.com/archive/index.php/t-24737.html