This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:raspberry_pi_arduino [2018/02/06 07:53] – Somepub | en:raspberry_pi_arduino [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 106: | Line 106: | ||
===== NEW GUIDE ===== | ===== NEW GUIDE ===== | ||
+ | |||
+ | ==== Raspberry Conf ==== | ||
- sudo apt-get update | - sudo apt-get update | ||
Line 111: | Line 113: | ||
- sudo apt-get motion | - sudo apt-get motion | ||
- sudo nano / | - sudo nano / | ||
+ | - cd /home/pi ; mkdir sketchbook | ||
+ | |||
+ | ==== DistanceLab Conf ==== | ||
+ | - Compile : scp -P PORT {waypath}/ | ||
+ | - Execute : ssh -p PORT -t -t USER@IP | ||
+ | |||
+ | ==== SSH Conf ==== | ||
+ | - Try out conf commands | ||
+ | - ssh-copy-id USER@IP -p PORT | ||
+ | - sudo cp -r / |