From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlev Zundel Date: Thu, 23 Oct 2003 20:52:48 +0200 Subject: [U-Boot-Users] U-Boot and PPC In-Reply-To: <01b401c3998f$fbe9c340$1000a8c0@tsihq.com> (Srikanth Sherman's message of "Thu, 23 Oct 2003 11:03:37 -0700") References: <01b401c3998f$fbe9c340$1000a8c0@tsihq.com> Message-ID: <87oew77pmn.fsf@deepthought.outer.space.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Srikanth, > I'd like to use the 440GX (or 440GP) so I got the ELDK and U-Boot 0.4. > The ELDK doesn't specifically say that it supports the 440 series, do you > know if anyone has been successfuly in building 440 binaries using ELDK? I don't see a reason why it shouldn't work - there's even one supported board using a 440 - but I haven't done it myself. > Also, I've never used U-Boot before, but I'm *assuming* that once I get > U-Boot running on my board, I can just load up the application built with > ELDK (assuming of course the it can build 440 compatible binaries) and > it should work? Yes. > Am I completely missing something here? No. > Intially, I just want to get a simple "hello world" program working > (ie, not attempting to boot Linux yet) Check examples/hello_world.c which compiles into a standalone application ready to run from U-Boot. Cheers Detlev -- Or go for generality ... Add a programming language for extensibility and write part of the program in that language. --- GNU Coding Standards