diff --git a/ports/run/arora.run b/ports/run/arora.run index 463ff3bc64..7af76e00ec 100644 --- a/ports/run/arora.run +++ b/ports/run/arora.run @@ -6,6 +6,7 @@ set build_components { core init drivers/timer drivers/framebuffer drivers/pci drivers/input drivers/nic server/nitpicker + server/loader server/tar_rom server/nit_fb app/launchpad test/nitpicker app/arora } @@ -13,6 +14,11 @@ build $build_components create_boot_directory +# +# Generate tar archives with plugin configurations +# +exec tar cf bin/nitpicker_plugin.tar -C [genode_dir]/ports/src/app/arora/demo/nitpicker_plugin config.plugin + # # Generate config # @@ -82,6 +88,10 @@ append config { + + + + @@ -98,6 +108,11 @@ set boot_modules { core init timer nic_drv nitpicker + loader + tar_rom + nit_fb + launchpad + testnit arora ld.lib.so libc.lib.so libm.lib.so lwip.lib.so @@ -116,6 +131,7 @@ set boot_modules { qt_xml.lib.so qnitpickerviewwidget.lib.so qpluginwidget.lib.so + nitpicker_plugin.tar } diff --git a/ports/src/app/arora/demo/nitpicker_plugin/config.plugin b/ports/src/app/arora/demo/nitpicker_plugin/config.plugin new file mode 100644 index 0000000000..1e44988d4c --- /dev/null +++ b/ports/src/app/arora/demo/nitpicker_plugin/config.plugin @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + testnit512K + launchpad6M + + testnit512K + + + + +