Subject: SkyMinder (CLPS711x derivative) - decided to try 2.6.11.7

... aaand it flopped. i'm not even getting data out of the
serial console - not a squeak. HELP!

the patch is quite large - and contains [working in 2.4.27] a
lot of untested stuff - naturally, if i don't get a squeak out
of the serial console. features include support for CPU_FREQ
which is a bitch on the CLPS711x because the bloody serial
uarts are tied to the PLLW, which changes of course depending
on clock speed (!!!).

anyway.

patch INCLUDING config file can be viewed at:

http://lkcl.net/skyminder

the physical setup (memory etc.) is pretty much identical to
an EDB7312.

oh - i also added a #define for FIQ_START, which makes it
possible to enable the FIQ code (CONFIG_FIQ).

boot is performed using a drastically modified version of
armboot [which works perfectly for the 2.4.27 kernel].

kernel is loaded into memory at 0xc0800000.
${CROSS_COMPILE}-objcopy is used to prepare a linux.bin.
mkimage is used to prepare that into an appropriate format...

${CROSS_COMPILE} is set to arm-unknown-linux-gnu-

arm-unknown-linux-gnu-gcc --version gives 3.3.3


the only thing _not_ working on the 2.4.27 kernel was the
keyboard driver: as soon as that was loaded (as either an input
device _or_ a keyboard device - yes i tried both variations,
basing the code on both pc_keyb.c _and_ usbkbd.c) then the
console _instantly_ crashed.

i got sufficiently pissed off with 2.4.27 that i decided to
go to 2.6, and i'm stuck before i can even begin.

2.4.27 compiles with arm-linux-gcc, version 2.95.1


help, help, gloop, gloop, there's a lot riding on getting this
working: where do i start when you can't even see anything
coming out of the serial console?

any help much appreciated.

l.

--
--
<a href="http://lkcl.net">http://lkcl.net</a>
--


2005-04-18 11:35:34

by Erik Mouw

[permalink] [raw]
Subject: Re: SkyMinder (CLPS711x derivative) - decided to try 2.6.11.7

On Mon, Apr 18, 2005 at 12:30:52AM +0100, Luke Kenneth Casson Leighton wrote:
> ... aaand it flopped. i'm not even getting data out of the
> serial console - not a squeak. HELP!

[...]

> any help much appreciated.

I'd suggest to try the linux-arm-kernel mailing list (requires
subscription) and not mailing rmk personally with all your questions.
See http://www.arm.linux.org.uk/ .


Erik

--
+-- Erik Mouw -- http://www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands

Subject: Re: SkyMinder (CLPS711x derivative) - decided to try 2.6.11.7

On Mon, Apr 18, 2005 at 01:35:15PM +0200, Erik Mouw wrote:
> On Mon, Apr 18, 2005 at 12:30:52AM +0100, Luke Kenneth Casson Leighton wrote:
> > ... aaand it flopped. i'm not even getting data out of the
> > serial console - not a squeak. HELP!
>
> [...]
>
> > any help much appreciated.
>
> I'd suggest to try the linux-arm-kernel mailing list (requires
> subscription)

been there, doing that.

> and not mailing rmk personally with all your questions.

... always an annoyance [been on receiving end myself].
advice appreciated.

l.