Re: [U-Boot-Users] Need Some Help

2008-08-01 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Thanks for the reply, but I have a few questions. > The first is can U-boot load any application other than a Linux. Of course it can. If you had read the manual, you should have found the section about standalone applications. And of course it can

Re: [U-Boot-Users] Need Some Help

2008-08-01 Thread Alshine Mondesir
008 11:18 PM To: Mondesir, Alshine Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] Need Some Help In message <[EMAIL PROTECTED]> you wrote: > > My latest endaevor has me cross compiling a stand alone application for > MPC8548 PPC for a U-Boot Based target. There i

Re: [U-Boot-Users] Need Some Help

2008-07-23 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > My latest endaevor has me cross compiling a stand alone application for > MPC8548 PPC for a U-Boot Based target. There is no Operating System to > run on the target to speak of, just my application. I'm building the > application in Code Warrior usin

Re: [U-Boot-Users] Need Some Help

2008-07-23 Thread Jerry Van Baren
[EMAIL PROTECTED] wrote: > Please do not use HTML on this mailing list. All > messages to this list must be in plain text. > > Mondesir, Alshine wrote: > >> My latest endeavor has me cross compiling a stand >> alone application for > MPC8548 PPC for a U-Boot >> Based target. There is no Operati

Re: [U-Boot-Users] Need Some Help

2008-07-23 Thread Ken.Fuchs
Please do not use HTML on this mailing list. All messages to this list must be in plain text. Mondesir, Alshine wrote: > My latest endeavor has me cross compiling a stand > alone application for > MPC8548 PPC for a U-Boot > Based target. There is no Operating System to > run on the target to sp

[U-Boot-Users] Need Some Help

2008-07-23 Thread Mondesir, Alshine
My latest endaevor has me cross compiling a stand alone application for MPC8548 PPC for a U-Boot Based target. There is no Operating System to run on the target to speak of, just my application. I'm building the application in Code Warrior using an 8548_init.S hardware intialization file. 1)