From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Wed, 24 Aug 2005 11:01:30 +0200 Subject: [U-Boot-Users] AT91RM9200 Errata (Was: CSB637 support - big bug..) In-Reply-To: References: <14310.1124866768@www15.gmx.net> Message-ID: <430C376A.1090600@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Patrick, >>This is not the main problem however, >> >>In the AT91RM9200 initialisation code, PMC_MCKR is written incorrectly. >>This register *MUST* be written in two separate steps (see the errata >>sheet >>for the AT91RM9200 for more details). >>In my case i write 0x201, followed by 0x202. How did you do that? Do you wait some time between the first and the second write? -- Steven