bossa

Flash firmware to Atmel SAM microcontrollers over USB

brewmacoslinux
Try with needOr install directly
Source

About

Flash utility for Atmel SAM microcontrollers

Commands

bossa

Examples

upload firmware to microcontroller$ bossa -i -d /dev/ttyACM0 -a 0x2000 -b 115200 firmware.bin
erase flash memory on device$ bossa -i -d /dev/ttyACM0 -e
read firmware from microcontroller$ bossa -i -d /dev/ttyACM0 -r 0x2000 0x40000 backup.bin
verify flashed firmware matches file$ bossa -i -d /dev/ttyACM0 -v firmware.bin
flash and reboot device after upload$ bossa -i -d /dev/ttyACM0 -a 0x2000 firmware.bin -R