Skip to content

Commit fb15b31

Browse files
committed
Update userdata.json.
1 parent fdd48a7 commit fb15b31

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

idt_config/windows/userdata.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"sourcePath": "<path to project root, e.g. C:/Users/foobar/iot-reference-nxp-rt1060>",
33
"freeRTOSTestParamConfigPath": "{{testData.sourcePath}}/components/FreeRTOS-Libraries-Integration-Tests/config/test_param_config.h",
44
"freeRTOSTestExecutionConfigPath": "{{testData.sourcePath}}/components/FreeRTOS-Libraries-Integration-Tests/config/test_execution_config.h",
5-
"freeRTOSVersion": "202012.04-LTS",
5+
"freeRTOSVersion": "202210.00-LTS",
66
"buildTool": {
77
"name": "esp32c3-build",
88
"version": "1.0.0",
@@ -26,19 +26,15 @@
2626
"serverPort": 9000
2727
},
2828
"otaConfiguration": {
29-
"otaPALCertificateFile": "notUseInEsp32",
30-
"otaPALFirmwareFileName": "/",
31-
"otaPALUseFileSystem": "No",
32-
"otaE2EDemoFilePath": "{{userData.sourcePath}}/examples/evkbmimxrt1060/test",
33-
"otaE2EDemoConfigFilePath": "{{testData.sourcePath}}/components/FreeRTOS-Libraries-Integration-Tests/config/test_param_config.h",
34-
"otaE2EFirmwareFilePath":"{{testData.sourcePath}}/build/FeaturedFreeRTOSIoTIntegration.bin",
35-
"otaE2EDeviceFirmwareFileName":"NA",
29+
"otaPALCertificatePath": "notUseInEsp32",
30+
"otaE2EFirmwarePath":"{{testData.sourcePath}}/build/FeaturedFreeRTOSIoTIntegration.bin",
31+
"deviceFirmwarePath":"NA",
3632
"codeSigningConfiguration": {
3733
"signingMethod": "AWS",
3834
"signerHashingAlgorithm": "SHA256",
3935
"signerSigningAlgorithm": "ECDSA",
40-
"signerCertificate": "<ARN of certificate made in section \"etup pre-requisites for OTA cloud resources\" in GettingStartedGuide>",
41-
"untrustedSignerCertificate": "<ARN of any untrusted certificate>",
36+
"signerCertificate": "arn:aws:acm:ap-northeast-1:767859759493:certificate/f762caec-2237-4cea-ac5d-844e7bb585a5",
37+
"untrustedSignerCertificate": "arn:aws:acm:ap-northeast-1:767859759493:certificate/e7eec463-6f1d-4bfd-a34b-b596bf681907",
4238
"signerCertificateFileName": "/",
4339
"compileSignerCertificate": false,
4440
"signerPlatform": "AmazonFreeRTOS-Default"

0 commit comments

Comments
 (0)