Digistump Forums
The Digispark => Digispark (Original) Support => Topic started by: stevend on April 20, 2013, 03:57:09 pm
-
As a linux/bash/vi troglodyte, I like to avoid self contained IDE's. Can someone point me to some explanation of compiling and uploading from a command line interface?
I see that micronucleus can be invoked from a command line, but I can't find any details for options and arguments.
many thanks.
-
run micronucleus with the "--help" argument, I believe brings up all the options which are pretty self explanatory - also check out the source for more info on them
compiling is just the standard avr-gcc setup used by Arduino, no changes to that except for the tiny specific cores files
-
micronucleus can be invoked from a command line, but I can't find any details for options and arguments.
micronucleus --run yoursketch.hex
-
micronucleus --run yoursketch.hex
With micronucleus in your PATH and yoursketch.hex in working directory.
Otherwise
/usr/bin/micronucleus --run /home/stevend/sketches/builddir/yoursketch.hex