From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 14982E00A44; Thu, 22 May 2014 08:34:17 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,RDNS_NONE autolearn=no version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.201.16.125 listed in list.dnswl.org] * 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Greylist: delayed 62 seconds by postgrey-1.32 at yocto-www; Thu, 22 May 2014 08:34:14 PDT Received: from entsrmbx02.teledyne.com (unknown [74.201.16.125]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C52DFE0077C for ; Thu, 22 May 2014 08:34:14 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.98,887,1392192000"; d="scan'208";a="54879139" Received: from unknown (HELO [10.22.99.41]) ([10.22.99.41]) by entsrmbx02a.teledyne.com with ESMTP; 22 May 2014 08:33:11 -0700 Message-ID: <537E18B6.6040905@DinkumSoftware.com> Date: Thu, 22 May 2014 11:33:10 -0400 From: tom campbell User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org Subject: Freescale imx beta/release sd burning questions 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: Thu, 22 May 2014 15:34:17 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List: I've built the Freescale imx6 beta successfully from: fsl-yocto-3.10.17-1.0.0-beta.tar.gz L3.10.17_1.0.0_beta_131223_images_MX6.tar.gz cd fsl-community-bsp-platform &&\ MACHINE=imx6slevk source setup-environment build-evk &&\ bitbake core-image-minimal I have a question about sd card partitioning. The instructions in Freescale Yocto user guide 4.1 say: sudo dd if=.sdcard of=/dev/sd sudo dd if=.sdcard of=/dev/sd is different, only difference is block size of writes Can someone point me to the partitioning requirements? thx tom campbell