public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
@ 2007-11-23 11:43 yusuf khan
  2007-11-23 11:57 ` Ing.Gianfranco Morandi
  0 siblings, 1 reply; 18+ messages in thread
From: yusuf khan @ 2007-11-23 11:43 UTC (permalink / raw)
  To: u-boot

hi all

Hi, I am new to U-Boot, how do I get started? i need to port the
U-Boot to the QUICC board of motorola having mc68360 cpu,and it looks
like U-Boot does not support mc68360...so please tell me how do i
start??

as i am new to this,Please tell me in bit detail fashion.


Thanks
Yusuf

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
@ 2008-04-15  2:42 cheesiong
  0 siblings, 0 replies; 18+ messages in thread
From: cheesiong @ 2008-04-15  2:42 UTC (permalink / raw)
  To: u-boot

hi all,
 i read the Readme in the top directory of U-boot 1.3.2. i hope this subject
is appropriate.
 i have a question on the makefile, i want to know where is the $obj define,
but it seem it define implicitly when use it.

 sample:
VERSION = 1
PATCHLEVEL = 3
SUBLEVEL = 2
EXTRAVERSION =
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
VERSION_FILE = $(obj)include/version_autogenerated.h

so my question is, where is the version_autogenerated.h file? because i
couldn;t find it, so i am not sure what is the purpose of this line.
please enlighten me on the usage of the the $obj if possible.
i am new to u-boot, thank you.

regards,-keo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080415/657c697a/attachment.htm 

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
@ 2007-08-17 11:56 Arun Bothe
  0 siblings, 0 replies; 18+ messages in thread
From: Arun Bothe @ 2007-08-17 11:56 UTC (permalink / raw)
  To: u-boot

Hi,

I am new to U-Boot. Currently I am working for adm5120 board.
I read "readme" file, and "DULG.pdf",  & U-Boot mailing archive also.

ADM5120 / ADM5120P
Specs:

    * 175MHz/227MIPS 4Kc CPU with an embedded cache, 8K-byte I-cache and 8K
D-cache MIPS32
    * 5 IEEE 802.e Fast Ethernet PHY interfaces and 1 GMII/MII interface
    * Two SDRAM banks (each bank 1M-32 up to 32Mx32Bit)(support upto
2Mx32Bytes)
    * Two Flash banks up to 4MB(NOR Flash and Nand Flash), and many more.


I have few questions regarding this, are

My "config.mk" file contains
    #ROM version
    TEXT_BASE = 0x80100000
    PRE_TEXT_BASE = 0xBFC00000

Q1: TEXT_BASE is the location of U-Boot in RAM, means TEXT_BASE points to
SDRAM perticular location? or tell more about TEXT_BASE.
Q2: In my board setting CFG_MONITOR_BASE=TEXT_BASE, means my boot monitor
code reading from EEPROM?
*****************************
For my board setting
#define CFG_SDRAM_BASE             0x80000000     and
#define CFG_MEMTEST_START      0x80100000
#define CFG_MEMTEST_END          0x81000000

Q3: CFG_MEMTEST_START, and CFG_MEMTEST_END are simple memory test area, but
I don't understand purpose of this test or which test and purpose?
*****************************
In my board setting
/* addresses for switch descriptors and buffers
 * reason for those fixed address is that the adm5120 switch
 * engine can only deploy descriptors and packet buffers
 * @ address < 16MB.
 * 0x80000000 ~ 0x80100000 is now reserved, so it SHOULD be safe
 * to put the addresses within this area
 */
#define CFG_PKTBUF_ADDR         0x800C0000
#define CFG_ARPBUF_ADDR         0x800D0000
#define CFG_DESC_ADDR           0x800F0000

Q4: means?

Q5: Which are the other important configuration macro's I've to study? or
I've to pay more attention?

Q6: Where I get more help of U-Boot for ADM5120, excepts the above mentioned
files?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070817/ab37431e/attachment.htm 

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
@ 2007-06-17  9:23 my lists
  0 siblings, 0 replies; 18+ messages in thread
From: my lists @ 2007-06-17  9:23 UTC (permalink / raw)
  To: u-boot

I had a good read of the README in version 1.2.
 Unfortunately I do not have the money to hire a guru (unless I can fire one for less than 100 USD) and obviously I do not have the money for a BDI2000.
 
 What I want to do is take over some work done by Alexander Chukov (but I doubt patches made it to the official release) for the sharp zaurus (corgi and akita).
 What Alex did is fine I just want to get it working with current stable release (he was using ver 1.1.4) and add some features (in decreasing order of importance):
 read the CONFIG_BOOTCOMMAND fom a file on an ext2 or jffs2 filesystem instead of having it hard coded in the sources,
 pick up the kernel from a ext2 or jffs2 filesystem,
 get the MMC socket working as a valid place to store config/kernel,
 get the onboard keyboard working for input,
 get the onboard lcd working for output.
 
 Is all this possible ? or is any of this ludicrus ?
 
 The first thing that is wrong is that the patches Alex made are getting rejects on the new 1.2.0 version (no wonder I guess a lot of code got changed).
 
 Secont thing: where can I get a better understanding of how things work without having to undersatnd that directly from the sources ... "read the sources Luke" is a difficult and long task for me (there is a lot of code and I get lost in it).
 I've started by looking at include/configs/corgi.h (the one that Alex made for the sharp corgi board) .... is that a good place to start ?
 
 Regards
 David
 
       
---------------------------------
Moody friends. Drama queens. Your life? Nope! - their life, your story.
 Play Sims Stories at Yahoo! Games. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070617/7543a4c3/attachment.htm 

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
@ 2006-06-01  7:09 Li Yang-r58472
  0 siblings, 0 replies; 18+ messages in thread
From: Li Yang-r58472 @ 2006-06-01  7:09 UTC (permalink / raw)
  To: u-boot

First you should find a reference or a baseline for your porting, which is 
a board similar to your board.  And you should focus on board/ and 
include/configs directories.  Most board porting only need to have board
initialization code under board/{board_name}/ and a config file
include/configs/{board_name}.h

ps: do not use HTML on this maillist.

Best Regards,
Leo

> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net
> [mailto:u-boot-users-admin at lists.sourceforge.net] On Behalf Of ??
> Sent: Thursday, June 01, 2006 2:19 PM
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
>
> Hi,
> Now I am start to port U-Boot to our board based on power pc 440Gx, How do
>  I get start?
> Thank you!
>?
> Jacky
> Email: jacky_shen at usish.com
> 2006.6.1

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
@ 2006-06-01  6:19 沈跃
  2006-06-01  7:07 ` Wolfgang Denk
  0 siblings, 1 reply; 18+ messages in thread
From: 沈跃 @ 2006-06-01  6:19 UTC (permalink / raw)
  To: u-boot

Hi,

Now I am start to port U-Boot to our board based on power pc 440Gx, How do I
get start?

Thank you!

 

Jacky

Email: jacky_shen at usish.com

2006.6.1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20060601/893b1bad/attachment.htm 

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
@ 2005-11-11  7:49 Justin_Sheu at alphanetworks.com
  2005-11-11  8:44 ` Wolfgang Denk
  0 siblings, 1 reply; 18+ messages in thread
From: Justin_Sheu at alphanetworks.com @ 2005-11-11  7:49 UTC (permalink / raw)
  To: u-boot

Dear Author,

Hi, I am new to U-Boot, how do I get started?
Please help me!
Thanks!

Best Regards,

/Justin Sheu

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
@ 2004-09-03 13:40 christophe peyronnet
  2004-09-03 15:12 ` Wolfgang Denk
  2004-09-03 17:17 ` T Michael Turney
  0 siblings, 2 replies; 18+ messages in thread
From: christophe peyronnet @ 2004-09-03 13:40 UTC (permalink / raw)
  To: u-boot

Hello,

I am new to U-Boot, and I need to port it on an custom board based on MPC852T.
As write in the Readme file of U-Boot directory, I send my first e-mail to have some information, on
how to port U-Boot on my board.

Thanks in advance.

Christophe.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20040903/b0f4d443/attachment.htm 

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
@ 2004-01-21 12:12 Vidya S
  2004-01-21 13:37 ` Wolfgang Denk
  0 siblings, 1 reply; 18+ messages in thread
From: Vidya S @ 2004-01-21 12:12 UTC (permalink / raw)
  To: u-boot

Hi,

As the subject says i am a new user of this uboot. I want to develop a 
bootloader, i mean i want to port this uboot to Blackfin-ADSP-BF533 
processor.

Could you pls let me know what the initial steps i need to follow to start the 
porting.

regards
Vidya

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

end of thread, other threads:[~2008-04-15  2:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-23 11:43 [U-Boot-Users] Hi, I am new to U-Boot, how do I get started? yusuf khan
2007-11-23 11:57 ` Ing.Gianfranco Morandi
2007-11-26 19:26   ` Ben Warren
  -- strict thread matches above, loose matches on Subject: below --
2008-04-15  2:42 cheesiong
2007-08-17 11:56 Arun Bothe
2007-06-17  9:23 my lists
2006-06-01  7:09 Li Yang-r58472
2006-06-01  6:19 沈跃
2006-06-01  7:07 ` Wolfgang Denk
2005-11-11  7:49 Justin_Sheu at alphanetworks.com
2005-11-11  8:44 ` Wolfgang Denk
2004-09-03 13:40 christophe peyronnet
2004-09-03 15:12 ` Wolfgang Denk
2004-09-03 17:17 ` T Michael Turney
2004-01-21 12:12 Vidya S
2004-01-21 13:37 ` Wolfgang Denk
2004-01-21 13:47   ` Vidya S
2004-01-21 21:35     ` Wolfgang Denk

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