Updated on 2023-06-15 GMT+08:00

SDK Downloading

Download the SDK software package based on the HiLens Framework firmware version. See Table 1. You can log in to the HiLens console, choose Device Management > HiLens Kit, and view the HiLens Framework firmware version.

Table 1 Downloading SDKs

Firmware Version

SDK Download Link

1.0.6 or earlier

HiLens Framework SDK (sha256:9d8dff89bb6fc596b66b636a69d4844a85e464c1ea8995596d802c228dfeb0b0)

1.0.7

HiLens Framework SDK (sha256:690535e4682b8f008cf48cfb3ea698950316723a2bd8d2bdd20c9b92d66ed36e)

Version 1.0.8

HiLens Framework SDK (sha256:36a4476fe5dc0766c5a3e4d53792f54be55a69548eb43a9d63fa6cb5a312e1fb)

1.1.0 or later

HiLens Framework SDK (sha256:57278a0d10d37031dd158094a3930dc9ba867b9d0362c833c9bf830a258fc94f)

After the SDK is downloaded, verify the signature in the directory where the file is stored (Git is recommended for Windows). If the verification is successful, OK is returned. Run the following command:

echo [sha256 value] [firmware package] | sha256sum -c
Figure 1 Signature verification example