Talk:Embedded MMC (eMMC) boot
From OMAPpedia
[edit] Wasn't able to use pUSB on ZOOM3
I could not get pUSB to work. I eventually saw that for a moment, the ZOOM3 seemed to show up as vendorID=0x451 and productID=0xD00E (just for a instant) via the USB port next to the HDMI cable connector.
I modified the source code to look for productID 0xD00E since the code (as of this writing) was hard coded to 0xD008. It then seemed to be found. Output was:
Bus Scan 1:
[0]1D6B - 0002
--[1]0451 - D00E-->Hoorrah!!! found!!!
Bus Scan 2:
Dev #21: Texas Instruments - OMAP3630
wTotalLength: 32
bNumInterfaces: 1
bConfigurationValue: 1
iConfiguration: 1
bmAttributes: c0h
MaxPower: 50
bInterfaceNumber: 0
bAlternateSetting: 0
bNumEndpoints: 2
bInterfaceClass: 255
bInterfaceSubClass: 255
bInterfaceProtocol: 255
iInterface: 2
bEndpointAddress: 81h
bmAttributes: 02h
wMaxPacketSize: 512
bInterval: 0
bRefresh: 0
bSynchAddress: 0
bEndpointAddress: 01h
bmAttributes: 02h
wMaxPacketSize: 512
bInterval: 0
bRefresh: 0
bSynchAddress: 0
ASIC ID:
0: 0x5[]
1: 0x1[�]
2: 0x5[]
3: 0x1[�]
4: 0x36[6]
5: 0x30[0]
6: 0x7[]
7: 0x7[]
8: 0x13[�]
9: 0x2[�]
10: 0x1[�]
11: 0x0[]
12: 0x12[�]
13: 0x15[�]
14: 0x1[�]
15: 0x0[]
16: 0x0[]
17: 0x0[]
18: 0x0[]
19: 0x0[]
20: 0x0[]
21: 0x0[]
22: 0x0[]
23: 0x0[]
24: 0x0[]
25: 0x0[]
26: 0x0[]
27: 0x0[]
28: 0x0[]
29: 0x0[]
30: 0x0[]
31: 0x0[]
32: 0x0[]
33: 0x0[]
34: 0x0[]
35: 0x14[�]
36: 0x15[�]
37: 0x1[�]
38: 0x0[]
39: 0x0[]
40: 0x0[]
41: 0x0[]
42: 0x0[]
43: 0x0[]
44: 0x0[]
45: 0x0[]
46: 0x0[]
47: 0x0[]
48: 0x0[]
49: 0x0[]
50: 0x0[]
51: 0x0[]
52: 0x0[]
53: 0x0[]
54: 0x0[]
55: 0x0[]
56: 0x0[]
57: 0x0[]
58: 0x15[�]
59: 0x9[ ]
60: 0x1[�]
61: 0x13[�]
62: 0xffffffbf[�]
63: 0x3e[>]
64: 0xffffffef[�]
65: 0x0[]
66: 0x0[]
67: 0x0[]
68: 0x0[]
DDump:Expected to write 4096, actual write -19 No such device
error releasing usb interface -19-No such device
send file failed
root@jcarr:~/omap-u-boot-utils#
Very interesting! Jeff Carr 02:57, 10 August 2010 (UTC)