I just got my Maple in the mail and I cannot get it to operate on any platforms at my disposal. I have exhausted my capabilities trying to get my board up and running. I have tried ONLY with the IDE releases for Maple (haven't tried SVN checkout yet) and I have tried under 64bit Ubuntu 10.4, Windows XP 32bit, and Windows Vista 64bit. I have tried under USB power and under Lipo power (just in case the USB power was blacking out.) I did not try Lipo power until I had tested the board under all OS's available to me.
Specific results
Windows XP 32
* Board is detected
* Diver installs fine
* IDE loads
* When I upload Blink to the board
- The board resets
- Disconnects from the system
- the IDE returns "Lost Device after reset, assuming prod_id was incremented by one - No DFU capable USB device found"
- bootloader on maple completes
- Instead of user code running, the LED stays on solid
- Board does NOT redetect
Windows Vista 64
* Board is detected
* Diver installs fine
* IDE loads
* When I upload Blink to the board
- The board resets
- Disconnects from the system
- the IDE returns "Lost Device after reset, assuming prod_id was incremented by one - No DFU capable USB device found"
- bootloader on maple completes
- Board runs usercode
- Board is redetected
Ubuntu 10.4 64
* Board is detected
* IDE loads
* When I upload Blink to the board
- The board resets
- Disconnects from the system
- the IDE returns "No DFU capable USB device found"
- bootloader on maple completes
- Board runs usercode
- Board is redetected
I have put the board under the "Indefinite Wait" state as well, but in that state the board does not detect.
Here's the output from dmesg on my system after device is plugged into system, upload commend is issued, and error is returned:
[26815.660071] usb 4-2: new full speed USB device using ohci_hcd and address 77
[26815.896462] usb 4-2: configuration #1 chosen from 1 choice
[26815.899257] cdc_acm 4-2:1.0: ttyACM0: USB ACM device
[26836.083075] usb 4-2: USB disconnect, address 77
[26836.870140] usb 4-2: new full speed USB device using ohci_hcd and address 78
[26837.100472] usb 4-2: configuration #1 chosen from 1 choice
[26840.475012] usb 4-2: USB disconnect, address 78
[26841.260090] usb 4-2: new full speed USB device using ohci_hcd and address 79
[26841.506461] usb 4-2: configuration #1 chosen from 1 choice
[26841.509262] cdc_acm 4-2:1.0: ttyACM0: USB ACM device
How else can I help you help me help you?