From: Aras Vaichas <arasv@magellan-technology.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] uboot 1.1.1 reset and dataflash protection problem on AT91RM9200DK
Date: Tue, 27 Jul 2004 14:57:31 +1000 [thread overview]
Message-ID: <4105E0BB.30901@magellan-technology.com> (raw)
I have two strange problems with uboot-1.1.1 on my AT91RM9200DK.
1) It will not pass the "uncompressing image" stage from power up, but if I
remove the "Boot mode select link", press reset, replace the link, press reset,
the system will begin to boot.
sample output from problem 1)
** power on, nothing happens, press reset a few times to show a pattern
"boot 1.0 (Jul 27 2004 - 09:42:33)
Uncompressing image...
boot 1.0 (Jul 27 2004 - 09:42:33)
Uncompressing image...
boot 1.0 (Jul 27 2004 - 09:42:33)
Uncompressing image...
** remove jumper and press reset, CPU goes into self bootstrap mode
CCCC ...
** replace jumper and press reset, u-boot starts working properly.
boot 1.0 (Jul 27 2004 - 09:42:33)
Uncompressing image...
U-Boot 1.1.1 (Jul 27 2004 - 12:05:10)
U-Boot code: 21F00000 -> 21F14530 BSS: -> 21F189D0
RAM Configuration:
... etc ... can boot Linux fine from this point onwards.
2) The system starts with the first half of dataflash protected. I keep
unprotecting it, but when I reboot it still remains protected!
Uboot> flinfo
...
Area 0: C0000000 to C0007FFF (RO)
Area 1: C0008000 to C001FFFF (RO)
Area 2: C0020000 to C0027FFF
Area 3: C0028000 to C083FFFF
Uboot> protect off c0000000 c001ffff
Un-Protect 2 DataFlash Sectors
Uboot> flinfo
...
Area 0: C0000000 to C0007FFF
Area 1: C0008000 to C001FFFF
Area 2: C0020000 to C0027FFF
Area 3: C0028000 to C083FFFF
** reset (remove jumper, reset, replace jumper, reset )
U-Boot 1.1.1 (Jul 27 2004 - 12:05:10)
...
Area 0: C0000000 to C0007FFF (RO)
Area 1: C0008000 to C001FFFF (RO)
Area 2: C0020000 to C0027FFF
Area 3: C0028000 to C083FFFF
Dataflash area is still read only!
next reply other threads:[~2004-07-27 4:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-27 4:57 Aras Vaichas [this message]
2004-07-27 12:03 ` [U-Boot-Users] uboot 1.1.1 reset and dataflash protection problem on AT91RM9200DK Lars Munch
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=4105E0BB.30901@magellan-technology.com \
--to=arasv@magellan-technology.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.