Hi jagan, I tried wat u instructed but $ make ARCH=arm menuconfig in device drivers -> staging -> i couldn't get option for RT2870 or RT3070???? i downloaded the source for kernel i got it from 0xdroid. How to make staging for rt2870 or rt3070. I got the sources for the driver seperately... how to add tat source and wher i hav to make changes to build kernel along with my wifi driver... please help me...
On Aug 4, 6:01 pm, jagan <[email protected]> wrote: > Hi Gopi, > > Don't edit .config, it's kernel script generated file. > > Once you did > $ make ARCH=arm devkit8000_defconfig > do like > $ make ARCH=arm menuconfig > then we can get the kernel config menu > start enable/disable the kernel configs & save. > > The the configurations will reflects the build > > Regards, > Jagan > > > > On Thu, Aug 4, 2011 at 9:55 PM, raja pavan <[email protected]> wrote: > > Hi, > > > (1) What are the build errors? > > > (2) Compare custom .config with *emulator kernel .config*, using "meld" > > *emulator kernel .config : *can be obtained using adb pull /proc/config.gz > > extract config.gz, this will give .config > > > (2b) Check the image specifier, I have built several times using Image in > > place of uImage. > > > *(3) make ARCH=arm devkit8000_defconfig > > **Try This instead:* > > make menuconfig > > Check the command line, it should me make menuconfig, select the option of > > choosing custom config file, save the settings. > > > The make ARCH=arm CROSS_COMPILE=<PATH TO cross compiler, bin, gcc> > > Image/uImage > > One of the three suggestions will click, other suggestions if pursued will > > provide insights into kernel build system. > > > Good Luck > > rajainnov > > > On Wed, Aug 3, 2011 at 5:50 PM, Gopi <[email protected]> wrote: > > >> Hi All, > > >> $ make ARCH=arm devkit8000_defconfig > > >> $ make ARCH=arm CROSS_COMPILE=../beagle-eclair/prebuilt/linux-x86/ > >> toolchain/arm-eabi-4.4.0/bin/arm-eabi- uImage > > >> -- > >> unsubscribe: [email protected] > >> website:http://groups.google.com/group/android-kernel > > > -- > > unsubscribe: [email protected] > > website:http://groups.google.com/group/android-kernel- Hide quoted text - > > - Show quoted text - -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
