reflow/README.rst

17 lines
460 B
ReStructuredText
Raw Permalink Normal View History

2012-10-02 16:02:16 +00:00
reflowctl howto
===============
Installation
------------
You can use the reflowctl sketch as is in arduino IDE, or as we prefer with the editor of choice and a sane build environment.
Then you have to install cmake, for the serialmon.py script python and pyserial. The complete workflow to crosscompile and upload our sketch is decribed below::
cd reflow
mkdir build
2012-10-02 16:03:59 +00:00
cd build
2012-10-02 16:02:16 +00:00
cmake ..
make
2012-10-02 20:00:49 +00:00
make reflowctl-upload && ../serialmon.py