Arduino command line


hi all,i compile , upload sketch nodemcu board couldn't figure out board type parameter,what should write board type.

i tried no luck  :smiley-confuse:
code: [select]

arduino --board esp8266:nodemcuv1:cpufrequency=80 --port /dev/ttyusb0 --upload test.ino

from https://github.com/arduino/arduino/blob/master/build/shared/manpage.adoc:
quote
--board package:arch:board[:parameters]
the esp8266 core has package name esp8266 , architecture name esp8266 you're missing 1 of those. try:
code: [select]
arduino --board esp8266:esp8266:nodemcuv1:cpufrequency=80 --port /dev/ttyusb0 --upload test.ino


Arduino Forum > Using Arduino > Installation & Troubleshooting > Arduino command line


arduino

Comments

Popular posts from this blog

DHT11 Time out error using v0.4.1library

Sketch upload fails with Java error (___REMOVE___/bin/avrdude)!

Arduino Uno + KTY81/210 temperature sensor