All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gvb.linuxppc.dev@gmail.com>
To: VenkataKrishna <venkatakrishnap@vrindatech.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: linux BSP
Date: Sat, 19 Jul 2008 18:20:59 -0400	[thread overview]
Message-ID: <488268CB.3030906@gmail.com> (raw)
In-Reply-To: <20080719093455.4740BDDDE9@ozlabs.org>

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

      reply	other threads:[~2008-07-19 22:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-18 21:09 linux BSP VenkataKrishna
2008-07-19 22:20 ` Jerry Van Baren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=488268CB.3030906@gmail.com \
    --to=gvb.linuxppc.dev@gmail.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=venkatakrishnap@vrindatech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.