From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout0.freenet.de (mout0.freenet.de [195.4.92.90]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 89A02E003F8 for ; Wed, 31 Jul 2013 01:25:46 -0700 (PDT) Received: from [195.4.92.142] (helo=mjail2.freenet.de) by mout0.freenet.de with esmtpa (ID twoofseven@freenet.de) (port 25) (Exim 4.80.1 #4) id 1V4Rj5-0001yt-T4; Wed, 31 Jul 2013 10:25:43 +0200 Received: from localhost ([::1]:43443 helo=mjail2.freenet.de) by mjail2.freenet.de with esmtpa (ID twoofseven@freenet.de) (Exim 4.80.1 #4) id 1V4Rj5-0001iw-Je; Wed, 31 Jul 2013 10:25:43 +0200 Received: from mx17.freenet.de ([195.4.92.27]:36966) by mjail2.freenet.de with esmtpa (ID twoofseven@freenet.de) (Exim 4.80.1 #4) id 1V4Rh0-00084V-St; Wed, 31 Jul 2013 10:23:34 +0200 Received: from [2001:5a8:4:8830:55cd:a840:db6e:83a3] (port=51723) by mx17.freenet.de with esmtpsa (ID twoofseven@freenet.de) (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (port 587) (Exim 4.80.1 #4) id 1V4Rh0-0001Vj-E2; Wed, 31 Jul 2013 10:23:34 +0200 Message-ID: <1375259009.967.5.camel@bDesk.lan> From: Matthias Benesch To: Daiane Angolini Date: Wed, 31 Jul 2013 01:23:29 -0700 In-Reply-To: <51F7EC44.8090204@freescale.com> References: <1375171222.6132.18.camel@bDesk.lan> <51F7EC44.8090204@freescale.com> X-Mailer: Evolution 3.8.4 Mime-Version: 1.0 Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm-extra][PATCH] gk802: Add initial support X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 08:25:48 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2013-07-30 at 13:39 -0300, Daiane Angolini wrote: > On 07/30/2013 05:00 AM, Matthias Benesch wrote: > > Hello, > > I would like to commit support for Zealz GK802 Freescale i.MX6 Quad Core > > device. > > The work is based on the information from > > https://github.com/imx6-dongle/wiki/wiki > > > > Unfortunately it is not complete yet. U-Boot is working and the device > > will load the kernel uImage from first fat partition. With the attached > > "ubootcmd" file copied to the first fat partition of your micro-sd card, > > the kernel will start completely, but will fail to init systemd (see > > attached "gk802-boot.log" file). > > > > I already tried several bootargs configuration via the ubootcmd file, up > > to following bootargs config without any further success: > > > > setenv bootargs 'console=ttymxc3,115200 consoleblank=0 > > root=/dev/mmcblk0p2 rootfstype=ext3 init=/lib/systemd/systemd rootwait > > rw video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24' > > > > I hope for the communitie's support to be able to finalize this work and > > get the GK802 supported within Yocto. > > Would it be "the classic DEVTMPS" problem? > > Please, check if it's enabled on your kernel > CONFIG_DEVTMPFS=y > CONFIG_DEVTMPFS_MOUNT=y > The DEVTMPFS did it. Now it is starting including systemd ;-). I can remember that I saw this issue within one of the forum discussions before. I will update the patch accordingly. Matthias