I might of bricked my Xprotolab Portable while attempting to update its firmware. I do not have a Windows machine (I use Ubuntu Linux 13.10), so I tried using dfu programmer instead. Here are the steps I used:
Open terminal, navigate to directory containing hex files:
~$ dfu-programmer atxmega32a4u erase
~$ dfu-programmer atxmega32a4u flash xprotolab-p.hex
~$ dfu-programmer atxmega32a4u start
~$ dfu-programmer atxmega32a4u flash-eeprom xprotolab-p.eep
~$ dfu-programmer atxmega32a4u start
On the 'flash-eeprom' command I got the error message "Error while programming eeprom."
?
Now the unit will not turn on, nor wil it come up in boot mode.
?
Another note, my Xprotolab was not recognized until I loaded the same rules file that i needed to do on another computer for Mojo FPGA developement and firmware update, here is a link to that operation (and the rules file is attached)?
embeddedmicro.com/tutorials/mojo/updating-the-mojo
What can I do to resussitate my scope!?
?
James