* How work ELDK4.0 in linux
@ 2008-09-02 5:26 VenkataKrishna
2008-09-02 6:40 ` Marco Stornelli
2008-09-02 13:37 ` Wolfgang Denk
0 siblings, 2 replies; 3+ messages in thread
From: VenkataKrishna @ 2008-09-02 5:26 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 232 bytes --]
I installed ELDK 4.0 in linux host system. Now I want to develop linux BSP
for my target Board (MPC8260) free scale. Any one suggest me How to works
and sequence of compiling linux BSP.
Thanks and Regard's
Venkatakrishna.
[-- Attachment #2: Type: text/html, Size: 2010 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How work ELDK4.0 in linux
2008-09-02 5:26 How work ELDK4.0 in linux VenkataKrishna
@ 2008-09-02 6:40 ` Marco Stornelli
2008-09-02 13:37 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Marco Stornelli @ 2008-09-02 6:40 UTC (permalink / raw)
To: VenkataKrishna; +Cc: linuxppc-embedded
VenkataKrishna ha scritto:
>
>
> I installed ELDK 4.0 in linux host system. Now I want to develop linux BSP
> for my target Board (MPC8260) free scale. Any one suggest me How to works
> and sequence of compiling linux BSP.
>
>
>
> Thanks and Regard's
>
> Venkatakrishna.
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
You can have a detailed description here http://www.denx.de/wiki/DULG/ELDK.
Regards,
--
Marco Stornelli
Embedded Software Engineer
CoRiTeL - Consorzio di Ricerca sulle Telecomunicazioni
http://www.coritel.it
marco.stornelli@coritel.it
+39 06 72582838
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How work ELDK4.0 in linux
2008-09-02 5:26 How work ELDK4.0 in linux VenkataKrishna
2008-09-02 6:40 ` Marco Stornelli
@ 2008-09-02 13:37 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2008-09-02 13:37 UTC (permalink / raw)
To: VenkataKrishna; +Cc: linuxppc-embedded
Dear "VenkataKrishna",
In message <20080902054341.2AFF7DDD0B@ozlabs.org> you wrote:
>
> I installed ELDK 4.0 in linux host system. Now I want to develop linux BSP
> for my target Board (MPC8260) free scale. Any one suggest me How to works
> and sequence of compiling linux BSP.
$ export CROSS_COMPILE=ppc_82xx-
$ export ARCH=powerpc
$ make <your_board_name>_defconfig
$ make uImage
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
If the hours are long enough and the pay is short enough, someone
will say it's women's work.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-09-02 13:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-02 5:26 How work ELDK4.0 in linux VenkataKrishna
2008-09-02 6:40 ` Marco Stornelli
2008-09-02 13:37 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).