OpenBSD 4.9 + arduino Duemilanove without Java
despite the java editor built-in with the Linux package, you can use vi and make to flash your arduino projects :-)
follow the instructions here: OpenBSD/CLI ... and instead of
..."Note that you can keep this directory in sync with the source by issuing the following command every so often in the ~/code/arduino/libs/hardware/cores/arduino/ directory:
~/code/arduino/libs/hardware/cores/arduino $ svn up"
due to an update that brokes Serial.begin(), you can get in compile troubles, revert to the 1076 revision by issuing a:
$ svn update -r 1076
At revision 1076.
mostly due to a change at revision 1077 - check here
follow the instructions here: OpenBSD/CLI ... and instead of
..."Note that you can keep this directory in sync with the source by issuing the following command every so often in the ~/code/arduino/libs/hardware/cores/arduino/ directory:
~/code/arduino/libs/hardware/cores/arduino $ svn up"
due to an update that brokes Serial.begin(), you can get in compile troubles, revert to the 1076 revision by issuing a:
$ svn update -r 1076
At revision 1076.
mostly due to a change at revision 1077 - check here


2 Comments:
ô rapaz, conserta o link aê: http://http//www.arduino.cc/playground/OpenBSD/CLI
huehueuhe consertado/fixed.
thanks !
Post a Comment
<< Home