728x90
9/27
$ ssh ubuntu@192.168.0.14
- ssh 통신을 통해 라즈베리파이와 연결
$ sudo snap install arduino
- 라즈베리파이위에 arduino 설치
$ sudo snap install arduino
Automatically connect eligible plugs and slots of snap "arduino" Automatically connect eligible plugs and slots of snap "arduino" Automatically connect eligible plugs and slots of snap "arduino" Automatically connect eligible plugs and slots of snap "arduino" arduino 1.8.19 from Merlijn Sebrechts installed
$ arduino
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Picked up JAVA_TOOL_OPTIONS:
java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at java.desktop/java.awt.SplashScreen.getSplashScreen(SplashScreen.java:127)
at processing.app.Base.<init>(Base.java:240)
at processing.app.Base.main(Base.java:150)
- arduino를 실행하려 하면 위와 같은 오류 발생
https://linuxhint.com/install-arduino-ide-raspberry-pi/
'Project > KUSMO' 카테고리의 다른 글
[KUSMO] 10/28 (Hardware 관련) (0) | 2022.10.28 |
---|---|
[KUSMO] 8/16 ~10/7 (0) | 2022.10.07 |
[KUSMO] 8/13 ~ 15 (Ubuntu 20.04 듀얼부팅, SLAM, Navigation, Simulation) (0) | 2022.08.17 |
[KUSMO] 8/9 ~ 8/12 (Raspberry PI OS 관련 문제) (0) | 2022.08.16 |
[KUSMO] 8/1 ~ 8/5 (Raspberry PI OS 관련 문제) (0) | 2022.08.06 |