diff --git a/ports-foc/run/l4android.run b/ports-foc/run/l4android.run index 28947f08a..07eb31da1 100644 --- a/ports-foc/run/l4android.run +++ b/ports-foc/run/l4android.run @@ -13,9 +13,10 @@ set build_components { init drivers/timer drivers/framebuffer - drivers/uart server/nitpicker server/nit_fb + server/terminal + server/terminal_log l4android } @@ -55,11 +56,6 @@ set config { - - - - - @@ -69,7 +65,7 @@ set config { - + @@ -77,7 +73,54 @@ set config { - } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +} append_if [have_spec x86] config { @@ -99,9 +142,9 @@ append_if [have_spec pci] config { append_if [have_spec vesa] config { - + - + } append_if [have_spec lan9118] config { @@ -137,8 +180,10 @@ append config { - - + + + + @@ -157,7 +202,8 @@ set boot_modules { timer nitpicker nit_fb - uart_drv + terminal + terminal_log l4android root-ginger.gz } @@ -190,7 +236,6 @@ if {![file exists bin/system-ginger.img]} { build_boot_image [join $boot_modules " "] append qemu_args " -m 512 " -append qemu_args " -serial unix:/tmp/qemu-pipe,server,nowait " append qemu_args " -serial mon:stdio " append_if [have_spec x86] qemu_args " -hda bin/system-ginger.img " append_if [have_spec x86] qemu_args " -net nic,model=e1000 "