|
2010-01-10
, 01:32
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#562
|
|
2010-01-10
, 09:16
|
Posts: 119 |
Thanked: 110 times |
Joined on Sep 2009
@ Prague
|
#563
|
The Following 2 Users Say Thank You to andree For This Useful Post: | ||
|
2010-01-10
, 19:04
|
Posts: 243 |
Thanked: 172 times |
Joined on Sep 2007
@ silicon valley
|
#564
|
|
2010-01-11
, 09:48
|
Posts: 6 |
Thanked: 11 times |
Joined on Jan 2010
|
#565
|
I'm curious: what is left to try now that even setting test mode in a patched kernel has failed?
The Following 5 Users Say Thank You to EugeneS For This Useful Post: | ||
|
2010-01-11
, 21:17
|
|
Posts: 70 |
Thanked: 410 times |
Joined on Sep 2009
@ Fife, Scotland.
|
#566
|
well, once you make the n900's usb controller to think he is the host (by using the force_host option, if it works on omap3430/twl4030), you only need to use a special cable (and probably inject cutom power source too)...
The Following 4 Users Say Thank You to SpeedEvil For This Useful Post: | ||
|
2010-01-12
, 00:36
|
Posts: 119 |
Thanked: 110 times |
Joined on Sep 2009
@ Prague
|
#567
|
The Following 3 Users Say Thank You to andree For This Useful Post: | ||
|
2010-01-12
, 01:58
|
|
Posts: 70 |
Thanked: 410 times |
Joined on Sep 2009
@ Fife, Scotland.
|
#568
|
|
2010-01-12
, 12:19
|
Posts: 6 |
Thanked: 11 times |
Joined on Jan 2010
|
#569
|
lovely...
(erm, to be precise - the PHY probably doesn't know too much about host/peripheral modes, when it comes to logic.. it probably only cares about electronics stuff (like power pump (which however might be not present in n900) for host mode, those pulldown resistors, maybe initial speed/OTG negotiation) - so additional work still might need to be done inside the MUSB code, to make it all work together properly...)
I'll have to read the usb/ulpi specification more carefuly - if anyone with greater knowledge is interested - please, don't hasitate to join the discussion :-)
this seems to continue being fun...
|
2010-01-12
, 13:38
|
Posts: 74 |
Thanked: 23 times |
Joined on Jan 2010
@ Germany
|
#570
|
Tags |
awesomeness in the works, boulevard of broken deals, host, i am the dealbreaker, inspector gadget lies, mobidapter is a scam, nokia fanbois, otg, over 9000, usb, usbcontrol |
Thread Tools | |
|
it's all only about setting up of the host-client session on data bus (which should be very much only a software problem - I've read somewhere, that for a long time now, most (even the simplest) embedded client usb controllers support at least a primitive host mode)...)
the only obsticle I can see is that either the hardware is horifically badly designed (like it can't be a host, because of some electrical out-of-usb-spec issues when connecting other device.. i think there were some problems with host mode on otg port of BeagleBoard too (with older revisions), so it could be something similar) - or omap3430 doesn't implement the force_host (correctly)...
please, Siggen, post the answer(s) here again, if you get some...