Fwd: Problems using qemu devices from l4re

Martin Schröder martin.schroeder at openlimit.com
Thu Jul 3 11:34:36 CEST 2014


Hi Maria,

Am 02.07.2014 16:38, schrieb Maria Soler:
> ---------------------------------------------
> vbus = l:new_channel();
>
> -- Start io
>
> l:start(
>     {
>       caps = {
>       sigma0  = L4.cast(L4.Proto.Factory, L4.Env.sigma0):create(L4.Proto.Sigma0),
>         icu     = L4.Env.icu,
           input   = vbus:srv(),
>       },
>    }, "rom/io rom/app.io");
>
> l:start(
>     {
         caps = {
           log = L4.Env.log:m("rws"),
>         prodb =  vbus,
         },
         l4re_dbg = L4.Dbg.Warn,
>       log  = { "app", "green" },
>     },
>     "rom/app" , { FSTAB_FILE = "rom/fstab" }
> );
> ---------------------------------------------

Maybe this could help?


Best regards,
    Martin




More information about the l4-hackers mailing list