Re: I share attached this guide with you.

2014-03-27 Thread Adam Lackorzynski
On Wed Mar 26, 2014 at 19:55:05 +0900, Taeung wrote: > > I've promised a guide Document to you. > It is "L4 / Fiasco porting guide on Freescale i.MX6 Quad SABRE SD(ARMv7)". > > I have had help from L4 Hackers. > So, I was able to do booting "L4 Linux + L4/Fiasco.OC" on this board. > I'm particula

Re: hello/l4/fiasco.oc for realview pbxa9

2014-03-27 Thread Matthias Lange
> On 27 Mar 2014, at 15:03, Alexis Fajardo Moya wrote: > > Hi, > El 27/03/14 09:59, Matthias Lange escribió: >> >> Also, which cross toolchain are you using? > I'm using the Code Sourcery toolchain version 2012.03 This one is ok. Matthias. ___ l4-ha

Re: hello/l4/fiasco.oc for realview pbxa9

2014-03-27 Thread Alexis Fajardo Moya
Hi, I follow the default instructions to compile the l4 snapshot for the realview platform. After execute the make setup and build the entire snapshot for the configuration, I navigate to the obj/l4/arm-ca directory and execute make qemu E=hello The result was the same. Now I'm going to dow

Re: hello/l4/fiasco.oc for realview pbxa9

2014-03-27 Thread Alexis Fajardo Moya
Hi, El 27/03/14 09:59, Matthias Lange escribió: Also, which cross toolchain are you using? I'm using the Code Sourcery toolchain version 2012.03 Alexis. ___ l4-hackers mailing list l4-hackers@os.inf.tu-dresden.de http://os.inf.tu-dresden.de/mailman/

Re: hello/l4/fiasco.oc for realview pbxa9

2014-03-27 Thread Matthias Lange
On Thu, Mar 27, 2014 at 08:50:22AM -0400, Alexis Fajardo Moya wrote: > Hello, > > On 27/03/14 05:02, Matthias Lange wrote: > >What's strange here is, that bootstrap is not moving modules 1 and 2. Are you > >using the latest snapshot? Which version of qemu are you using? > I'm using the l4re-snapsh

Re: hello/l4/fiasco.oc for realview pbxa9

2014-03-27 Thread Alexis Fajardo Moya
Hello, On 27/03/14 05:02, Matthias Lange wrote: What's strange here is, that bootstrap is not moving modules 1 and 2. Are you using the latest snapshot? Which version of qemu are you using? I'm using the l4re-snapshot-2013081908 version and Qemu 1.6.1 Can you try to execute 'make qemu E=hello'

Re: Have you modified L4 Kernel command line ?

2014-03-27 Thread Matthias Lange
Hi, On Thu, Mar 27, 2014 at 05:26:27PM +0900, Taeung wrote: > Hello, L4 hackers :-) > > May I ask you a question about L4 linux ? > > Have you modified ' l4x_rd=rom/ramdisk-arm.rd root=1:0 > ramdisk_size=4000 init=/bin/sh' in L4 kernel command ? > > I want to change it , as if the part of ori

Re: hello/l4/fiasco.oc for realview pbxa9

2014-03-27 Thread Matthias Lange
Hi, On Wed, Mar 26, 2014 at 04:09:50PM -0400, Alexis Fajardo Moya wrote: > Hello, > recently I tried to run hello program in top of l4/fiasco.oc for > exynos 4412 platform, but qemu doest'n have any platform that > support it (at least my installed version) > [...] > > L4 Bootstrapper > Build: #2

Have you modified L4 Kernel command line ?

2014-03-27 Thread Taeung
Hello, L4 hackers :-) May I ask you a question about L4 linux ? Have you modified ' l4x_rd=rom/ramdisk-arm.rd root=1:0 ramdisk_size=4000 init=/bin/sh' in L4 kernel command ? I want to change it , as if the part of original linux's kernel command line is "root=/dev/mmcblk1p1 rootwait rw"