From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from server.indiadomain.com (server.indiadomain.com [69.50.220.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4740BDDDE9 for ; Sat, 19 Jul 2008 19:34:55 +1000 (EST) Received: from [122.169.141.48] (helo=venkatakrishna) by server.indiadomain.com with esmtpa (Exim 4.69) (envelope-from ) id 1KK8SC-0007z1-S1 for linuxppc-dev@ozlabs.org; Sat, 19 Jul 2008 02:10:14 -0700 From: "VenkataKrishna" To: Subject: linux BSP Date: Sat, 19 Jul 2008 02:39:08 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C8E948.A45F3840" Message-Id: <20080719093455.4740BDDDE9@ozlabs.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------=_NextPart_000_0004_01C8E948.A45F3840 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dear Friends, I want to ... 1. How to develop linux BSP to MPC8260. 2. where can I start to develop linux BSP. 3. what are tools available in market to develop linux BSP. Plz suggest me about this one. Thanks Regards Venkatakrishna Pari ------=_NextPart_000_0004_01C8E948.A45F3840 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Dear Friends,

 

I want to = ………

1. How to develop linux BSP to = MPC8260.

2. where can I start to develop linux = BSP.

3. what are tools available in market to develop = linux BSP.

 

 

Plz suggest me about this = one.

 

Thanks Regards

Venkatakrishna Pari

------=_NextPart_000_0004_01C8E948.A45F3840-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from QMTA10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by ozlabs.org (Postfix) with ESMTP id 415DBDDED7 for ; Sun, 20 Jul 2008 08:21:02 +1000 (EST) Message-ID: <488268CB.3030906@gmail.com> Date: Sat, 19 Jul 2008 18:20:59 -0400 From: Jerry Van Baren MIME-Version: 1.0 To: VenkataKrishna Subject: Re: linux BSP References: <20080719093455.4740BDDDE9@ozlabs.org> In-Reply-To: <20080719093455.4740BDDDE9@ozlabs.org> Content-Type: text/plain; charset=windows-1252; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , VenkataKrishna wrote: > Dear Friends, > > I want to ……… > > 1. How to develop linux BSP to MPC8260. The term "BSP" (Board Support Package) is not used much in linux-land. By BSP you are probably referring to a boot program (bootrom) and a linux configuration (kernel/drivers). For a bootrom, I recommend u-boot. There are several 8260 boards in the standard u-boot repository that you can start from and customize for your board. If you go this route, you will want to subscribe to the u-boot-users list https://lists.sourceforge.net/lists/listinfo/u-boot-users For more information, sorted from general to specific: http://www.denx.de/ http://www.denx.de/en/Software/WebHome http://www.denx.de/wiki/UBoot/WebHome http://www.denx.de/wiki/UBoot/Documentation http://www.denx.de/wiki/DULG/Manual Browse the source: http://git.denx.de/ > 2. where can I start to develop linux BSP. Right from the comfort of your own linux computer! (Developing under Windows/cygwin/colinux is possible, but everything is between five times more difficult and infinitely more difficult. NOT recommended!) > 3. what are tools available in market to develop linux BSP. I would recommend downloading and installing ELDK from Denx. It is a reliable and painless cross compiler (THANKS, Wolfgang & Co.!) ftp://ftp.denx.de/pub/eldk/4.2/ppc-linux-x86/ in particular: ftp://ftp.denx.de/pub/eldk/4.2/ppc-linux-x86/iso/ppc-2008-04-01_freescale.iso > Thanks Regards > Venkatakrishna Pari You are welcome. gvb