Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ota/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef struct OtaPalTestParam

void SetupOtaPalTestParam( OtaPalTestParam_t * pTestParam );
```

The pageSize parameter is expected to be multiples of flash page size. The tests will handle page size alignment and OTA PAL implementation is not expected to handle page alignment explicitly. This is to align with [OTA platform interface specification](https://github.com/aws/ota-for-aws-iot-embedded-sdk/blob/1cd22fbe9cca9046c54bacbb2279098eccae13c2/source/include/ota_platform_interface.h#L213).

## 5. Running OTA PAL Test

Expand Down