Skip to content

Commit 557c64d

Browse files
committed
Finished adding files to the getting started section
1 parent cbe1632 commit 557c64d

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Building Examples
3+
description: On how to build examples
4+
---
5+
The following guide outlines a procedure to build examples to flash to the board. Examples are minimal applications intended to test a certain feature on the board.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Building for the Ground Station
3+
description: On how to build for Ground Station
4+
---
5+
The following guide outlines a procedure to build for the ground station.

docs/src/content/docs/getting-started/build-obc.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ There are two main ways to flash to the OBC: **using the bootloader** or **using
4040
UniFlash may get stuck sometimes and throw errors. In such cases, navigate to session on the top red bar and start a new session. You will have to reconfigure UniFlash but it should get working again.
4141
:::
4242
43-
### Accessing UART
44-
This is an important type of confi
43+
### Accessing UART (WIP)
44+
This is an important skill everyone should know just for debugging.
45+
4546
### Flashing Via the Bootloader (WIP)
4647
1. Use UniFlash to flash the `OBC-bl.out` file, ensuring you have built it for the correct board using the right argument for the `-DBOARD_TYPE=` option.
4748
2. From the root directory activate the python virtual environment with the following command
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: The File Structure Explained
3+
description: How Orbital Organizes Files in their Repository.
4+
---
5+
UW Orbital's Firmware Repository is quite large. As a result the previous leads have constantly refactored it to where it is now. So let's go through it! This write-up will only provide a brief overview. Consult other places in the documentation for more detailed explanations.

0 commit comments

Comments
 (0)