Closed gregdeon closed 5 years ago
The XMEGA programmer GUI has some of the logic for programming the XMEGA targets, and it's impossible to make a programmer object without the GUI. It should be much easier to program an XMEGA from the command line.
Hi, I needed to automate target flashing so I written this. Maybe you will find it useful. Tested on CW lite.
Fixed in https://github.com/newaetech/chipwhisperer/blob/3fa31419ca19cac05d84ed6792c09a9bc73da08a/software/chipwhisperer/capture/api/programmers.py
The XMEGA programmer GUI has some of the logic for programming the XMEGA targets, and it's impossible to make a programmer object without the GUI. It should be much easier to program an XMEGA from the command line.