An open API service indexing awesome lists of open source software.

https://github.com/jenish-rudani/351_grading_scripts


https://github.com/jenish-rudani/351_grading_scripts

Last synced: 3 months ago
JSON representation

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 environment

Follow 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
- - ![54ca433ff6c207b7720d111bf92cb02d.png](_resources/54ca433ff6c207b7720d111bf92cb02d.png)

- 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)
- - ![49c6ca64ed7948b80594b18f2a81179c.png](_resources/49c6ca64ed7948b80594b18f2a81179c.png)

## 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

- - ![81ec040c43e2cb2115d258fec13f3465.png](_resources/81ec040c43e2cb2115d258fec13f3465.png)

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