Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests/trackerm] Add workaround for TrackerM ota tests #2544

Merged
merged 1 commit into from
Sep 29, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ test(02_flash_binaries) {
}

test(03_fix_ota_binary_and_reset) {
// FIXME: Add workaround for TrackerM units that fail to communicate with QSPI flash chip
// with an active cellular connection
#if PLATFORM_ID == PLATFORM_TRACKERM
delay(500);
#endif
// The original issue (https://github.com/particle-iot/device-os/pull/2346) can't be reproduced
// easily by flashing application binaries. As a workaround, we're restoring the correct platform
// ID in the binary that is currently stored in the OTA section so that the bootloader can apply
Expand Down