https://github.com/jenish-rudani/351_grading_scripts
https://github.com/jenish-rudani/351_grading_scripts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenish-rudani/351_grading_scripts
- Owner: jenish-rudani
- Created: 2022-11-02T08:16:49.000Z (over 2 years ago)
- Default Branch: A2
- Last Pushed: 2022-12-12T14:31:08.000Z (over 2 years ago)
- Last Synced: 2025-01-20T11:22:19.289Z (4 months ago)
- Language: C
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: ENSC351 Instructions
updated: 2022-12-12 14:00:34Z
created: 2022-12-12 13:43:47Z
---# Grading Script Guide
***If you have a newer Winodows, 10/11, then you need to disable signature verification for installing beagleBone drivers***
## Disable Signature Enforcement on Windows 10/11
Follow this: https://youtu.be/C9M2l5vp5co
## Connect beagleBone to Windows Machine
You need to connect beagleBone to windows environmentFollow this tutorial: https://youtu.be/fzRVVtGNfj8?t=141
## Setting up WSL on Windows 10/11
Follow this: https://youtu.be/Rzg144v3hfo
Now you should have WSL running on your windows. Just go to wsl terminal
- This is how you open WSL terminal from Start Menu
- - - Copy and Paster following command on WSL Terminal
```
ssh-keygen -t rsa -b 4096 #WHEN ASKED, YOU MUST GIVE FULL PATH WITH FILENAME AS PER THE FIGURE BELO
```- You will need to enter a path to save RSA public/private key pair. *YOU MUST GIVE FULL PATH WITH FILENAME AS PER THE FIGURE BELOW* Check the figure below to see the highlighted full path. You need to change user name (from ***jenish*** to whatever you have on your machine)
- - ## Copying the Public Key to the Server
Now type following comamnd in WSL terminal
```
ssh-copy-id -i ~/.ssh/beagleBoneGreen [email protected]
```- You will see an OUTPUT on console as per figure below
- - 
Now, you can loginto BeagleBone without password requirement, using following command (TRY IT!).
```
ssh -i ~/.ssh/beagleBoneGreen [email protected]
```If something goes wrong follow the guide here: https://www.ssh.com/academy/ssh/keygen
# Running Python Script