thank you for the reply!
Another question:
First thing I did was to invoke "make at91sam9263ek". this step copies my config file in the root dir.
next step was to invoke "make menuconfig" to setup individual settings. Linux Kernel was not selected so I did it on my own: 2.6.36. Unfortunately the patch delivered by buildroot is only for 2.28. can I use this one or should I use this one: "http://maxim.org.za/AT91RM9200/2.6/2.6.36-at91.patch.gz" (for me it would be nice to use the 2.6.28 patch because options are already set correctly for my board!)?
next step would be - via "make menuconfig" - set "use custom kernel patch" and provide the path to the patch.
would you agree on this procedure?
.config defines for Kernel build:
Quote:
#
# Kernel
#
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_2_6_36=y
# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set
# BR2_LINUX_KERNEL_CUSTOM_VERSION is not set
# BR2_LINUX_KERNEL_CUSTOM_TARBALL is not set
BR2_LINUX_KERNEL_VERSION="2.6.36"
BR2_LINUX_KERNEL_PATCH=""
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="/target/device/Atmel/at91sam9263ek/at91sam9263ek-linux-2.6.28.2.config"
BR2_LINUX_KERNEL_UIMAGE=y
# BR2_LINUX_KERNEL_ZIMAGE is not set