Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 4decf11

Browse files
committed
update readme
1 parent dc4e8b6 commit 4decf11

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Find **DevKit DPS** and click **Open Sample** button. A new VS Code window with
7575
![DPS Global Endpoint and ID Scope](media/devkit-dps/copy-endpoint.png)
7676

7777
2. Open **DevKitDPS.ino**, Find and replace `[Global Device Endpoint]` and `[ID Scope]` with the values you just note down.
78-
![DPS Global Endpoint and ID Scope](media/devkit-dps/paste-endpoint.png)
78+
![DPS Global Endpoint and ID Scope](media/devkit-dps/paste-endpoint-new.png)
7979

8080
## Save Unique Device Secret on STSAFE security chip
8181

@@ -100,11 +100,11 @@ Here you may need to close [serial monitor](https://github.com/microsoft/vscode-
100100

101101
## Build and upload the device code
102102

103-
1. Open **DevKitDPS.ino** and find **registrationId**, give a new value.
103+
1. Open **DevKitDPS.ino** and find **deviceId**, give a new value.
104104

105-
The Registration ID has to use alphanumeric, lowercase, and hyphen combinations only with maximum 128 characters long. See [Manage device enrollments with Azure portal](https://docs.microsoft.com/en-us/azure/iot-dps/how-to-manage-enrollments) for more details.
105+
The Device ID has to use alphanumeric, lowercase, and hyphen combinations only with maximum 128 characters long. See [Manage device enrollments with Azure portal](https://docs.microsoft.com/en-us/azure/iot-dps/how-to-manage-enrollments) for more details.
106106

107-
> You can leave the **registrationId** as blank, the application will generate one for you based on the MAC address and firmware version. If you want to customized it,
107+
> You can leave the **deviceId** as blank, the application will generate one for you based on the MAC address and firmware version. If you want to customized it,
108108
109109
2. Open the command palette and select **Azure IoT Device Workbench: Upload Device Code**.
110110
![IoT Device Workbench: Device - > Upload](media/iot-workbench-device-upload.png)
@@ -114,18 +114,18 @@ Here you may need to close [serial monitor](https://github.com/microsoft/vscode-
114114

115115
4. The DevKit reboots and starts running the code.
116116

117-
5. If you leave the **registrationId** as blank, please note down **DevKit MAC Address** and **DevKit Firmware Version** value from serial monitor.
117+
5. If you leave the **deviceId** as blank, please note down **DevKit MAC Address** and **DevKit Firmware Version** value from serial monitor.
118118
![Firmware version](media/devkit-dps/copy-mac-address.png)
119119

120120
## Generate X.509 certificate
121121

122122
Open integrated terminal in Visual Studio Code and run **dps_cert_gen in tool folder**. Input information just noted down.
123123

124-
1. Specified the **registrationId**
124+
1. Specified the **deviceId**
125125

126126
![Generate X.509 certificate](media/devkit-dps/generate-cert-2.png)
127127

128-
2. Not specified the **registrationId**
128+
2. Not specified the **deviceId**
129129

130130
![Generate X.509 certificate](media/devkit-dps/generate-cert-1.png)
131131

54.1 KB
Loading

0 commit comments

Comments
 (0)