From: T Michael Turney <tmike@recipes4linux.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
Date: Fri, 3 Sep 2004 10:17:48 -0700 [thread overview]
Message-ID: <GEEKLLHMFHLAJOBEEELHEEDPCLAA.tmike@recipes4linux.com> (raw)
In-Reply-To: <002a01c491bb$9aebe800$9220e4d5@neomorewindows>
Make sure you have a JTAG debugger (e.g. BDI2000)
Find a board in .../include/configs that is close to your hardware
Make a new board file in ...include/configs for your board
Copy the starting board's files from .../board/xyz to your board's directory
.../board/myboard
With JTAG device, verify, minimally, working RAM (where u-boot image is
loaded), working serial port (for login and command line) working Ethernet
for network access.
Start making same devices work under u-boot.
Hint, try following this execution path... (arm)
.../cpu/at91rm9200/start.S
_start -> reset
reset -> _start_armboot
.../lib_arm/board.c
start_armboot -> (calls a bunch of init functions)
enters forever loop calling main_loop
.../common/main.c
main_loop
Hope this helps
Cheers,
T.mike
-----Original Message-----
From: u-boot-users-admin at lists.sourceforge.net
[mailto:u-boot-users-admin at lists.sourceforge.net]On Behalf Of christophe
peyronnet
Sent: Friday, September 03, 2004 6:41 AM
To: u-boot-users at lists.sourceforge.net
Subject: [U-Boot-Users] Hi, I am new to U-Boot, how do I get started?
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/445f8597/attachment.htm
next prev parent reply other threads:[~2004-09-03 17:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-03 13:40 [U-Boot-Users] Hi, I am new to U-Boot, how do I get started? christophe peyronnet
2004-09-03 15:12 ` Wolfgang Denk
2004-09-03 17:17 ` T Michael Turney [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-04-15 2:42 cheesiong
2007-11-23 11:43 yusuf khan
2007-11-23 11:57 ` Ing.Gianfranco Morandi
2007-11-26 19:26 ` Ben Warren
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-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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=GEEKLLHMFHLAJOBEEELHEEDPCLAA.tmike@recipes4linux.com \
--to=tmike@recipes4linux.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox