SparkFun Forums 

Where electronics enthusiasts find answers.

Hardware or product specific questions are best asked here.
#207743
Yes, you should be able to use 'artemis_svl.py' and call it from within your makefile. There are some examples of this here:
https://github.com/sparkfun/SparkFun_Ap ... c/Makefile

Also here is the usage of the 'artemis_svl' tool

$ python3 artemis_svl.py -h
usage: artemis_svl.py [-h] [-b BAUD] [-f BINFILE] [-v] [-t TIMEOUT] port

SparkFun Serial Bootloader for Artemis

positional arguments:
port Serial COMx Port

optional arguments:
-h, --help show this help message and exit
-b BAUD Baud Rate (default is 115200)
-f BINFILE Binary file to program into the target device
-v, --verbose Enable verbose output
-t TIMEOUT, --timeout TIMEOUT
Communication timeout in seconds (default 0.5)
 Topic permissions

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum