From 074bd00bcbae8adfc4653696a699ae3b5946b5b2 Mon Sep 17 00:00:00 2001 From: Lixin Guo Date: Fri, 22 Oct 2021 16:00:18 +0800 Subject: [PATCH] soc: intel_adsp: Change loop time in adsplog.py When build and run the tests manually with west, we could build successfully, but can not get output after flashing. It should rely on adsplog.py to get output, and the cause is loop time too short to get output. So, we change the loop time back to 1. Signed-off-by: Lixin Guo --- boards/xtensa/intel_adsp_cavs15/tools/adsplog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/xtensa/intel_adsp_cavs15/tools/adsplog.py b/boards/xtensa/intel_adsp_cavs15/tools/adsplog.py index a7446ad269f..208a8f374b5 100755 --- a/boards/xtensa/intel_adsp_cavs15/tools/adsplog.py +++ b/boards/xtensa/intel_adsp_cavs15/tools/adsplog.py @@ -108,7 +108,7 @@ def read_hist(start_slot): sys.stdout.write("===\n=== [ADSP Device Reset?]\n===\n") sys.stdout.flush() reset_logged = True - time.sleep(0.1) + time.sleep(1) return (0, 0, "") reset_logged = False