From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe001.messaging.microsoft.com [216.32.180.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C5408E005B3 for ; Fri, 14 Jun 2013 05:25:18 -0700 (PDT) Received: from mail62-va3-R.bigfish.com (10.7.14.252) by VA3EHSOBE001.bigfish.com (10.7.40.21) with Microsoft SMTP Server id 14.1.225.23; Fri, 14 Jun 2013 12:25:17 +0000 Received: from mail62-va3 (localhost [127.0.0.1]) by mail62-va3-R.bigfish.com (Postfix) with ESMTP id 4F62F40014A; Fri, 14 Jun 2013 12:25:17 +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: -6 X-BigFish: VS-6(zzbb2dI98dI9371I936eI1432I4015Izz1f42h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ah1fc6hzz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1dfeh1dffh1155h) Received: from mail62-va3 (localhost.localdomain [127.0.0.1]) by mail62-va3 (MessageSwitch) id 1371212715644823_29832; Fri, 14 Jun 2013 12:25:15 +0000 (UTC) Received: from VA3EHSMHS010.bigfish.com (unknown [10.7.14.229]) by mail62-va3.bigfish.com (Postfix) with ESMTP id 9968B420110; Fri, 14 Jun 2013 12:25:15 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS010.bigfish.com (10.7.99.20) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 14 Jun 2013 12:25:15 +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.2.328.11; Fri, 14 Jun 2013 12:25:14 +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 r5ECPBE5025876; Fri, 14 Jun 2013 05:25:13 -0700 Message-ID: <51BB0B29.80306@freescale.com> Date: Fri, 14 Jun 2013 09:23:05 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Gary Thomas References: <51BA191B.90405@mlbassoc.com> <51BA1B5A.1070102@freescale.com> <51BACBB1.2050309@mlbassoc.com> In-Reply-To: <51BACBB1.2050309@mlbassoc.com> X-OriginatorOrg: freescale.com Cc: "meta-freescale@yoctoproject.org" Subject: Re: Booting Yocto on i.MX35 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: Fri, 14 Jun 2013 12:25:19 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 06/14/2013 04:52 AM, Gary Thomas wrote: > On 2013-06-13 20:19, Daiane Angolini wrote: >> On 06/13/2013 04:10 PM, Gary Thomas wrote: >>> I have an i.MX35 PDK that I'd like to run Yocto on. I've built >>> an SD card image using TARGET=imx35pdk. All went well (past the >>> small problem of the initial clone of the linux-mainline git >>> tree - timed out and I downloaded it by hand). However, when >>> I set the jumpers to boot from SD card, I get continuous errors: >>> ++NAND: RCSR=b000900 >>> Searching for BBT table in the flash ... >>> . >>> Found version 1 Bbt0 at block 8191 (0x7ffc0000) >>> Total bad blocks: 0 >>> ... Read from 0x07ec0000-0x07f00000 at 0x00080000: .. >>> ... Read from 0x07eb3000-0x07eb4000 at 0x000bf000: . >>> PMIC ID: 0x00000010 [Rev: 1.0] >>> Board version V2.0 >>> Launching POST >>> Fail, CMD13 >>> Fail, CMD13 >>> >>> I'll try another SD card when I can get access to one (I'm away >>> from my office now), but thought I would ask if I've missed something? >>> Can someone tell me _definitively_ how to set the jumpers for this mode >>> since the quick start guide and hardware guide don't match?? >> >> I don't like to rely on my memory. But I remember imx35pdk had a >> "different" way to set up the switch for internal boot/nand boot/atk >> boot/whatever. >> >> But, from your log, you're booting from NAND (no need to blame your >> sdcard) >> >> Try this one: >> https://community.freescale.com/docs/DOC-1307 > > Thanks, that's useful information. > > Sadly, when I follow those instructions, the board just sits there with > no sign of life. > > Any ideas what else I might try? The main problem is that the setup depends on your board version AND your debug board version. I'm going to dig into my old documents. In case I find something useful I let you know. > >> >>> >>> Thanks for any pointers. >>> >>> n.b. I'm also interested if anyone out there has had success with >>> this setup :-) >> > -- Daiane