Trove SD Card Provisioning
Requirements
-
Linux Workstation (online machine)
- Any internet connected computer with a Linux shell will suffice
Procedure
-
Turn on the computer
-
Open the SD Card Pack
Vacuum sealing based tamper proofing
a. Retrieve digital/physical photographs of both sides of sealed bundle
b. Compare all photographs to object for differences
c. Proceed with unsealing the object if no differences are detected
Safe based tamper proofing
-
Inspect the safe for any signs of tampering
-
Retrieve items from the safe
-
-
Plug in a fresh SD card into computer
-
Navigate to the ceremony repository for the ceremony being executed
- Look for the SD card device name (
<device_name>
) in the output of thelsblk
command. It will typically be listed as/dev/sdX
or/dev/mmcblk<num>
, where X is a letter (e.g.,/dev/sdb
,/dev/sdc
). You can identify it by its size or by checking if it has a partition (like/dev/sdX1
)- Mount the device using:
sudo mount /dev/<device_name> /media
- Mount the device using:
-
Write the ceremony repo data to the SD card:
sudo cp -r trove/ /media
-
Unplug the SD card
-
Turn off the computer