You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart/prerequisites/index.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,29 @@ has_children: true
7
7
has_toc: false
8
8
---
9
9
10
-
# Prerequisites
10
+
# Prerequisites
11
11
12
-
What you’ll need to get started:
13
-
1. A **Computer** running Windows, Mac or Linux with [Git](https://github.com/git-guides/install-git) and a [serial console](../prerequisites/serial-console) installed.
14
-
2.**Development Board** (See the [supported boards](../../board-support) list).
15
-
3.**USB Cable** for your development board.
12
+
Before getting started with Ocre, you'll need a few key components ready to go. The runtime has specific hardware requirements to ensure optimal performance and functionality. We also require some basic development tools installed on your computer.
16
13
17
-
Once the prerequisites are complete, proceed to the [Building and Flashing the Ocre Runtime](../firmware) section to build and install the Ocre runtime.
14
+
---
15
+
16
+
## Required Components
17
+
18
+
1.**Development Board** that meets ALL of the following:
19
+
- Listed as a [supported board](../../board-support)
20
+
- Network connectivity (built-in or via external module)
21
+
2.**USB Cable** compatible with your development board
- A [Serial Console](../prerequisites/serial-console)
27
+
28
+
{: .highlight}
29
+
If your board isn't listed as supported but meets all of the mentioned requirements, board support can be added by following the [Adding Board Support](../../board-support/adding-support) guide.
30
+
31
+
---
32
+
33
+
## Next Steps
34
+
35
+
Once you have everything above, continue to [Building and Flashing the Ocre Runtime](../firmware).
0 commit comments