I know this thread has not seen much activity but... amazing work!
I am having a few issues biulding my programer.
I don't plan to use the pre-made sheild but rather make my own.
First issue is that no matter what Arduino firmware I use.
Mario's or Rpress's I get issues.
It "seems' like the GUI can not see the device.
With Mario's FW and his version of Simple JBurn 2 I get :
Code:
"Simple JBurn - Revision : $Revision: 1.5 $, $Date: 2013/07/19 05:44:46 $
Error: Not connected to any Programmer"
With Rpress's FW and his version of Simple JBurn 2 I get a seg fault (when selecting EEPROM size)
Code:
# Problematic frame:
# C [librxtxSerial.so+0x7733] Java_gnu_io_RXTXPort_nativeDrain+0xc3
I know my Arduino is plugged in. I can program it via the Ardino software.
I can also see it in lsusb:
Code:
Bus 002 Device 061: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x10c4 Cygnal Integrated Products, Inc.
idProduct 0xea60 CP210x UART Bridge / myAVR mySmartUSB light
bcdDevice 1.00
iManufacturer 1 Silicon Labs
iProduct 2 CP2102 USB to UART Bridge Controller
iSerial 3 0001
bNumConfigurations 1
So if i run it via the Arduino serial monitor and send the "V" command for version I get :
Code:
MEEPROMMER $Revision: 1.4 $ $Date: July 31st, 2013 1:00pm $, CMD:A,R,r,w,W,V,C,E,P,p
So confused
Any hints or susgestions ?