|
2 | 2 | "sourcePath": "<path to project root, e.g. C:/Users/foobar/iot-reference-nxp-rt1060>", |
3 | 3 | "freeRTOSTestParamConfigPath": "{{testData.sourcePath}}/components/FreeRTOS-Libraries-Integration-Tests/config/test_param_config.h", |
4 | 4 | "freeRTOSTestExecutionConfigPath": "{{testData.sourcePath}}/components/FreeRTOS-Libraries-Integration-Tests/config/test_execution_config.h", |
5 | | - "freeRTOSVersion": "202012.04-LTS", |
| 5 | + "freeRTOSVersion": "202210.00-LTS", |
6 | 6 | "buildTool": { |
7 | 7 | "name": "esp32c3-build", |
8 | 8 | "version": "1.0.0", |
|
26 | 26 | "serverPort": 9000 |
27 | 27 | }, |
28 | 28 | "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", |
36 | 32 | "codeSigningConfiguration": { |
37 | 33 | "signingMethod": "AWS", |
38 | 34 | "signerHashingAlgorithm": "SHA256", |
39 | 35 | "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", |
42 | 38 | "signerCertificateFileName": "/", |
43 | 39 | "compileSignerCertificate": false, |
44 | 40 | "signerPlatform": "AmazonFreeRTOS-Default" |
|
0 commit comments