You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ root@a80a54ab13f1:~ ]$ /usr/local/share/arduino/arduino --upload /root/tester/tester.ino --board arduino:avr:uno --port /dev/tty.usbmodem1411
Exception in thread "main" java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at sun.java2d.HeadlessGraphicsEnvironment.getDefaultScreenDevice(HeadlessGraphicsEnvironment.java:82)
at processing.app.Base.nextEditorLocation(Base.java:476)
at processing.app.Base.<init>(Base.java:245)
at processing.app.Base.main(Base.java:162)
The text was updated successfully, but these errors were encountered:
Trying to docker the arduino command line tools. Most stuff works
But all verify or upload require X?
The text was updated successfully, but these errors were encountered: