From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7A26DE012F1 for ; Wed, 20 Mar 2013 08:18:41 -0700 (PDT) Received: from gandalf.denix.org ([unknown] [108.45.150.102]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MJY004L4T62XT00@vms173003.mailsrvcs.net> for meta-ti@yoctoproject.org; Wed, 20 Mar 2013 10:18:18 -0500 (CDT) Received: by gandalf.denix.org (Postfix, from userid 1000) id 219B520470; Wed, 20 Mar 2013 11:17:59 -0400 (EDT) Date: Wed, 20 Mar 2013 11:17:59 -0400 From: Denys Dmytriyenko To: Steven Grunza Message-id: <20130320151759.GP14761@denix.org> References: <514873B9.3020500@comcast.net> <20130319172138.GQ32759@edge> <5148A9B4.5060702@comcast.net> <20130319182747.GH14761@denix.org> <5149C666.7040306@comcast.net> MIME-version: 1.0 In-reply-to: <5149C666.7040306@comcast.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-ti@yoctoproject.org" Subject: Re: Is this the correct list for AM3517 EVM questions? X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 15:18:41 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Wed, Mar 20, 2013 at 10:23:34AM -0400, Steven Grunza wrote: > On 3/19/2013 2:27 PM, Denys Dmytriyenko wrote: > >On Tue, Mar 19, 2013 at 02:08:52PM -0400, Steven Grunza wrote: > >>On 3/19/2013 1:21 PM, Denys Dmytriyenko wrote: > >>>On Tue, Mar 19, 2013 at 10:18:33AM -0400, Steven Grunza wrote: > >>>>Hello, > >>>> I have a LogicPD Zoom AM3517 experimenters board. Is this the > >>>>correct list to ask questions about getting Yocto-based software > >>>>running on this board? > >>>Yes, this is one of the correct lists for asking questions about AM3517 board > >>>when used with the Yocto Project. :) As this is the mailing list for meta-ti, > >>>which is the official Texas Instruments BSP layer for OpenEmbedded-Core and > >>>the Yocto Project, and AM3517 is currently one of the supported platforms in > >>>meta-ti. > >>> > >>Wonderful. Can someone point me to information so that I can build > >>a system using the Yocto project and program an SD card with the > >>necessary files to boot my board into Linux? > >> > >> With all of the S7 DIP switches in the off position (which the > >>AM3517 Development Kits User Manual indicates is the default boot > >>from NAND) I don't get any output from the serial UART so my guess > >>is that I've hosed the NAND. > >> > >> For debugging support I have a TI Stellaris LM3S8962 board which > >>has the ability to act as a JTAG debugger to external hardware. For > >>software I have OpenOCD 0.6.1 > >I would assume you already checked this Hardware Setup page: > >http://processors.wiki.ti.com/index.php/GSG:_AM35x_EVM_Hardware_Setup > > > >Then you would need to check the Boot from SD/MMC page: > >http://processors.wiki.ti.com/index.php/AM35x_EVM_Boot_from_SD/MMC_card > > > >As of the software load, you can build a minimal rootfs image (e.g. > >core-image-minimal) with all the BSP components and setup an SD card as > >described above. You'll get the MLO, u-boot, uImage and rootfs as the > >output of the build, that you need to load on to the card. > To what should I have MACHINE set? Using beagleboard didn't work. There is "am3517-evm" machine in meta-ti: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/conf/machine -- Denys