# # \brief Test for the KDB UART driver # \author Christian Prochaska # \date 2013-01-21 # if {![have_spec fiasco]} { puts "Run script only supports Fiasco."; exit 0 } # # Build # build { core init timer drivers/uart test/terminal_echo } create_boot_directory # # Generate config # set config { } install_config $config # # Boot modules # # generic modules set boot_modules { core ld.lib.so init timer kdb_uart_drv test-terminal_echo } set fiasco_serial_esc_arg "" build_boot_image $boot_modules # # Execute test # # qemu config append qemu_args " -nographic " run_genode_until forever