Experimental patch is missing AT91 board

Nicolas Ferre nicolas.ferre at atmel.com
Mon Nov 9 08:48:22 EST 2009


suse auto :
> 
> Hi,
> 
> I am trying to compile / build a linux kernel for AT91SAM9263EK board. I
> downloaded the Linux 2.6.30 from kernel.org <http://kernel.org/>. Then
> while I tried to download
> patches for the AT91 board, I could download the maintainer patch list (
> 2.6.30-at91.patch.gz<http://maxim.org.za/AT91RM9200/2.6/2.6.30-at91.patch.gz>)
> from
> http://maxim.org.za/AT91RM9200/2.6/2.6.30-at91.patch.gz , but i could not
> get the experimental patch
> (2.6.30-at91-exp.tar.gz<ftp://www.at91.com/pub/linux/2.6.30-at91/2.6.30-at91-exp.tar.gz>)
> from
> ftp://www.at91.com/pub/linux/2.6.30-at91/2.6.30-at91-exp.tar.gz.
> 
> can somebody tell me if this experimental patch is available else where?
> can you give any other suggestion for linux kernel for AT91 board?

Server did not have good configuration. It is fixed now.

Note however that you will have to apply this patch series with
following command:

for p in 2.6.30-at91-exp/*; do patch -p1 < $p; done

instead of the single file patching technique.

Best regards,
-- 
Nicolas Ferre




More information about the linux-arm mailing list