Eric,

You need to obtain the "linux-2.4.0-test6.tar.gz" source file
extract it and then patch with "patch-2.4.0-test6-rmk6.gz". Now you should
be able to apply "diff-2.4.0-test6-rmk6-np1.gz" patch.

Yes you need to apply the patches in order ie linux-2.4.0-test6-rmk6-np1
implies that you have the linux 2.4.0 test 6 kernel which has then been
patched with Russell King's (RMK) sixth patch and then with Nico Pitre's    
(NP) first patch.

ATM diff-2.4.0-test6-rmk6-np1.gz should be the latest patch from NP.

So you should do something like this:

$ mkdir linux-2.4.0-test6-rmk6-np1
$ cd linux-2.4.0-test6-rmk6-np1
$ gzip -dc linux-2.4.0-test6.tar.gz |tar xvf -
$ cd linux
$ gzip -dc patch-2.4.0-test6-rmk6.gz |patch -p1
$ cd ..
$ gzip -dc diff-2.4.0-test6-rmk6-np1.gz | patch p1

James


On Wed, 6 Sep 2000 [EMAIL PROTECTED] wrote:

> 
> 
> Dear Nicola,
> 
> Thank for your information. I  find the following patches from netwinder.org.
> 
> diff-2.4.0-test6-rmk2-np1.gz
> diff-2.4.0-test6-rmk5-np1.gz
> diff-2.4.0-test6-rmk5-np2.gz
> diff-2.4.0-test6-rmk6-np1.gz
> 
> Unluckily, I find difficulty in patching the kernel source as I find many *.rej
> files after patching.
> Now, my kernel source has been patched to 2.4.0-test6-rmk2-np1 (from
> arm-linux-kernel-src-2.4.0.test6.rmk2.np1-1.src.rpm).
> 
> Is the sequence important for correct patching?
> I'd tried many combinations but also got the incorrect results, ie. may *.rej
> files followed.
> 
> e.g. 1
> patch diff-2.4.0-test6-rmk5-np2.gz
> 
> e.g. 2
> patch diff-2.4.0-test6-rmk6-np1.gz
> 
> e.g. 3
> unpatch the diff-2.4.0-test6-rmk2-np1.gz and then patch
> diff-2.4.0-test6-rmk5-np2.gz
> 
> e.g. 4
> unpatch the diff-2.4.0-test6-rmk2-np1.gz and then patch
> diff-2.4.0-test6-rmk5-np1.gz -> diff-2.4.0-test6-rmk5-np2.gz.
> 
> e.g. 5
> unpatch the diff-2.4.0-test6-rmk2-np1.gz and then patch
> diff-2.4.0-test6-rmk6-np1.gz
> 
> .....
> 
> Am I doing something wrong in patching procedure? Please advise.
> 
> Is the diff-2.4.0-test6-rmk6-np1.gz the latest patch at the moment? Do I need
> some patch-2.4.0-test6-rmk6, for instance instead of diff* file?
> 
> 
> Eric Wong. (Hifi Wong)
> VTech Informations Ltd.
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> 
> [EMAIL PROTECTED] on 2000/09/02 04:11:46 AM
> 
> To:   ERIC WONG/PD/HKG_MMC/VTECH
> 
> cc:   [EMAIL PROTECTED]
>       [EMAIL PROTECTED]
>       [EMAIL PROTECTED]
>       [EMAIL PROTECTED]
>       [EMAIL PROTECTED]
> Subject:  Re: [Linux] Re: request of touch screen driver on Assabet SA1110  dev
>       bd
> 
> 
> 
> 
> 
> On Fri, 1 Sep 2000 [EMAIL PROTECTED] wrote:
> 
> >
> >
> > Dear Greg, Nicolas,
> >
> > Thank for your prompt response.
> >
> > Nicola, I only find the patch (2.4.0-test6-rmk2-np1) from netwinder.org
> instead
> > of (2.4.0-test6-rmk5-np2) as you said.
> 
> I just checked and 2.4.0-test6-rmk5-np2 is still there.
> 
> 
> Nicolas
> 
> _______________________________________________
> Linux mailing list
> [EMAIL PROTECTED]
> http://handhelds.org/mailman/listinfo/linux
> 
> 
> 
> 
> 
> _______________________________________________
> http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
> 


_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm

Reply via email to