Hi Jagan, I check in my kernel the FDTI driver is not enabled in android kernel. I followed the below steps to enable the FTDI drivers 1.make menuconfig ARCH=arm CROSS_COMPILE=arm-eabi- and enable the FTDI single port serial driver inthe following path
Device Drivers-> USB support -> USB serial converter support -> USB FTDI single port serial Driver 2.make ARCH=arm CROSS_COMPILE=arm-eabi- uImage But I am getting error while compilation the kernel. The error are as follows scripts/kconfig/conf --silentoldconfig Kconfig CHK include/linux/version.h CHK include/generated/utsrelease.h make[1]: `include/generated/mach-types.h' is up to date. CALL scripts/checksyscalls.sh CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o LD init/built-in.o CC arch/arm/kernel/traps.o /home/bagggami/amit/android-toolchain-eabi-2011/bin/arm-eabi-ld: internal error in relocate_special_relocatable, at /mnt/jenkins/workspace/linaro-android_toolchain-4.6-2011.12/build/objdir/../build/../binutils/binutils-2.22/gold/arm.cc:9850 make[1]: *** [arch/arm/kernel/traps.o] Error 1 make: *** [arch/arm/kernel] Error 2 I am using android gingerbread source code having 3.0.1 kernel in that. I downloaded the toolchain from the below location http://android-build.linaro.org/builds/~linaro-android/toolchain-4.6-2011.12/5/android-toolchain-eabi-linaro-4.6-2011.12-5-2011-12-12_14-40-40-linux-x86.tar.bz2 and my target board in snowball board. How can I fix this error. Can you tell am I missing anything else. Thanks in advance, Amit Bag On 14 February 2012 23:14, jagan <[email protected]> wrote: > Did you build the driver part of kernel source? > I thing you have a driver that supports your modem.. > try to build & try... > > for exact device probing statistics > $ cat /sys/kernel/debug/usb/device [had all detected USB device info] > > Regards, > Jagan. > > > On Tue, Feb 14, 2012 at 3:39 PM, Amit kumar Bag <[email protected]>wrote: > >> HI, >> >> I am using Snowball V3 board. I flashed android gingerbread image in the >> board. I want to connect a external STE GSM modem to that board. The STE >> modem support CAIF protocol. When I connect that modem to snowball its >> giving the following error >> >> [ 81.723632] usb 1-1: new full speed USB device number 2 using musb-hdrc >> [ 81.865936] usb 1-1: device v0403 p6010 is not supported >> >> >> Can anybody tell me what is this error and how to resolve this error. >> >> One more thing if the error is due to the android image that I compiled >> is not supported CAIF by default then how to enable CAIF in android. >> >> >> >> Thanks in advance, >> Amit Bag >> >> -- >> unsubscribe: [email protected] >> website: http://groups.google.com/group/android-porting >> > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
