You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AWSSetup.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# AWS IoT Core Setup
2
-
In case you already have an AWS account and user created, you can skip steps 1 and 2 and directly got to step 3 (Registering your board with AWS IoT).
2
+
In case you already have an AWS account and user created, you can skip steps 1 and 2 and directly go to step 3 (Registering your board with AWS IoT).
3
3
4
4
## 1 Sign up for an AWS account
5
5
6
6
1. Open https://portal.aws.amazon.com/billing/signup.
7
7
2. Follow the online instructions. **NOTE:** Part of the sign-up procedure involves receiving a phone call and entering a verification code on the phone keypad.
8
-
3. Make a note of your AWS account number as it will be needed for following steps.
8
+
3. Make a note of your AWS account number as it will be needed for the following steps.
9
9
10
10
## 2 Create an Administrator IAM user and grant it permissions
11
11
12
-
It’s strongly recommended that you adhere to the best practice of using the `Administrator` IAM user that the following steps show you how to create and securely lock away the root user credentials. One should only sign in as the root user to perform a few [account and service management tasks](https://docs.aws.amazon.com/general/latest/gr/root-vs-iam.html#aws_tasks-that-require-root).
12
+
It’s strongly recommended that you adhere to the best practice of using the `Administrator` IAM user. The following steps show you how to create and securely lock away the root user credentials. One should only sign in as the root user to perform a few [account and service management tasks](https://docs.aws.amazon.com/general/latest/gr/root-vs-iam.html#aws_tasks-that-require-root).
13
13
14
14
1. Sign in to the [IAM console](https://console.aws.amazon.com/iam/) as the account owner by choosing **Root user** and entering your AWS account email address. On the next page, enter your password.
15
15
2. On the navigation bar, click your account name, and then click Account.
This guide contains instructions on how to setup, build and run the demo without use of the security features of the ESP32-C3 enabled i.e. without the DS peripheral, flash encryption and Secure Boot. It is meant to provide a developer with a friendly firstuse experience.
3
+
This guide contains instructions on how to setup, build and run the demo without use of the security features of the ESP32-C3 i.e. without enabling the DS peripheral, flash encryption and Secure Boot. The guide is meant to provide the user with a friendly first-use experience.
4
4
5
5
Once completed, one can progress to the [Use Security Features](UseSecurityFeatures.md) guide.
6
6
@@ -181,7 +181,7 @@ Create a binary with a higher version number.
181
181
```
182
182
idf.py build
183
183
```
184
-
If successful, there will be a new binary under the 'build' directory - build/GoldenReferenceIntegration.bin. Copy this binary to another location, otherwise it will be overwritten in the next step.
184
+
If successful, there will be a new binary under the 'build' directory - build/FeaturedFreeRTOSIoTIntegration.bin. Copy this binary to another location, otherwise it will be overwritten in the next step.
185
185
186
186
### 5.4 Build and flash the device with a binary with a lower version number
187
187
1. Follow the same steps in 5.3 starting with running idf.py menuconfig, but this time, set the `Application version build` number to '0'.
@@ -235,40 +235,58 @@ Once all the firmware image chunks are downloaded and the signature is validated
235
235
You can see the new version number of the demo binary in the terminal console output. Look for the string "Application version"
236
236
237
237
```
238
-
I (461802) esp_image: Verifying image signature...
239
-
I (461812) secure_boot_v2: Take trusted digest key(s) from eFuse block(s)
I (339880) coreMQTT: Publishing message to $aws/things/thing_esp32c3_nonOta/jobs/AFR_OTA-c3-27340/update.
249
+
250
+
I (340040) coreMQTT: Packet received. ReceivedBytes=2.
251
+
I (340050) coreMQTT: Ack packet deserialized with result: MQTTSuccess.
252
+
I (340050) coreMQTT: State record updated. New state=MQTTPublishDone.
253
+
I (340050) coreMQTT: Packet received. ReceivedBytes=96.
254
+
I (340060) coreMQTT: De-serialized incoming PUBLISH packet: DeserializerResult=MQTTSuccess.
255
+
I (340070) coreMQTT: State record updated. New state=MQTTPublishDone.
256
+
W (340080) core_mqtt_agent_manager: WARN: Received an unsolicited publish from topic $aws/things/thing_esp32c3_nonOta/jobs/AFR_OTA-c3-27340/update/accepted
257
+
I (340070) ota_over_mqtt_demo: Sent PUBLISH packet to broker $aws/things/thing_esp32c3_nonOta/jobs/AFR_OTA-c3-27340/update to broker.
258
+
259
+
260
+
I (340100) ota_over_mqtt_demo: Received OtaJobEventActivate callback from OTA Agent.
261
+
I (340110) esp_image: segment 0: paddr=001b0020 vaddr=3c0e0020 size=2ced8h (184024) map
262
+
I (340140) esp_image: segment 1: paddr=001dcf00 vaddr=3fc91800 size=03118h ( 12568)
263
+
I (340150) esp_image: segment 2: paddr=001e0020 vaddr=42000020 size=d86e8h (886504) map
264
+
I (340260) esp_image: segment 3: paddr=002b8710 vaddr=3fc94918 size=0048ch ( 1164)
265
+
I (340260) esp_image: segment 4: paddr=002b8ba4 vaddr=40380000 size=116dch ( 71388)
266
+
I (340280) esp_image: segment 5: paddr=002ca288 vaddr=50000010 size=00010h ( 16)
267
+
I (340280) esp_image: segment 0: paddr=001b0020 vaddr=3c0e0020 size=2ced8h (184024) map
268
+
I (340310) esp_image: segment 1: paddr=001dcf00 vaddr=3fc91800 size=03118h ( 12568)
269
+
I (340310) esp_image: segment 2: paddr=001e0020 vaddr=42000020 size=d86e8h (886504) map
270
+
I (340430) esp_image: segment 3: paddr=002b8710 vaddr=3fc94918 size=0048ch ( 1164)
271
+
I (340430) esp_image: segment 4: paddr=002b8ba4 vaddr=40380000 size=116dch ( 71388)
272
+
I (340440) esp_image: segment 5: paddr=002ca288 vaddr=50000010 size=00010h ( 16)
0 commit comments