-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build a hex file for upload from command line #7
Comments
Its a nice write up. Ive resisted makefile solutions in the past because I really like leo, where adam is translating builds into javascript But Im currently using arduino 1.6's command line functionality on a remote On Tue, Mar 31, 2015 at 7:12 AM, Patrick Mulder [email protected]
|
i have a module for pinoccio that builds the firmware using arduino on the command line pinoccio-arduino-compile (https://github.com/soldair/pinoccio-arduino-compile) and the pinoccio cli tool comes with a batch-flash command that helps flash the hex on many scouts at the same time |
Thanks for the feedback. These are all nice options to explore! I guess one of the difficulties is indeed that the Arduino IDE keeps changing paths of libraries. Maybe it would be a valid option to fetch the Arduino libraries into the local project. |
Hi,
I was wondering what you think of adding some example, where a hex file would be built from the command line. This file could then be uploaded with js-stk500.
I wrote some thoughts on hex file compilation here: http://thinkingonthinking.com/an-arduino-sketch-from-scratch/
The text was updated successfully, but these errors were encountered: