I successfully compiled the ec2tools and tried to program the bootloader into the Si1060. Unfortunately, I am getting the following error.
$ ./ec2writeflash --port=USB --mode=c2 --eraseall
/home/kaklik/Downloads/ec2-new/src/ec2tools/.libs/ec2writeflash:ec2drv.c:2123:
usb_interrupt_read in read_usb returned -110 : Connection timed out
Exiting now
/home/kaklik/Downloads/ec2-new/src/ec2tools/.libs/ec2writeflash:ec2drv.c:2123:
usb_interrupt_read in read_usb returned -110 : Connection timed out
The firmware revision in the adapter is 0x28. The Power and Run/Stop LEDs light up during the command execution and even after the timeout.
A different adapter with revision 0x02, only briefly lights up the Power LED and gives the following output:
$ ./ec2writeflash --port=USB --mode=c2 --eraseall
Incompatible EC3 debugger firmware version,
Versions between 0x07 and 0x28 inclusive are recommended
Newer versions may also be tried and will just output a warning that they are untested
Exiting now
Disconnect done