gepd / Deviot

Sublime Text plugin for IoT development based in PlatformIO ecosystem (Arduino IDE)
Apache License 2.0
307 stars 56 forks source link

usbtiny ? #297

Closed tablatronix closed 5 years ago

tablatronix commented 5 years ago

I am trying to upload marlin to atmega. But I have this error, not sure if this is deviot related.

afaik pio does not use upload ports for usb progammers. I have upload_protocol = usbtiny in my enviroment, but it is still complaining.

Any ideas ?

Configuring upload protocol...
AVAILABLE: usbtiny
CURRENT: upload_protocol = usbtiny
Looking for upload port...
Error: Please specify `upload_port` for environment or use global `--upload-port` option.
For some development platforms it can be a USB flash drive (i.e. /media/<user>/<device name>)
*** [program] Explicit exit, status 1
========================= [FAILED] Took 44.11 seconds =========================
tablatronix commented 5 years ago

its a platform bug in atmelavr/staging