Here is the omap 3630 cpu datasheet :
http://focus.ti.com/pdfs/wtbu/OMAP36xx_ES1.x_PUBLIC_TRM _vW.zip
released 30 sept 2011
http://focus.ti.com/pdfs/wtbu/OMAP36xx_ES1.x_PUBLIC_TRM _vW.zip
released 30 sept 2011
Thanks for the update! I had TRM vO. I carry around the TRM on my Defy itselfreleased 30 sept 2011![]()
Can you post the compiled kernel module for other people to try that?Finally I bought my Defy, and began to do more research on it.
My first attempt was to turn on the VBUS 5V power supply for the USB port on Defy.
I have made it happened by insmod a dummy module with following piece of code executed during the module init:
You can see my USB modem attached to Defy has it's light ON!Code:#define MBASE 0xfa0ab000 //got from: //data# dmesg|grep Peripheral //[ 8.125518] musb_hdrc: USB Peripheral mode controller at fa0ab000 using DMA,IRQ 92 void power_on_vbus(void) { u8 reg; void __iomem *mbase = MBASE; reg = musb_readb(mbase, MUSB_TESTMODE); reg |= MUSB_TEST_FORCE_HOST; musb_writeb(mbase, MUSB_TESTMODE, reg); }
![]()
That is correct... It is not referring to the DefyIt's referring to the LG Encore I think, not the Defy.
Seems to work at least with the stock ROM:Hello,
Does anyone tried DemoKit to connect an arduino or IOIO Board?
It is not clear. Android documentation says that ADK is only supported for 2.3.4 or above, and the post mention android 2.2.1.Seems to work at least with the stock ROM:
No, it doesn't work yet, but I hope that the usb host mode can work in cyanogenmod one day, since it was shown that defy has ability to have it.just wondering, does this mean cm7 (or cm9 in future) has usb host support now?
Wtf!!!Hi all, finally I found a site providing the required binaries and solving that problem:
ok, i'm not permitted to post links ... so you have to complete. Just copy the line bellow into your address-field ;-)
foo.abmh.de/en/papers/android/defy/
I got OTP working on my Defy with Android 2.1.
Did it work only only on android 2.1?Hi all, finally I found a site providing the required binaries and solving that problem:
ok, i'm not permitted to post links ... so you have to complete. Just copy the line bellow into your address-field ;-)
foo.abmh.de/en/papers/android/defy/
I got OTP working on my Defy with Android 2.1.