mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
run: update RISC-V run script support
* fix build error for bbl upon intial build * set memory to 128 MB in spike * support 'forever' timeout issue #2423
This commit is contained in:
committed by
Christian Helmuth
parent
2f38f50b1e
commit
7113c17100
@@ -7,10 +7,15 @@ proc run_log { wait_for_re timeout_value } {
|
||||
global spike_spawn_id
|
||||
global output_spawn_id
|
||||
|
||||
set timeout 210
|
||||
set kernel_msg [run_boot_string]
|
||||
set output_spawn_id $spike_spawn_id
|
||||
|
||||
if {$wait_for_re == "forever"} {
|
||||
set timeout -1
|
||||
} else {
|
||||
set timeout $timeout_value
|
||||
}
|
||||
|
||||
expect {
|
||||
-i $output_spawn_id $kernel_msg { }
|
||||
eof {
|
||||
|
||||
Reference in New Issue
Block a user