From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co1outboundpool.messaging.microsoft.com (co1ehsobe005.messaging.microsoft.com [216.32.180.188]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 407E4E002E3 for ; Tue, 30 Jul 2013 09:42:57 -0700 (PDT) Received: from mail187-co1-R.bigfish.com (10.243.78.232) by CO1EHSOBE005.bigfish.com (10.243.66.68) with Microsoft SMTP Server id 14.1.225.22; Tue, 30 Jul 2013 16:42:56 +0000 Received: from mail187-co1 (localhost [127.0.0.1]) by mail187-co1-R.bigfish.com (Postfix) with ESMTP id 1E18F940216; Tue, 30 Jul 2013 16:42:56 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h1de096h8275bh1de097hz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1155h) Received: from mail187-co1 (localhost.localdomain [127.0.0.1]) by mail187-co1 (MessageSwitch) id 1375202574130622_18346; Tue, 30 Jul 2013 16:42:54 +0000 (UTC) Received: from CO1EHSMHS002.bigfish.com (unknown [10.243.78.225]) by mail187-co1.bigfish.com (Postfix) with ESMTP id 1AB51C004C; Tue, 30 Jul 2013 16:42:54 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CO1EHSMHS002.bigfish.com (10.243.66.12) with Microsoft SMTP Server (TLS) id 14.16.227.3; Tue, 30 Jul 2013 16:42:53 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.3.136.1; Tue, 30 Jul 2013 16:42:52 +0000 Received: from [10.29.244.5] ([10.29.244.5]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r6UGgmkh032151; Tue, 30 Jul 2013 09:42:51 -0700 Message-ID: <51F7EC44.8090204@freescale.com> Date: Tue, 30 Jul 2013 13:39:32 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Matthias Benesch References: <1375171222.6132.18.camel@bDesk.lan> In-Reply-To: <1375171222.6132.18.camel@bDesk.lan> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% 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: Tue, 30 Jul 2013 16:43:00 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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 -- Daiane