if {![have_include power_on/qemu] || [have_spec foc] || [have_spec linux] || [have_board rpi3] || [have_board imx53_qsb_tz]} { puts "Run script is not supported on this platform." exit 0 } if {[get_cmd_switch --autopilot] && [have_board virt_qemu_riscv]} { puts "Autopilot mode is not supported on this platform." exit 0 } create_boot_directory import_from_depot [depot_user]/src/[base_src] \ [depot_user]/pkg/[drivers_nic_pkg] build { app/ping server/nic_router init } install_config { } build_boot_image [build_artifacts] append qemu_args " -nographic " append_qemu_nic_args set done_string ".*child \"ping\" exited with exit value 0.*\n" run_genode_until $done_string 60 grep_output { ARP } compare_output_to {}