Skip to content

Commit 332b693

Browse files
committed
Add instructions for getting code on the robot
1 parent 69c2c42 commit 332b693

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: page
3+
title: Getting Code on the Robot
4+
---
5+
6+
Getting Code on the Robot
7+
======================
8+
9+
Getting your code on to the robot is quite simple.
10+
You will need to put your code on a USB drive. Which will need to be formatted with either FAT32 or exFAT.
11+
12+
<details>
13+
<summary>Windows</summary>
14+
1. Open your code in File Explorer
15+
2. Select all of your code files (<kbd>Control + A</kbd> to select all files)
16+
3. Right-click the files
17+
4. Click Compress to Zip file
18+
5. Name the newly created file `robot`
19+
20+
![Screenshot for Windows 11](/images/content/kit/zip_win11.png)
21+
![Screenshot for Windows 10](/images/content/kit/zip_win10.png)
22+
23+
If you are on Windows 10 or older, you will need to use Send to &rarr; Compressed (zipped) folder
24+
</details>
25+
26+
<details>
27+
<summary>macOS</summary>
28+
1. Open your code in Finder
29+
2. Select all of your code files (<kbd>⌘A</kbd> to select all files)
30+
3. Right-click (or Control-click) the files and click Compress
31+
4. Name the newly created file `robot.zip`
32+
33+
![Screenshot]({ site.baseurl }}/images/content/kit/zip_macOS.png)
34+
</details>
35+
36+
To re-run your program, simply remove the USB stick and plug it back in again and it will restart automatically.

images/content/kit/zip_macOS.png

51.7 KB
Loading

images/content/kit/zip_win11.png

9.4 KB
Loading

0 commit comments

Comments
 (0)