public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] New to U-Boot
@ 2004-07-08 14:57 g.vijaychakravarthy
  0 siblings, 0 replies; 10+ messages in thread
From: g.vijaychakravarthy @ 2004-07-08 14:57 UTC (permalink / raw)
  To: u-boot

Hi friends ,

I am new to the U-boot and i need complete procedure modify the makefiles to build the binary and also could u pls give some links which explains the above procedure.

Thanking you in advance

Regards
Vijay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20040708/5f5ce090/attachment.htm 

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot-Users] New to u-boot
@ 2007-03-28  6:40 Borgaonkar Swapnil
  2007-03-28  8:37 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Borgaonkar Swapnil @ 2007-03-28  6:40 UTC (permalink / raw)
  To: u-boot

Hi,

I'm new to U-boot.
I've a s2c2410 board with 32MB NAND Flash. And 32MB SDRAM.
Where do I start. 

Regards,
Sonu

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot-Users] unable to mount root
@ 2006-06-25  8:33 Wolfgang Denk
  2006-06-25 18:02 ` [U-Boot-Users] new to u-boot srini kode
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Denk @ 2006-06-25  8:33 UTC (permalink / raw)
  To: u-boot

In message <449DE2FA.00011E.25217@bj163app46.163.com> you wrote:
> 
>     my uboot is in the nand flash,and i don't know how to mount the root
> file system.
> what's the difference between ramdisk and mtd device?  and if i am going
> to use the mtd device how can i make the root file system ?

All these are very basic questionsch have nothing to do with  U-Boot.
I  recommend  to  read some books about Linux in general and embedded
Linux, like Karim Yaghmour's "Building Embedded Linux Systems" and/or
Craig Hollabaugh's "Embedded Linux: Hardware,  Software,  and  Inter-
facing"; also, the DULG has some useful information, see
http://www.denx.de/wiki/DULG/Manual

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Old programmers never die, they just become managers.

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot-Users] new to u-boot
@ 2006-06-24  0:46 srini kode
  0 siblings, 0 replies; 10+ messages in thread
From: srini kode @ 2006-06-24  0:46 UTC (permalink / raw)
  To: u-boot

Hi,
I am new to u-boot. I have read the documentation
provided. I am creating my new config file for our
board.
Have a question on the functions I need to provide in
this config file.
I see that most of the files have the following
functions: initdram(..), checkboard(..).
But I saw that there are more functions provided in
this file and each board has different functions.
How do these functions get called by the u-boot main
code. Do I need to make changes to the u-boot main
code also so as to call these functions in my config
file in /board/xxx directory.
Thanks for help.

Srini

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot-Users] New to U-boot
@ 2004-08-28 13:31 jhoney jhoney
  2004-08-28 15:23 ` Frank
  0 siblings, 1 reply; 10+ messages in thread
From: jhoney jhoney @ 2004-08-28 13:31 UTC (permalink / raw)
  To: u-boot

An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20040828/89cab9f2/attachment.htm 
-------------- next part --------------
 Hai Folks,

I am new to u-boot and i am getting through README file to understan it properly. I would like to know at which location in RAM , u-boot gets copied and stats executing. 

Thanks in advance

jhoney

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot-Users] New to U-Boot
@ 2004-07-08 14:52 VanBaren, Gerald
  0 siblings, 0 replies; 10+ messages in thread
From: VanBaren, Gerald @ 2004-07-08 14:52 UTC (permalink / raw)
  To: u-boot

http://www.denx.de/twiki/bin/view/DULG/Manual

See also the "readme" file that comes with u-boot.


-----Original Message-----
From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin at lists.sourceforge.net]On Behalf Of g.vijaychakravarthy
Sent: Thursday, July 08, 2004 10:58 AM
To: u-boot-users at lists.sourceforge.net
Subject: [U-Boot-Users] New to U-Boot


Hi friends ,

I am new to the U-boot and i need complete procedure modify the makefiles to build the binary and also could u pls give some links which explains the above procedure.

Thanking you in advance

Regards
Vijay

******************************************
The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege.  If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager.  Please do not copy it for any purpose, or disclose its contents to any other person.  The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company.  The recipient should check this e-mail and any attachments for the presence of viruses.  The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
******************************************

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-03-28  8:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-08 14:57 [U-Boot-Users] New to U-Boot g.vijaychakravarthy
  -- strict thread matches above, loose matches on Subject: below --
2007-03-28  6:40 [U-Boot-Users] New to u-boot Borgaonkar Swapnil
2007-03-28  8:37 ` Wolfgang Denk
2006-06-25  8:33 [U-Boot-Users] unable to mount root Wolfgang Denk
2006-06-25 18:02 ` [U-Boot-Users] new to u-boot srini kode
2006-06-25 19:10   ` Wolfgang Denk
2006-06-24  0:46 srini kode
2004-08-28 13:31 [U-Boot-Users] New to U-boot jhoney jhoney
2004-08-28 15:23 ` Frank
2004-08-28 17:42   ` Wolfgang Denk
2004-07-08 14:52 [U-Boot-Users] New to U-Boot VanBaren, Gerald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox