From: Stephan Linz <linz@mazet.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Problems with Hello_world example
Date: Tue, 17 Feb 2004 18:53:26 +0100 [thread overview]
Message-ID: <0402171853260E.00467@pcj86> (raw)
In-Reply-To: <LAW12-F23kjho31VINg0005f0dc@hotmail.com>
Am Dienstag, 17. Februar 2004 17:51 schrieben Sie:
> Hi all,
>
> we're using u-boot in a DBPXA250 based platform. We've burnt u-boot in
> Flash memory and successed to communicate with it using hyperterminal or
> minicom. Then we've loaded hello_world.bin in 0x00040004 and typed in
Hi,
hellow_world can't run @ 0x00040004 correct -- have a look into
examples/Makefile. For ARCH=arm and that's the case for DBPXA250 based boards
there is a LOAD_ADDR=0xc100000. So the hello_world example will linked to
0xc100000 (not 0x00040004).
You should adapt LOAD_ADDR to your board specific environment or load and
start hello_world.bin to the given address.
Best Regards,
Stephan Linz
next prev parent reply other threads:[~2004-02-17 17:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-17 16:51 [U-Boot-Users] Problems with Hello_world example Sonia Martinez Baro
2004-02-17 17:53 ` Stephan Linz [this message]
2004-02-17 21:03 ` 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=0402171853260E.00467@pcj86 \
--to=linz@mazet.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 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.