From 6650f4e3f7b11d581a8be07a2beb16f69530fb36 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 28 Aug 2017 12:17:37 -0700 Subject: Increase remotetimeout for spike targets. On overloaded systems, when executing compare-sections, otherwise gdb might hit a timeout and the compare-sections code doesn't deal with it. (You get an error message complaining that 130 is not a valid hex digit.) --- debug/targets/RISC-V/spike64.py | 1 + 1 file changed, 1 insertion(+) (limited to 'debug/targets/RISC-V/spike64.py') diff --git a/debug/targets/RISC-V/spike64.py b/debug/targets/RISC-V/spike64.py index 84586e3..6e3da89 100644 --- a/debug/targets/RISC-V/spike64.py +++ b/debug/targets/RISC-V/spike64.py @@ -12,6 +12,7 @@ class spike64_hart(targets.Hart): class spike64(targets.Target): harts = [spike64_hart()] openocd_config_path = "spike.cfg" + timeout_sec = 30 def create(self): return testlib.Spike(self) -- cgit v1.1