From: Pink Boy <dasfoo@yahoo.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] ARM: Add/Improve support for Atmel AT91RM9200DK/E
Date: Sun, 11 Jan 2009 14:10:37 -0800 (PST) [thread overview]
Message-ID: <106924.13495.qm@web31801.mail.mud.yahoo.com> (raw)
In-Reply-To: <20090111041938.GB14620@game.jcrosoft.org>
I checked out the latest snapshot of the AT91 branch and
was able to build, a working version of u-boot. The Flash
CFI support works in that I was able to write both the
AT91RM9200EK's flash, and the AT49BV642D flash on my board.
The snapshot I used was this one.
http://git.denx.de/?p=u-boot/u-boot-at91.git;a=commit;h=df362482d656c1e17221845ab628467bbd9d0ef7
However few points. The board comes from the factory with
a boot loader (BOOT.BIN) that decompresses and u-boot from
address 10010000 and then executes it.
In order for this to work you need to define
#define CONFIG_SKIP_LOWLEVEL_INIT
to disable the low level init since it has already been
done BY BOOT.BIN, and the boot loader is running out of
ram, SO doing it again will result in a hang.
Note as well to builD the code I had to follow the these
instructions.
> mkdir at91rm9200ek
> make O=at91rm9200ek at91rm9200ek_config
> make O=at91rm9200ek
This puts all the object files in the output directory
at91rm9200ek. Otherwise I got a error complaining
that make couldn't find /include/tools/mach-types.h
This probably only applies to this branch, not the main.
Anyways, thanks bunches to Ulf and Jean-Christophe.
PS: You can download an u-boot via xmodem through the
debug port. However this version of u-boot is too big
to download via this way (limit seems to be 128k. In
order to get the binary small enough I had to remove
USB support.
Matt Harper
Tehama Wireless.
---
Oppressing electrons since 1908
next parent reply other threads:[~2009-01-11 22:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20090111041938.GB14620@game.jcrosoft.org>
2009-01-11 22:10 ` Pink Boy [this message]
2009-01-06 20:20 [U-Boot] [PATCH 2/5] ARM: Add/Improve support for Atmel AT91RM9200DK/E Ulf Samuelsson
2009-01-06 23:50 ` Pink Boy
2009-01-07 1:11 ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-07 19:55 ` Ulf Samuelsson
2009-01-07 20:04 ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-08 0:04 ` Ulf Samuelsson
2009-01-07 20:29 ` Ulf Samuelsson
2009-01-07 20:37 ` Ulf Samuelsson
2009-01-07 20:42 ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-07 22:32 ` Ulf Samuelsson
2009-01-10 17:12 ` 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=106924.13495.qm@web31801.mail.mud.yahoo.com \
--to=dasfoo@yahoo.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