if {[get_cmd_switch --autopilot] && [have_board virt_qemu_riscv]} { puts "Autopilot mode is not supported on this platform." exit 0 } build { core lib/ld init timer lib/vfs lib/vfs_lxip server/vfs server/dynamic_rom server/nic_router app/ping } create_boot_directory install_config { } build_boot_image [build_artifacts] append done_string ".*\"ping_.\" exited with exit value 0.*\n" append done_string ".*\"ping_.\" exited with exit value 0.*\n" append qemu_args " -nographic " run_genode_until $done_string 60 # vi: set ft=tcl :