Trust Hub Enablement
Each Trust Hub dongle is shipped in a factory locked state. Before applications can be loaded to it, it must be enabled by loading MULTOS security data, supplied by the MULTOS Key Management Authority (KMA), to the chip.
This security data (called an MSM) is specific to each MULTOS chip’s serial number (its mcd-id) and identifies the device-owner (the issuer-id) and contains the unique RSA keys used to manage (load and delete) the apps on the device.
The process relies upon the SmartDeck SDK for Windows having been downloaded and installed. Example commands:
- To read the mcd-id and append it to the named mcd-id list file
hterm -serial COM5:i2c -mid mcd-id-list.mid - To enable a dongle using an MSM file (can only be done once!)
hterm -serial COM5:i2c -msm enablement_batch1.msm - To get the mcd-id of the device
hterm -serial COM5:i2c -manufacturer

