User Manual
here “https://download.microsoft.com/download/7/7/a/77a2f57a-0ede-48be-988c-
11796f7948da/Azure Percept DK SoM Attestation Update Tool.zip”
b. Unzip the file and extract the update tool from the folder “input”
c. Once downloaded and extracted, be sure to remember the location of the firmware
update tool on your device and its filename.
i. Ex:
• Filename Zipped =
https://download.microsoft.com/download/7/7/a/77a2f57a-0ede-
48be-988c-11796f7948da/Azure Percept DK SoM Attestation Update
Tool.zip
• Filename Unzipped = AP_Peripheral_Installer_v0.1
a. Note: Inside the folder “input” there are 4 files in the folder, the
firmware update tool is named “AP_Peripheral_Installer_0.1”
and shown below. This is the tool that needs to be extracted.
b.
d. (Optional – Alternative File Preparation) It is also an option to prepare the update as a
U-Disk before copying the file to the PE-101. The guidance below roughly outlines how
to do this method, however, that is an alternative method from the method covered in
this guide.
i. Prepare a U-disk, the firmware update tool exists in its /test folder. Connect the
U-disk to PE101, check if the USB disk is mounted, if not, mount it by manual.
ii. Commands:
• lsblk
• mkdir /mnt/usb
• mount /dev/sda4 mnt/usb
• lsblk
3. Connect to Azure Percept DK:
a. Power on the Azure Percept DK and connect to it via SSH from your device.
i. Via SSH, you will need to locate the IP address of the Azure Percept DK and
make note of this. This will be referred to in this guide as <ip address of Azure
Percept DK>.
ii. Instructions on connecting via SSH are here: https://learn.microsoft.com/en-
us/azure/azure-percept/how-to-ssh-into-percept-dk
iii. Alternatively, there are other methods to connect with Azure Percept DK listed
on the Microsoft Learn site. For the purposes of this guide, SSH will be the
primary method used.
• UART for example is a method that can be done offline
(https://learn.microsoft.com/en-us/azure/azure-percept/how-to-
connect-to-percept-dk-over-serial)