Jonathan Foster Kliegman writes:
> Where do people get there distributions to run arm-linux from?
Mostly from the FTP site.
> I've been having a lot of difficulty getting one running and have tried
> the distributions both on Russell's page and on the Netwinder pages and
> neither have worked.
Hmm, sounds worrying. I believe that both are in a working state.
> I got invalid memory accesses when running them.
> With a recently built distribution using the RPMs from Russell's page I
> get the following error from bash (and other programs):
>
> bash: memory violation at pc=0x00029cd8, lr=0x2000d060 (bad address=0x00000000, code
>3)
Could you try running the same kernel, except with the data cache off?
Look in arch/arm/kernel/head-armv.S, and make the following change in
.Larmv4_flush_early, from:
orr r0, r0, #0x003d @ I...S..DPWC.M
to:
orr r0, r0, #0x0039 @ I...S..DPWC.M
This will reduce the performance of the StrongARM significantly, but it would
give an indication as to what the problem is. Let us know how you get on.
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King [EMAIL PROTECTED] --- ---
| | | | http://www.arm.linux.org.uk/~rmk/armlinux.html / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]