From: Patrick .. <oc3an@gmx.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re: [U-Boot-Users] AT91RM9200 Errata (Was: CSB637 support - big bug..)
Date: Wed, 24 Aug 2005 14:57:25 +0200 (MEST) [thread overview]
Message-ID: <4695.1124888245@www46.gmx.net> (raw)
In-Reply-To: fc.004c4e480036a9533b9aca00ff775455.36a96d@rea.de
> "Patrick .." <oc3an@gmx.net> schreibt:
> >On another note, is there any reason you chose a master clock divisor of
> 4
> >instead of 3 for the CSB637?
>
> Hi,
>
> like I already said:
> "I got the clock values from linux 2.6.12 board-csb637.c"
> I didn't choose them myself.
>
> >I have looked over the data sheets for all relevant devices (SDRAM,
> >StrataFlash) and they definitely support at least 60Mhz (what divider 3
> >gives).
>
> Feel free to change it, then (but please make sure to update
> arch/arm/mach-at91rm9200/board-csb637.c accordingly, otherwise
> at least the serial interfaces will not work).
>
> Cheers
> Anders
>
> P.S.: PLEASE keep the list CC'ed.
>
No proglems, list is CC'd!! :)
Linux still appears to boot fine right up until it says.
RAMDISK: Couldn't find valid RAM disk image starting at 0.
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(1,0)
which is expected.
You are correct, the /arch/arm/mach-at91rm9200/board-csb637.c file had to be
edited in order to work with the new master clock. I believe there is a way
of detecting clock speeds which i will look up later. This would be better
than them being hard-coded.
This is probably a bit off topic for this list, but does anyone know a way
of making ram disk images that doesn't require root access (which i don't
have on the box i am working on)
I am aware of the following method:
dd if=/dev/zero of=rootfs.img bs=1k count=400
mkfs.ext2 -c rootfs.img
mount -o loop rootfs.img /mntpoint
cp -av rootfs/* /mntpoint
umount /mntpoint
gzip -v9 -c rootfs.img >rootfs.gz
However mount requires root access :(
-Patrick
--
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
next prev parent reply other threads:[~2005-08-24 12:57 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-23 11:22 [U-Boot-Users] CSB637 support Patrick ..
2005-08-23 12:40 ` Wolfgang Denk
2005-08-23 14:53 ` Anders Larsen
2005-08-23 20:25 ` Wolfgang Denk
[not found] ` <14310.1124866768@www15.gmx.net>
2005-08-24 7:42 ` [U-Boot-Users] AT91RM9200 Errata (Was: CSB637 support - big bug..) Anders Larsen
2005-08-24 9:01 ` Steven Scholz
2005-08-24 9:09 ` [U-Boot-Users] " Patrick ..
2005-08-24 9:15 ` Steven Scholz
2005-08-24 9:39 ` Anders Larsen
[not found] ` <28381.1124873294@www46.gmx.net>
2005-08-24 9:47 ` Anders Larsen
2005-08-24 9:55 ` [U-Boot-Users] " Patrick ..
[not found] ` <2316.1124878461@www46.gmx.net>
2005-08-24 10:53 ` Anders Larsen
2005-08-24 12:57 ` Patrick .. [this message]
2005-08-24 13:54 ` [U-Boot-Users] Re: [U-Boot-Users] " Patrick ..
2005-08-24 14:14 ` Anders Larsen
2005-08-24 14:19 ` Steven Scholz
2005-08-24 14:23 ` [U-Boot-Users] " Patrick ..
2005-08-24 14:50 ` [U-Boot-Users] AT91RM9200 - Flash stored initrd Patrick ..
2005-08-24 15:05 ` Wolfgang Denk
2005-08-25 5:13 ` [U-Boot-Users] " Patrick ..
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=4695.1124888245@www46.gmx.net \
--to=oc3an@gmx.net \
--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.