-
Notifications
You must be signed in to change notification settings - Fork 6
Using Remote SSH with a Beaglebone
Carmen edited this page Jan 22, 2021
·
6 revisions
- VS Code
- RemoteSSH extension
- If you don't know how to install this extension see bottom of page
- BealgeBone connected to your computer
- Open up an instance of VS Code
- In the bottom left of your window you should see a little green and white icon, click on this
- Now there should be a menu that appeared in the top middle of your VS Code instance
- Click on the "Remote-SSH: Connect Current Window to Host..." button
- Now click the "Add New SSH Host..." Button
- Enter
ssh [email protected] -A
to the field and press Enter - Press Enter again to save the config into the default file location
- Now follow the How to Every Other Time tutorial to actually connect to the Beaglebone
- Open up an instance of VS Code
- In bottom left of your window there should be a little blue and white icon, click on this
- Now there should be a menu that appeared in the top middle of your VS Code instance
- Click on the "Remote-SSH: Connect Current Window to Host..." button
- Press Enter once
- type in the password
temppwd
and press Enter - Now you should be connect to the Beaglebone, sometimes the previous step fails, if so start from step 1
- Open up the file browsing tab of VS Code (top left button)
- Click Open folder
- Click on
mrover-workspace
from the menu and then press the OK button - After a few seconds all of the mrover files should appear on the left side of your window
- To open a terminal so you can navigate branches and run your code, press
Ctrl+Shift+`
- Open up an instance of VS Code
- Click the tab on the left that looks like a box made up of smaller boxes
- In the search field search
remote ssh
- Click on the first option and press install
- After it is done installing restart your VS Code instance and you should be able to follow the rest of the guide