From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vms173007pub.verizon.net ([206.46.173.7]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OpMdH-0000oD-Ms for openembedded-devel@lists.openembedded.org; Sat, 28 Aug 2010 16:43:49 +0200 Received: from server ([unknown] [71.170.86.183]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L7V00KZG7FOKU50@vms173007.mailsrvcs.net> for openembedded-devel@lists.openembedded.org; Sat, 28 Aug 2010 08:43:00 -0500 (CDT) Received: from server [127.0.0.1] by server (Axigen) with ESMTPSA id 24254F; Sat, 28 Aug 2010 08:42:48 -0500 Received: from [192.168.1.3] by rkmorris.us with HTTP; Sat, 28 Aug 2010 08:42:46 -0500 From: Date: Sat, 28 Aug 2010 08:42:46 -0500 X-Mailer: Axigen WebMail To: openembedded-devel@lists.openembedded.org Message-id: <1283002966187563500@rkmorris.us> In-reply-to: <1282944432199625500@rkmorris.us> References: <1282940782400087500@rkmorris.us> <1282944432199625500@rkmorris.us> Importance: Normal MIME-version: 1.0 X-AxigenVirus-Level: 1 X-AxigenSpam-Level: 5 X-SA-Exim-Connect-IP: 206.46.173.7 X-SA-Exim-Mail-From: openembedded@rkmorris.us X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE, MIME_QP_LONG_LINE autolearn=no version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) X-Content-Filtered-By: Mailman/MimeDel 2.1.11 Subject: Re: Execution of Build Output Failing (Testing) X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2010 14:43:49 -0000 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, It's all working now - thanks! I refreshed the source (via git), and did a= complete new rebuild - and now it works. Now back to my h1940. If anyone has any debugging suggestions I would defi= nitely appreciate it. Unfortunately it seems to just hang, with no real deb= ugging information (when "transferring" from the kernel to initrd, each of = which has been confirmed on it's own). Of course I don't have a keyboard ei= ther, so it's even more fun ... :-(. Thanks again,... Russell On Fri, Aug 27, 2010 04:27 PM, wrote: > OK, I checked - and my kernel file actually has 2.6.34 in it's name, so = it seems right.=20 > Hmmm ... where the heck is 2.6.17-rc3 coming from? > ... Russell >=20 >=20 > On Fri, Aug 27, 2010 03:26 PM, wrote: > > Yep, this makes complete sense - but I haven't tried to change version= s (at least not on purpose ... :-)). Rather, these are what seem to happen = by default. Let me look at the config files a bit more, to see if I can for= ce this (or if you know, but all means yell about what I'm missing!). > > BTW, on the PREFERRED_VERSION items below - likely a dumb question, bu= t how is someone to know about this? > > Thanks! > > ... Russell > >=20 > >=20 > >=20 > > On Fri, Aug 27, 2010 03:16 PM, Khem Raj wrote: > > > On Fri, Aug 27, 2010 at 12:37 PM, wrote: > > > Hi, > > > Thanks for the quick response! > > > What's strange is that watching the boot in QEMU it seems to be look= ing for 2.6.17-rc3 inside the /lib/modules directory ... but if I mount my = initrd (un-gzip, then mount as ext2), and look inside this directory - the = directory is 2.6.34 instead! Somewhere / somehow there seems to be a versio= ning issue perhaps? > > > Thoughts? > >=20 > > yes because the default kernel for qemuarm machine is 2.6.34 and hence > > the modules which are part of rfs are for that kernel. > > you should use same kernel to boot qemu for best results. > >=20 > > > Thanks again,... Russell > > > > > > > > > On Fri, Aug 27, 2010 12:41 PM, Khem Raj wrote: > > >> On Fri, Aug 27, 2010 at 6:46 AM, wrote: > > >> > Hi, > > >> > As I reported recently, I am having issues getting my OE output u= p and running on my h1940 device. It seems to be some sort of issue between= the kernel and initrd files, so to debug this I figured that I'd build and= test on QEMU (hoping that the recent udev related issues were my problem, = and to make sure that I could build "properly"). > > >> > Given this, I went ahead and built console-image (angstrom 2008.1= distro) for qemuarm, to see if it was perhaps just me having issues (which= is still possible). However, I took the output from the qemuarm build and = tried to run it ... and still have issues (not the same as my h1940, but st= ill fatal). > > >> > On QEMU (verified to work with the QEMU provide example ARM image= s) I am able to boot, at least part way, but end up with a FATAL message ab= out a missing directory ... /lib/modules/2.6.17-rc3. > > >> > Is this a known issue? Any proposed fixes or workarounds for this= ? > > >> > > >> oe.dev works well on qemuarm here with > > >> > > >> PREFERRED_VERSION_usbutils_local =3D "0.86" > > >> PREFERRED_VERSION_udev_local =3D "151" > > >> > > >> in local.conf and minimal/angstrom distro last time I tried it boot= ed > > >> fine. you can also adapt > > >> contrib/qemu/run-qemu.sh to run OE in qemu. > > >> > > >> > Thanks! > > >> > ... Russell > > >> > _______________________________________________ > > >> > Openembedded-devel mailing list > > >> > Openembedded-devel@lists.openembedded.org > > >> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-= devel > > >> > > > >> > > >> _______________________________________________ > > >> Openembedded-devel mailing list > > >> Openembedded-devel@lists.openembedded.org > > >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-de= vel > > >> > > > _______________________________________________ > > > Openembedded-devel mailing list > > > Openembedded-devel@lists.openembedded.org > > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-dev= el > > > > >=20 > > _______________________________________________ > > Openembedded-devel mailing list > > Openembedded-devel@lists.openembedded.org > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > >=20 > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > >From kergoth@gmail.com Sat Aug 28 16:44:47 2010 Received: from mail-ww0-f43.google.com ([74.125.82.43]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OpMeB-0000r9-0x for openembedded-devel@lists.openembedded.org; Sat, 28 Aug 2010 16:44:47 +0200 Received: by wwb31 with SMTP id 31so4502677wwb.24 for ; Sat, 28 Aug 2010 07:44:13 -0700 (PDT) DKIM-Signature: v