shumatech / BOSSA

BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software. BOSSA is an acronym for Basic Open Source SAM-BA Application to reflect that goal.

Home Page:http://www.shumatech.com/web/products/bossa

Repository from Github https://github.comshumatech/BOSSARepository from Github https://github.comshumatech/BOSSA

bossac with tinygo flash: `bossac: extra arguments found`

infoplasma opened this issue · comments

Hi,
I am having issues flashing using TinyGo, when running command:

tinygo flash -target arduino-nano33 examples\blinky1

and the error I am getting points to bossac with the following error message:

bossac: extra arguments found

Here is more context of the command issued:

image

C:\>tinygo flash -target arduino-nano33 examples\blinky1
bossac: extra arguments found
Try 'bossac -h' or 'bossac --help' for more information
error: failed to flash C:\Users\Lorenzo Amante\AppData\Local\Temp\tinygo725274639\main.bin: exit status 1

I have installed the 1.9.1 client version, on a Windows 10 Pro.

Thank you.