Problem Launching L4Linux

Piweli piweli75 at gmail.com
Tue Feb 10 23:52:53 CET 2015


Hi,
> Does fiasco have the -serial_esc argument in the modules.list file?
>   
Yes, it has. Here is my modules.list :

modaddr 0x01100000

default-kernel fiasco -serial_esc
default-bootstrap bootstrap

entry L4Linux ARM
roottask moe rom/l4lx.cfg
module l4re
module ned
module l4lx.cfg
module io
module arm-rv.io
module vmlinuz.arm
module ramdisk-arm.rd

In fact, I can't type anything in my L4Linux. That's why I was thinking it may have something to do with capabilities but I think my l4lx.cfg is fine :

-- vim:set ft=lua:

local lxname = "vmlinuz";
if L4.Info.arch() == "arm" then
   lxname = "vmlinuz.arm";
end

L4.default_loader:start(
   { caps = {
       log = L4.Env.log:m("rws"),
     },
     l4re_dbg = L4.Dbg.Warn,
     log = { "l4linux", "yellow" },
   },
  "rom/" .. lxname .. " mem=64M console=ttyLv0 l4x_rd=rom/ramdisk-" ..
L4.Info.arch() .. ".rd root=1:0 ramdisk_size=4000 init=/bin/sh");

> Indeed, this has nothing to do with ESC.
>
>
> Adam
Thanks a lot for your help,

Louis.




More information about the l4-hackers mailing list