[android-porting] Re: Custom USB Gadget driver - not able to view kernel debug messages

2009-06-30 Thread atom10jj
Why don't you try to add adb function to your custome gadget driver? On Jun 30, 11:21 am, Rama ramb...@gmail.com wrote: Hi Luca, Thank you . We can't use adb since we are making our custom USB gadget driver as build in. If i can use adb, above two solution are working fine. For this we

[android-porting] Re: Custom USB Gadget driver - not able to view kernel debug messages

2009-06-29 Thread Luca Belluccini
1. Not able to view/see kernel debug messages [we are using printk] You have to lunch dmesg to see printk. 2. We have written simple 'c' program to test our custom driver, but not able to insert or execute the[any] program after we flash our new image with custom USB gadget driver. Push

[android-porting] Re: Custom USB Gadget driver - not able to view kernel debug messages

2009-06-29 Thread Rama
Hi Luca, Thank you . We can't use adb since we are making our custom USB gadget driver as build in. If i can use adb, above two solution are working fine. For this we tried following option: 1. building our cutom gadget driver and msm_72k_udc as buildin or modules and adb - function usb driver