public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Are there any instructions how to compile U-boot for ixp425 target?
Date: Thu, 7 Jun 2007 21:54:34 +0200	[thread overview]
Message-ID: <200706072154.34773.sr@denx.de> (raw)
In-Reply-To: <330EC2471BF24E48B513AF1A6975EB690C837E@MAIL-UA.ccs.local>

On Thursday 07 June 2007, Teemu Keskinarkaus wrote:
> I downloaded the version 2.3 that could be loaded without needing to
> register and I was able to compile the U-boot, but when I loaded it to unit
> the unit didn't boot properly anymore. Nothing showed in console. I have to
> check that the setup is right for console to be able to show anything.

Did you configure the correct UART? With the correct baudrate? Just checking 
very simple things.

> One another thing, since I already have working U-boot. Is it enough if I
> change the TEXT_BASE from new u-boot and then I'll be able to load the new
> U-boot to RAM and try to start it from the current U-boot? That way I don't
> have to program the flash every time. It would also speed up the testing a
> lot.

Reflashing is normally not really time consuming. We are talking about 
probably 512kbytes of image size. So with a decent debugger, this should be 
done in a few seconds including erasing.

> Is there something other than include/configs/ixpd425.h that needs to be
> modified in order to get U-boot configured properly?

That really depends on the board. In most cases you need to change at least 
the board specific files (board/ixdp425/*). A short look at 
board/ixdp425/ixdp425.c shows that there are board specific GPIO's 
configured. Very unlikely that your custom board is an exact copy of the 
Intel eval board. So you need to change at least those files too. And 
probably other changes are needed too.

To sum it up, U-Boot porting to new hardware is not very hard, especially when 
this CPU platform is already supported. But you need to know where to "tweak" 
to get it working quickly. Without this knowledge it's not that easy I'm 
afraid.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

  parent reply	other threads:[~2007-06-07 19:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-07  8:14 [U-Boot-Users] Are there any instructions how to compile U-boot for ixp425 target? Teemu Keskinarkaus
2007-06-07 11:44 ` Stefan Roese
2007-06-07 11:53   ` Ori Idan
2007-06-07 12:00   ` Teemu Keskinarkaus
2007-06-07 12:09     ` Wolfgang Denk
2007-06-07 19:54     ` Stefan Roese [this message]
2007-06-11  5:10   ` Queenie
2007-06-13  6:54     ` nitinn
2007-06-13  8:01       ` Teemu Keskinarkaus
2007-06-13  9:35         ` Stefan Roese
2007-06-13 10:31           ` Teemu Keskinarkaus
2007-06-13 11:06             ` Stefan Roese
2007-06-13 11:44               ` Teemu Keskinarkaus
2007-06-13 12:05                 ` Stefan Roese
2007-06-14  4:30                   ` Teemu Keskinarkaus
2007-06-14  8:42                   ` [U-Boot-Users] Are there any instructions how to compile U-bootfor " Carsten Schlote
2007-06-14  8:51                     ` Stefan Roese

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=200706072154.34773.sr@denx.de \
    --to=sr@denx.de \
    --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