-
Notifications
You must be signed in to change notification settings - Fork 19
Home
suapapa edited this page Jun 14, 2012
·
8 revisions
build&upload Arduino sketch on cmdline with scons!
- No java needed!
- Use Arduino IDE's conf. so, all board which supported by Arduino supported by arscons.
- Works on Ubuntu Linux, Mac OS X and Windows.
- Need pyserial to triggering reset just before upload.
make a folder which have same name of the sketch (ex. Blink/ for Blink.pde) put the sketch and the SConstruct under the folder. to make the HEX. do following in the folder.
$ scons
to upload the binary, do following in the folder.
$ scons upload
- refer Expert Usage for change the confs.
- refer Arscons Users for arscons in practice (and hacks!)
- Ovidiu Predescu ovidiu@gmail.com and Lee Pike leepike@gmail.com for Mac port and bugfix.
- Steven Ashley steven@ashley.net.nz for Windows port.
- Kyle Gordon for many patches which including Arduino-1 support
- Install Arduino on Ubuntu Linux
- Syntax file for Arduino .PDE files for Vim by Johannes Hoff
- Arduino on the command line (with Makefile) by Johannes Hoff