genode/tool/run/image/bbl
Sebastian Sumpf 7113c17100 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
2017-08-30 09:59:59 +02:00

7 lines
146 B
Plaintext

proc run_image {elf_img} {
puts "using '$elf_img' as bbl image"
exec rm -f bbl/image.o
exec -ignorestderr make IMAGE_ELF=[pwd]/$elf_img bbl
}