Konfiguration der Linux-PCs
Schritte zur Konfiguration der Arduino-IDE im Labor:
1.
1
2
3
4
cd /user/data/ia99/s12345
mkdir .arduino15
cd
ln -s /user/data/ia99/s12345/.arduino15 .arduino15
2.
1
2
cd /opt
./arduino
Dieser Teil ist nur bei einem Labor mit HTTP-Proxy notwendig
Arduino-IDE sofort beenden
3.
1
arduproxy.sh
oder
1
2
echo "network:" >> ~/.arduinoIDE/arduino-cli.yaml
echo " proxy: http://www-cache.htw-dresden.de:3128" >> ~/.arduinoIDE/arduino-cli.yaml
4.
1
2
cd /opt
./arduino
Eventuell bei Problemen zusätzlich Proxy in Bash vor Start von Arduino angeben:
1
2
3
export http_proxy=http://www-cache.htw-dresden.de:3128/
export https_proxy=http://www-cache.htw-dresden.de:3128/
export no_proxy=localhost,127.0.0.0/8
Letzte Änderung: 17. May 2024 18:15