Hello,
I'm newer to the microcontroller scene, and reletively new to the Linux scene, but I decided to work with Maple in Linux because it seemed nicer.
I received my Maple r5 in the mail yesterday, hooked it up and everything was working beautifully. In the IDE, I chose the correct serial port (there was only one: ttyACM0) and board. Then with the Blink sketch open, I simply uploaded it to the board. The led on the Maple flashed a few times, then it turned off for ever (no blinking from the sketch). So, I figured whatever, and tried uploading again. This time no flash AND ttyACM0 was removed from my available Serial Ports list. As I unplug and replug in the USB or hit Reset on the board, my dmesg reports:
[66437.136103] usb 2-1: USB disconnect, address 9
[66450.220067] usb 2-1: new full speed USB device using uhci_hcd and address 10
[66453.256183] usb 2-1: USB disconnect, address 10
I'm not exactly sure what this means except that it's not what should be happening.
Also dfu-util -l reports:
dfu-util does currently only support DFU version 1.0
Which I also don't think should be happening...
I've tried perpetual bootloader mode and resetting multiple times (the LED flashes correctly every time) with no luck.
I'm running Ubuntu 11.04 32-bit.
Any help would be appreciated. Please let me know what I can tell you to help me.