set build_components {
core init
drivers/timer drivers/nic lib/vfs/lxip
server/vfs server/dynamic_rom
test/echo_udp
}
source ${genode_dir}/repos/base/run/platform_drv.inc
append_platform_drv_build_components
build $build_components
create_boot_directory
set config {
}
append_platform_drv_config
append config {
}
install_config $config
set boot_modules {
core init timer nic_drv vfs dynamic_rom
ld.lib.so libc.lib.so libm.lib.so
libc_resolv.lib.so
vfs_lxip.lib.so lxip.lib.so
test-echo_udp
}
append_platform_drv_boot_modules
build_boot_image $boot_modules
puts "####################################################################"
puts "## run 'netcat --udp 7' to connect to the echo server ##"
puts "####################################################################"
sleep 1
append qemu_args " -nographic -net nic,model=e1000 -net tap,ifname=tap0,downscript=no,script=no "
run_genode_until forever
# vi: set ft=tcl :