Skip to content
Commit 9768c38d authored by Lingkai Dong's avatar Lingkai Dong Committed by Jaeden Amero
Browse files

examples: Pass --sync=0 to htrun



By default, htrun uses the Greentea protocol which involves sync
packets. But when comparing a plain application with a log, no
synchronization is involved and htrun should not send sync packets or
expect any response from the device. So --sync=0 should be used.

Note: If an application runs fast enough and matches the log before
synchronization times out (when --sync is not set to 0), htrun treats
it as a pass. But this is not reliable especially when TF-M (which
takes time to boot) is used.

Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
parent 775d8cf1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment