All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] implementation of lowboot for pq2fads-zu board
Date: Fri, 03 Nov 2006 10:10:12 -0500	[thread overview]
Message-ID: <454B5BD4.3010006@smiths-aerospace.com> (raw)
In-Reply-To: <1162562720.27274.74.camel@saruman.qstreams.net>

Ben Warren wrote:
> Nethra,
> 
> On Fri, 2006-11-03 at 04:03 -0800, Nethra wrote:
> 
>> kindly suggest the changes to be done.
>>
>>
>> 2. if i want do changes in u-boot-1.1.1for custom board what are all the
>> changes to be done.
>>
>> thanks
>> Nethra
> 
> Here are the initial steps.  Once you've completed them, feel free to
> post follow-on questions:
> 
> 1.	The U-boot code that you have is old.  Please get the latest,
> nominally version 1.1.6, which is available at
> git://www.denx.de/git/u-boot.git  
> 
> You'll need to install and learn the 'git' source code control
> application.  I'd explain how, but you'll learn much more if you figure
> it out for yourself.  Google will help you here.  OK, here's one link:
> http://www.kernel.org/pub/software/scm/git/docs/everyday.html#Individual
> %20Developer%20(Participant)
> 
> 2.	Read the excellent documentation at
> http://www.denx.de/wiki/DULG/Manual
> 
> 3.	Read the README that accompanies the U-boot code.  There is a section
> on code porting that will be useful.  There is also lots of
> documentation in the /doc directory, some of which may be helpful to
> you.
> 
> 4.	Read and understand the source code for the 'pq2fads' board that your
> custom board is based on.
> 
> regards,
> Ben

Do all of the above, then when you make your configuration, use the 
PQ2FADS-ZU_lowboot_config:
$ make PQ2FADS-ZU_lowboot_config

Look at the top level Makefile to see what it is doing, it is putting 
some customizing stuff in the include/config.h file (make the 
configuration and then look in the config.h file).

You need to switch a jumper J7 to short pins 1-2 (default is 2-3) to 
switch from fetching the HRCW from the BCSR register to fetching the 
HRCW from flash.

DON'T erase the high boot version of u-boot - by switching the jumper J7 
back, you can recover from loading a bad u-boot in the lowboot position 
by reloading a good lowboot u-boot.  DAMHIKT.

gvb

  reply	other threads:[~2006-11-03 15:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-03 12:03 [U-Boot-Users] implementation of lowboot for pq2fads-zu board Nethra
2006-11-03 14:05 ` Ben Warren
2006-11-03 15:10   ` Jerry Van Baren [this message]
2006-11-03 20:16 ` Wolfgang Denk
2006-11-06  5:05   ` Nethra
  -- strict thread matches above, loose matches on Subject: below --
2006-11-03 12:03 Nethra

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=454B5BD4.3010006@smiths-aerospace.com \
    --to=gerald.vanbaren@smiths-aerospace.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.