I have exactly the same problem.
But i want to build buildroot for the at91sam9263ek.
After a while i get the error
Code:
You should create a .config for your kernel
and install it as target/device/Atmel/at91sam9263ek/at91sam9263ek-linux-2.6.22.1.config
cp -dpf target/device/Atmel/at91sam9263ek/at91sam9263ek-linux-2.6.22.1.config /home/service/buildroot_env/buildroot-atmel-eval-at91sam9263/buildroot/project_build_arm/at91sam9263ek/linux-2.6.22.1/.config
cp: Aufruf von stat für ?target/device/Atmel/at91sam9263ek/at91sam9263ek-linux-2.6.22.1.config? nicht möglich: Datei oder Verzeichnis nicht gefunden
The last piece means he is not able to cp the at91sam9263ek-linux-2.6.22.1.config file.
Its clear because there is no at91sam9263ek-linux-2.6.22.1.config file in that directory. There is only a at91sam9263ek-linux-2.6.21.1.config file.
OK it seems to me that i have to configure the 2.6.22.1 kernel which is located in the buildroot directory and copy the .config to at91sam9263ek-linux-2.6.22.1.config
Is that right?
The 2.6.22.1 kernel which is located in the buildroot directory looks not really patched for arm.
Did i have to do this job before i configure the kernel or will buildroot do the job later?
Sorry for the stupid questions but iam a little bit confused.
Thx a lot.
Regards
Markus