Has anyone had any luck uploading the firmware from MacOS X?
I'm running Mojave and when I plug in the USB cable from the cerambot arduino I see the following devices appear:
- /dev/cu.usbserial-1410
- /dev/tty.usbserial-1410
From this, I guess that the Mac is detecting the device OK and I don't need to install a driver?
The sketch compiles OK but I get the following error on upload:
Arduino: 1.8.9 (Mac OS X), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
Sketch uses 140134 bytes (55%) of program storage space. Maximum is 253952 bytes.
Global variables use 4617 bytes (56%) of dynamic memory, leaving 3575 bytes for local variables. Maximum is 8192 bytes.
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: verification error, first mismatch at byte 0x2939
0x0f != 0x92
avrdude: verification error; content mismatch
avrdude: verification error; content mismatch
Has
anyone seen this error before? I've seen websites showing how to update
the CH341 driver, but it's not clear to me that this is necessary.
thanks
Dave