|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
problems running l4linux No.2Hi,
I am still trying to run l4linux on top of fiasco. I am running it on top of a console system and configured L4Linux2.6 without any input drivers. Thanks to your suggestion I am loading vmlinuz with a start script. I can't tell you much, but once booted both serial and console are spammed with ... l4lx | l4env_phys_to_virt: Could not translate phys. address 0x94140 l4lx | l4env_phys_to_virt: Could not translate phys. address 0x94150 l4lx | l4env_phys_to_virt: Could not translate phys. address 0x94160 ... messages. Did I forget to configure some kind of memory translation unit? Here is my grub config: kernel /bin/svn453/bootstrap -serial modaddr 0x03000000 module /bin/svn453/fiasco -nokdb -nowait -serial -comspeed 115200 -pcsampling -debug -sp 1000000 module /bin/svn453/sigma0 module /bin/svn453/roottask task modname "bmodfs" attached 7 modules module /bin/svn453/dm_phys module /bin/svn453/names --verbose 0 --logsrv logcon module /bin/svn453/events module /bin/svn453/simple_ts --events -t 300 module /bin/svn453/l4io module /bin/svn453/bmodfs module /bin/svn453/l4linux26.cfg module /bin/svn453/libloader.s.so module /bin/svn453/libld-l4.s.so module /bin/svn453/logcon module /bin/svn453/run module /bin/svn453/vmlinuz module /bin/svn453/drops-rd.rd module /bin/svn453/loader --events --fprov=BMODFS run l4linux26.cfg logcon module /bin/svn453/con --nolog vbeset 0x117 Thanks for your help. Kind Regards, Stefan _______________________________________________ l4-hackers mailing list l4-hackers@... http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers |
|
|
Re: problems running l4linux No.2Hi,
On Tue Aug 04, 2009 at 11:11:15 +0200, Stefan Kögel wrote: > I am still trying to run l4linux on top of fiasco. I am running it on > top of a console system and configured L4Linux2.6 without any input > drivers. Thanks to your suggestion I am loading vmlinuz with a start script. > > I can't tell you much, but once booted both serial and console are > spammed with > > ... > l4lx | l4env_phys_to_virt: Could not translate phys. address 0x94140 > l4lx | l4env_phys_to_virt: Could not translate phys. address 0x94150 > l4lx | l4env_phys_to_virt: Could not translate phys. address 0x94160 > ... > > messages. > > Did I forget to configure some kind of memory translation unit? No but I'd guess that there's some driver in the Linux that causes this. Maybe you could start from the x86-ux or x86-native defconfigs and see if the same happens? Adam -- Adam adam@... Lackorzynski http://os.inf.tu-dresden.de/~adam/ _______________________________________________ l4-hackers mailing list l4-hackers@... http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers |
|
|
|
|
|
Re: problems running l4linux No.2Hi,
On Wed Aug 05, 2009 at 19:39:00 +0200, Stefan Kögel wrote: > I started from a default l4linux26 kernel config. I did not touch > anything, except for the things I had to, like acpi, apic, MTRR, MCE .. > and the stuff that is missing (olpc, scx200 and these things). > Everything else is default. > The problem still exists but I was able to gather some info. > > Executing the l4linux26.cfg prints out: > > l4lx | l4env_phys_to_virt: Could not translate phys. address 0x80000 > l4lx | l4env_phys_to_virt: Could not translate phys. address 0x80010 > l4lx | l4env_phys_to_virt: Could not translate phys. address 0x80020 > ... > > and continues untiel physical address 0x9fff0 and ends with a lock up of > the computer. L4Linux will not work but the system would still run. My guess is that ISCSI_IBFT_FIND is enabled. This option causes scans through physical memory, and the conversion functions in L4Linux are built in a conservative way because if something goes wrong this can lead to very subtle issues. If my guess is wrong you should get a backtrace when you enable earlyprintk on the kernel command line (i.e. it's already there but not printed (yet)). > I am wondering about these lines: > > ROOT: Task #0c is not allowed to execute cli/sti > loader | vmlinuz,#11: WARNING: Can't map I/O space, ROOT denies page > (result=0 > loader : 0004000) > loader | vmlinuz,#11: Not allowed to perform any I/O > > Could that be causing the error? How can I fix this? Adding allow_cli as an option flag to the loader script will give L4Linux all I/O rights and make the message go away. Adam -- Adam adam@... Lackorzynski http://os.inf.tu-dresden.de/~adam/ _______________________________________________ l4-hackers mailing list l4-hackers@... http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers |
| Free embeddable forum powered by Nabble | Forum Help |